manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 349 for BUF (0.060 sec.)
Man page of AIO 4879
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... t aio_offset; /* File offset */ volatile void *aio_buf; /* Location of buffer */ size_t aio_nbytes; /* Le ... ffset I/O 操作を行うファイルオフセットを示す。 aio_buf 読み出し操作、書き込み操作でデータ転送に使用される ... バッファー。 aio_nbytes aio_buf が指すバッファーのサイズ。 aio_reqprio このフィール ... O 操作が実行中の間は、制御ブロックバッファーと aio_buf が指すバッファーを変更してはならない。I/O 操作が完 ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of GETDENTS 4844
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... unsigned short d_reclen; char d_name[]; }; #define BUF_SIZE 1024 int main(int argc, char *argv[]) { int f ... d; long nread; char buf[BUF_SIZE]; struct linux_dirent *d; char d_type; fd ... en"); for (;;) { nread = syscall(SYS_getdents, fd, buf, BUF_SIZE); if (nread == -1) handle_error("getdent ... = 0; bpos < nread;) { d = (struct linux_dirent *) (buf + bpos); printf("%8ld ", d->d_ino); d_type = *(buf ...
https://man.plustar.jp/manpage/man2/getdents.2.html - [similar]
Man page of GETDENTS 4844
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... unsigned short d_reclen; char d_name[]; }; #define BUF_SIZE 1024 int main(int argc, char *argv[]) { int f ... d; long nread; char buf[BUF_SIZE]; struct linux_dirent *d; char d_type; fd ... en"); for (;;) { nread = syscall(SYS_getdents, fd, buf, BUF_SIZE); if (nread == -1) handle_error("getdent ... = 0; bpos < nread;) { d = (struct linux_dirent *) (buf + bpos); printf("%8ld ", d->d_ino); d_type = *(buf ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of SHM_OPEN 4844
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... or(msg); exit(EXIT_FAILURE); \ } while (0) #define BUF_SIZE 1024 /* Maximum size for exchanged string */ ... e imposed on the shared memory object */ struct shmbuf { sem_t sem1; /* POSIX unnamed semaphore */ sem_t ... maphore */ size_t cnt; /* Number of bytes used in 'buf' */ char buf[BUF_SIZE]; /* Data being transferred ... t and sizes the object to match the size of the shmbuf structure defined in the header file. It then maps ...
https://man.plustar.jp/manpage/man3/shm_open.3.html - [similar]
Man page of SHM_OPEN 4844
SHM_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 shm_ ... or(msg); exit(EXIT_FAILURE); \ } while (0) #define BUF_SIZE 1024 /* Maximum size for exchanged string */ ... e imposed on the shared memory object */ struct shmbuf { sem_t sem1; /* POSIX unnamed semaphore */ sem_t ... maphore */ size_t cnt; /* Number of bytes used in 'buf' */ char buf[BUF_SIZE]; /* Data being transferred ... t and sizes the object to match the size of the shmbuf structure defined in the header file. It then maps ...
https://man.plustar.jp/manpage/man3/shm_unlink.3.html - [similar]
Man page of PREAD 4772
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 ); ssize_t pwrite(in ... t fd , const void * buf , size_t count , off_t offset ); glibc 向けの機能検 ... オフセット offset から最大 count バイトをバッファー buf へ読み込む。ファイルオフセットは変化しない。 pwrit ... e () は、バッファー buf から最大 count バイトをファイルディスクリプター fd ...
https://man.plustar.jp/manpage/man2/pread.2.html - [similar]
Man page of PREAD 4772
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 ); ssize_t pwrite(in ... t fd , const void * buf , size_t count , off_t offset ); glibc 向けの機能検 ... オフセット offset から最大 count バイトをバッファー buf へ読み込む。ファイルオフセットは変化しない。 pwrit ... e () は、バッファー buf から最大 count バイトをファイルディスクリプター fd ...
https://man.plustar.jp/manpage/man2/pread64.2.html - [similar]
Man page of PREAD 4772
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 ); ssize_t pwrite(in ... t fd , const void * buf , size_t count , off_t offset ); glibc 向けの機能検 ... オフセット offset から最大 count バイトをバッファー buf へ読み込む。ファイルオフセットは変化しない。 pwrit ... e () は、バッファー buf から最大 count バイトをファイルディスクリプター fd ...
https://man.plustar.jp/manpage/man2/pwrite.2.html - [similar]
Man page of PREAD 4772
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 ); ssize_t pwrite(in ... t fd , const void * buf , size_t count , off_t offset ); glibc 向けの機能検 ... オフセット offset から最大 count バイトをバッファー buf へ読み込む。ファイルオフセットは変化しない。 pwrit ... e () は、バッファー buf から最大 count バイトをファイルディスクリプター fd ...
https://man.plustar.jp/manpage/man2/pwrite64.2.html - [similar]
Man page of PIPE 4745
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... ットが読み出される。 以下の点に注意すること。 * PIPE_BUF バイト ( pipe (7) 参照) より大きいデータを書き込ん ... だ場合、複数のパケットに分割される。 定数 PIPE_BUF は < limits.h > で定義されている。 * read (2) で次 ... 能性のある最大サイズのパケットを読み出すには、 PIPE_BUF のバッファーサイズを指定すれば十分である (上の項目 ... c, char *argv[]) { int pipefd[2]; pid_t cpid; char buf; if (argc != 2) { fprintf(stderr, "Usage: %s <stri ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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