manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 356 for read (0.059 sec.)
Man page of PREAD 5115
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... ーを読み書きする 書式 #include < unistd.h > ssize_t pread(int fd , void * buf , size_t count , off_t offset ... 能検査マクロの要件 ( feature_test_macros (7) 参照): pread (), pwrite (): _XOPEN_SOURCE >= 500 || /* glibc 2. ... 12 以降: */ _POSIX_C_SOURCE >= 200809L 説明 pread () は、ファイルディスクリプター fd の (ファイルの先 ... seek) 可能でなければならない。 返り値 On success, pread () returns the number of bytes read (a return of z ...
https://man.plustar.jp/manpage/man2/pread64.2.html - [similar]
Man page of PREAD 5115
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... ーを読み書きする 書式 #include < unistd.h > ssize_t pread(int fd , void * buf , size_t count , off_t offset ... 能検査マクロの要件 ( feature_test_macros (7) 参照): pread (), pwrite (): _XOPEN_SOURCE >= 500 || /* glibc 2. ... 12 以降: */ _POSIX_C_SOURCE >= 200809L 説明 pread () は、ファイルディスクリプター fd の (ファイルの先 ... seek) 可能でなければならない。 返り値 On success, pread () returns the number of bytes read (a return of z ...
https://man.plustar.jp/manpage/man2/pwrite.2.html - [similar]
Man page of PREAD 5115
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... ーを読み書きする 書式 #include < unistd.h > ssize_t pread(int fd , void * buf , size_t count , off_t offset ... 能検査マクロの要件 ( feature_test_macros (7) 参照): pread (), pwrite (): _XOPEN_SOURCE >= 500 || /* glibc 2. ... 12 以降: */ _POSIX_C_SOURCE >= 200809L 説明 pread () は、ファイルディスクリプター fd の (ファイルの先 ... seek) 可能でなければならない。 返り値 On success, pread () returns the number of bytes read (a return of z ...
https://man.plustar.jp/manpage/man2/pwrite64.2.html - [similar]
Man page of PIPE 5070
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... れぞれが別のパケットとして扱われ、 このパイプからの read (2) では一度に一つパケットが読み出される。 以下の点 ... 定数 PIPE_BUF は < limits.h > で定義されている。 * read (2) で次のパケットよりも小さなバッファーサイズを指 ... ポートされていない。 (バッファーサイズ 0 を指定した read (2) は何も行わず 0 を返す)。 このフラグをサポートし ... ]); /* 使用しない write 側はクローズする */ while (read(pipefd[0], &buf, 1) > 0) write(STDOUT_FILENO, &buf ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 5070
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... れぞれが別のパケットとして扱われ、 このパイプからの read (2) では一度に一つパケットが読み出される。 以下の点 ... 定数 PIPE_BUF は < limits.h > で定義されている。 * read (2) で次のパケットよりも小さなバッファーサイズを指 ... ポートされていない。 (バッファーサイズ 0 を指定した read (2) は何も行わず 0 を返す)。 このフラグをサポートし ... ]); /* 使用しない write 側はクローズする */ while (read(pipefd[0], &buf, 1) > 0) write(STDOUT_FILENO, &buf ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of FCNTL 5034
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... 関数ではレコードのロックの使用は回避される; 代わりに read (2) や write (2) を使用すること。 上記で説明したレ ... あるライブラリ関数が何かの理由で同じファイルを open, read, close すると、そのファイルへのロックが失われること ... ル記述ロック (非 POSIX) Open file description locks are advisory byte-range locks whose operation is in most ... 解放される。 Conflicting lock combinations (i.e., a read lock and a write lock or two write locks) where on ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 5034
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... 関数ではレコードのロックの使用は回避される; 代わりに read (2) や write (2) を使用すること。 上記で説明したレ ... あるライブラリ関数が何かの理由で同じファイルを open, read, close すると、そのファイルへのロックが失われること ... ル記述ロック (非 POSIX) Open file description locks are advisory byte-range locks whose operation is in most ... 解放される。 Conflicting lock combinations (i.e., a read lock and a write lock or two write locks) where on ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of POLL 5034
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... its for one of a set of file descriptors to become ready to perform I/O. The Linux-specific epoll (7) API ... ptor referring to the write end of a pipe when the read end has been closed. POLLHUP Hang up (only returne ... d in revents ; ignored in events ). Note that when reading from a channel such as a pipe or a stream socke ... the peer closed its end of the channel. Subsequent reads from the channel will return 0 (end of file) only ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 5034
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... its for one of a set of file descriptors to become ready to perform I/O. The Linux-specific epoll (7) API ... ptor referring to the write end of a pipe when the read end has been closed. POLLHUP Hang up (only returne ... d in revents ; ignored in events ). Note that when reading from a channel such as a pipe or a stream socke ... the peer closed its end of the channel. Subsequent reads from the channel will return 0 (end of file) only ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of PROCESS_VM_READV 4990
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... 前 process_vm_readv, process_vm_writev - プロセスのアドレス空間間でデ ... する 書式 #include < sys/uio.h > ssize_t process_vm_readv(pid_t pid , const struct iovec * local_iov , unsi ... ロの要件 ( feature_test_macros (7) 参照): process_vm_readv (), process_vm_writev (): _GNU_SOURCE 説明 これら ... プロセスのアドレス空間間で直接行われる。 process_vm_readv () システムコールは、 リモートプロセスからローカル ...
https://man.plustar.jp/manpage/man2/process_vm_readv.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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