manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 95 for pipe (0.005 sec.)
Man page of POPEN 7280
POPEN Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 popen, ... en stream that can be used to read or write to the pipe; if the fork (2) or pipe (2) calls fail, or if the ... をセットしない。 popen () が中で呼び出す fork (2) や pipe (2) が失敗した場合には、 errno が適切にセットされる ... 127 になることである。 関連項目 sh (1), fork (2), pipe (2), wait4 (2), fclose (3), fflush (3), fopen (3), ...
https://man.plustar.jp/manpage/man3/popen.3.html - [similar]
Man page of FIFO 7148
FIFO Section: Linux Programmer's Manual (7) Updated: 2017-11-26 Index JM Home Page 名前 fifo - F ... 。 注意 FIFO における入出力の動作の詳細については、 pipe (7) を参照のこと。 プロセスが、反対の読み込み側がオ ... ない FIFO に書き込もうとした場合、そのプロセスに SIGPIPE シグナルが送られる。 FIFO 特殊ファイルは mkfifo (3 ... 'p' で表示される。 関連項目 mkfifo (1), open (2), pipe (2), sigaction (2), signal (2), socketpair (2), mk ... fifo (3), pipe (7) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man7/fifo.7.html - [similar]
Man page of USER_NAMESPACES 7030
USER_NAMESPACES Section: Linux Programmer's Manual (7) Updated: 2014-09-21 Index JM Home Page 名 ... gv; /* 子プロセスが実行するコマンドと引き数 */ int pipe_fd[2]; /* 親プロセスと子プロセスを同期するためのパ ... 更新すると、 パイプはクローズされる。 */ close(args->pipe_fd[1]); /* パイプのこちら側の書き込み端のディスク ... すると EOF が見えるようになる。 */ if (read(args->pipe_fd[0], &ch, 1) != 0) { fprintf(stderr, "Failure in ... child: read from pipe returned != 0\n"); exit(EXIT_FAILURE); } /* シェル ...
https://man.plustar.jp/manpage/man7/user_namespaces.7.html - [similar]
JM Project (Japanese)::List(man1) 7030
Linux マニュアル 一覧表 アルファベット順 - p linuxマニュアルの p の一覧表です。 Linux マニュアル ... man1 pinky - ローカルユーザーの情報閲覧プログラム pipe2 man2 pipe, pipe2 - パイプを生成する pipe man2 pip ... e, pipe2 - パイプを生成する pipe man7 pipe - パイプと FIFO ...
https://man.plustar.jp/manpage/man_p.html - [similar]
Man page of WRITE 6701
WRITE Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 write - ... ルハンドラーにより割り込まれた場合、 などである。 ( pipe (7) も参照のこと。) seek 可能なファイル (つまり ls ... bytes, or because a blocked write () to a socket, pipe, or similar was interrupted by a signal handler af ... file seal により禁止されている。 fcntl (2) 参照。 EPIPE fd がパイプ (pipe) かソケット (socket) に接続されて ... れが発生した場合には、書き込みを行なうプロセスは SIGPIPE シグナル (signal)も受ける。 (したがって、プログラム ...
https://man.plustar.jp/manpage/man2/write.2.html - [similar]
Man page of FCNTL 6648
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ある。 inotify (7) を参照。 パイプの容量の変更 F_SETPIPE_SZ ( int ; Linux 2.6.35 以降) fd が参照するパイプの ... の容量として、 システムのページサイズと /proc/sys/fs/pipe-max-size で定義される 上限値 ( proc (5) 参照) の間 ... られる。 非特権プロセスがパイプの容量を /proc/sys/fs/pipe-max-size で定義 された上限より大きな値に設定しよう ... を上書きできる。 When allocating the buffer for the pipe, the kernel may use a capacity larger than arg , i ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 6648
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... ある。 inotify (7) を参照。 パイプの容量の変更 F_SETPIPE_SZ ( int ; Linux 2.6.35 以降) fd が参照するパイプの ... の容量として、 システムのページサイズと /proc/sys/fs/pipe-max-size で定義される 上限値 ( proc (5) 参照) の間 ... られる。 非特権プロセスがパイプの容量を /proc/sys/fs/pipe-max-size で定義 された上限より大きな値に設定しよう ... を上書きできる。 When allocating the buffer for the pipe, the kernel may use a capacity larger than arg , i ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of SENDFILE 6582
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... ize of either the input file or the output file. ESPIPE offset is not NULL but the input file is not seeka ... もよいかもしれない。 If out_fd refers to a socket or pipe with zero-copy support, callers must ensure the tr ... le descriptors provided one (or both) of them is a pipe. 関連項目 copy_file_range (2), mmap (2), open (2), ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 6582
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... ize of either the input file or the output file. ESPIPE offset is not NULL but the input file is not seeka ... もよいかもしれない。 If out_fd refers to a socket or pipe with zero-copy support, callers must ensure the tr ... le descriptors provided one (or both) of them is a pipe. 関連項目 copy_file_range (2), mmap (2), open (2), ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
JM Project (Japanese)::List(man1) 6385
Linux マニュアル 一覧表 man7 linuxマニュアルの man7 一覧表です。 Linux マニュアル 一覧表 [ man1 ... mespaces pid_namespaces - Linux PID 名前空間の概要 pipe pipe - パイプと FIFO の概要 posixoptions posixopti ...
https://man.plustar.jp/manpage/man_7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022