manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 95 for pipe (0.002 sec.)
Man page of PIPE 13837
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pipe ... */ struct fd_pair { long fd[2]; }; struct fd_pair pipe(); /* On all other architectures */ int pipe(int p ... O_* 定数の定義の取得 */ #include < unistd.h > int pipe2(int pipefd [2], int flags ); 説明 pipe () はパイプ ... 通信に使用できる単方向のデータチャネルである。 配列 pipefd は、パイプの両端を参照する二つのファイルディスク ... リプターを 返すのに使用される。 pipefd[0] がパイプの読み出し側、 pipefd[1] がパイプの書 ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 13837
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pipe ... */ struct fd_pair { long fd[2]; }; struct fd_pair pipe(); /* On all other architectures */ int pipe(int p ... O_* 定数の定義の取得 */ #include < unistd.h > int pipe2(int pipefd [2], int flags ); 説明 pipe () はパイプ ... 通信に使用できる単方向のデータチャネルである。 配列 pipefd は、パイプの両端を参照する二つのファイルディスク ... リプターを 返すのに使用される。 pipefd[0] がパイプの読み出し側、 pipefd[1] がパイプの書 ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of PIPE 11414
PIPE Section: Linux Programmer's Manual (7) Updated: 2014-07-08 Index JM Home Page 名前 pipe - パ ... し側から読み出すことができる。 パイプを作成するには pipe (2) を使用する。 pipe (2) は新しいパイプを作成し、 ... するプロセス間の通信を作成するのに使用できる。 例は pipe (2) を参照。 FIFO (First In First Out の省略) はフ ... た後で、 write (2) を行うと、呼び出し元プロセスに SIGPIPE シグナルが送られる。 呼び出し元プロセスがこのシグナ ... ルを無視しているときには、 write (2) はエラー EPIPE で失敗する。 pipe (2) と fork (2) を使用するアプリ ...
https://man.plustar.jp/manpage/man7/pipe.7.html - [similar]
Man page of CP 9703
CP Section: FSF (1) Updated: November 1998 Index JM Home Page 名前 cp - ファイルやディレクトリを ... ile -rw-r--r-- 2 hardlinkfile prw-r--r-- 2 hardlinkpipe| prw-r--r-- 2 pipe| lrwxrwxrwx 2 symlinkfile -> fi ... le lrwxrwxrwx 1 symlinkpipe -> pipe| testdir-R: drwxr-xr-x 2 directory/ -rw-r- ... ile -rw-r--r-- 1 hardlinkfile prw-r--r-- 1 hardlinkpipe| prw-r--r-- 1 pipe| -rw-r--r-- 1 symlinkfile prw-r ... --r-- 1 symlinkpipe| testdir-a: drwxr-xr-x 2 directory/ -rw-r--r-- 2 f ...
https://man.plustar.jp/manpage/man1/cp.1.html - [similar]
Man page of VMSPLICE 8425
VMSPLICE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 vmsp ... segs ranges of user memory described by iov into a pipe. If fd is opened for reading, the vmsplice () syst ... segs ranges of user memory described by iov from a pipe. The file descriptor fd must refer to a pipe. ポイ ... supports true splicing only from user memory to a pipe. In the opposite direction, it actually just copie ... ment in performance. 関連項目 splice (2), tee (2), pipe (7) この文書について この man ページは Linux man-p ...
https://man.plustar.jp/manpage/man2/vmsplice.2.html - [similar]
Man page of CORE 8294
CORE Section: Linux Programmer's Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 core - コ ... ンドラインとして解釈される。 Since kernel 5.3.0, the pipe template is split on spaces into an argument list ... CORE limit is not enforced for core dumps that are piped to a program via this mechanism. /proc/sys/kernel ... /core_pipe_limit When collecting core dumps via a pipe to a u ... ing. Since Linux 2.6.32, the /proc/sys/kernel/core_pipe_limit can be used to defend against this possibili ...
https://man.plustar.jp/manpage/man5/core.5.html - [similar]
Man page of SPLICE 8175
SPLICE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 splice ... returns the number of bytes spliced to or from the pipe. A return value of 0 means end of input. If fd_in ... refers to a pipe, then this means that there was no data to transfe ... e are no writers connected to the write end of the pipe. エラーの場合、 splice () は -1 を返し、 errno にエ ... n offset was given for nonseekable device (e.g., a pipe). EINVAL fd_in と fd_out が同じパイプを参照している ...
https://man.plustar.jp/manpage/man2/splice.2.html - [similar]
Man page of FPATHCONF 7346
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpa ... 大長。 対応するマクロは _POSIX_PATH_MAX である。 _PC_PIPE_BUF The maximum number of bytes that can be writte ... n atomically to a pipe of FIFO. For fpathconf (), fd should refer to a pi ... that directory. The corresponding macro is _POSIX_PIPE_BUF . _PC_CHOWN_RESTRICTED This returns a positive ...
https://man.plustar.jp/manpage/man3/fpathconf.3.html - [similar]
Man page of FPATHCONF 7346
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpa ... 大長。 対応するマクロは _POSIX_PATH_MAX である。 _PC_PIPE_BUF The maximum number of bytes that can be writte ... n atomically to a pipe of FIFO. For fpathconf (), fd should refer to a pi ... that directory. The corresponding macro is _POSIX_PIPE_BUF . _PC_CHOWN_RESTRICTED This returns a positive ...
https://man.plustar.jp/manpage/man3/pathconf.3.html - [similar]
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/pclose.3.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