manページ検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 349 for BUF (0.035 sec.)
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/pipe2.2.html - [similar]
Man page of SHMCTL 4745
SHMCTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 shmctl ... int shmctl(int shmid , int cmd , struct shmid_ds * buf ); 説明 shmctl () は、識別子が shmid の System V 共 ... グメントに対して cmd で指示した制御命令を実行する。 buf 引数は、 shmid_ds 構造体へのポインターである。 この ... shmid に関連づけられたカーネルデータ構造体の情報を buf で指された shmid_ds 構造体にコピーする。 呼び出し元 ... me members of the shmid_ds structure pointed to by buf to the kernel data structure associated with this ...
https://man.plustar.jp/manpage/man2/shmctl.2.html - [similar]
Man page of FANOTIFY 4745
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... fanotify_event_metadata structure within the read buffer: struct fanotify_event_info_header { __u8 info_ ... rent event and the offset to the next event in the buffer. Unless the group identifies filesystem objects ... of bytes of metadata that currently remain in the buffer. The macro returns a pointer to the next metada ... metadata *metadata; struct fanotify_event_metadata buf[200]; ssize_t len; char path[PATH_MAX]; ssize_t pa ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of GETADDRINFO_A 4709
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... reqs = 0; static char * getcmd(void) { static char buf[256]; fputs("> ", stdout); fflush(stdout); if (fge ... ts(buf, sizeof(buf), stdin) == NULL) return NULL; if (buf ... [strlen(buf) - 1] == '\n') buf[strlen(buf) - 1] = 0; return bu ...
https://man.plustar.jp/manpage/man3/gai_cancel.3.html - [similar]
Man page of GETADDRINFO_A 4709
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... reqs = 0; static char * getcmd(void) { static char buf[256]; fputs("> ", stdout); fflush(stdout); if (fge ... ts(buf, sizeof(buf), stdin) == NULL) return NULL; if (buf ... [strlen(buf) - 1] == '\n') buf[strlen(buf) - 1] = 0; return bu ...
https://man.plustar.jp/manpage/man3/gai_error.3.html - [similar]
Man page of GETADDRINFO_A 4709
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... reqs = 0; static char * getcmd(void) { static char buf[256]; fputs("> ", stdout); fflush(stdout); if (fge ... ts(buf, sizeof(buf), stdin) == NULL) return NULL; if (buf ... [strlen(buf) - 1] == '\n') buf[strlen(buf) - 1] = 0; return bu ...
https://man.plustar.jp/manpage/man3/gai_suspend.3.html - [similar]
Man page of GETADDRINFO_A 4709
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... reqs = 0; static char * getcmd(void) { static char buf[256]; fputs("> ", stdout); fflush(stdout); if (fge ... ts(buf, sizeof(buf), stdin) == NULL) return NULL; if (buf ... [strlen(buf) - 1] == '\n') buf[strlen(buf) - 1] = 0; return bu ...
https://man.plustar.jp/manpage/man3/getaddrinfo_a.3.html - [similar]
Man page of STRERROR 4709
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... p(int errnum ); int strerror_r(int errnum , char * buf , size_t buflen ); /* XSI-compliant */ char *strer ... ror_r(int errnum , char * buf , size_t buflen ); /* GNU-specific */ char *strerr ... う方がよい。 この関数は、ユーザーから提供される長さ buflen のバッファー buf にエラー文字列を返す。 GNU 仕様 ... た文字列へのポインターを返す。 返り値は、 この関数が buf に格納した文字列へのポインターか、 何らかの (不変な ...
https://man.plustar.jp/manpage/man3/strerror.3.html - [similar]
Man page of STRERROR 4709
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... p(int errnum ); int strerror_r(int errnum , char * buf , size_t buflen ); /* XSI-compliant */ char *strer ... ror_r(int errnum , char * buf , size_t buflen ); /* GNU-specific */ char *strerr ... う方がよい。 この関数は、ユーザーから提供される長さ buflen のバッファー buf にエラー文字列を返す。 GNU 仕様 ... た文字列へのポインターを返す。 返り値は、 この関数が buf に格納した文字列へのポインターか、 何らかの (不変な ...
https://man.plustar.jp/manpage/man3/strerror_l.3.html - [similar]
Man page of STRERROR 4709
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... p(int errnum ); int strerror_r(int errnum , char * buf , size_t buflen ); /* XSI-compliant */ char *strer ... ror_r(int errnum , char * buf , size_t buflen ); /* GNU-specific */ char *strerr ... う方がよい。 この関数は、ユーザーから提供される長さ buflen のバッファー buf にエラー文字列を返す。 GNU 仕様 ... た文字列へのポインターを返す。 返り値は、 この関数が buf に格納した文字列へのポインターか、 何らかの (不変な ...
https://man.plustar.jp/manpage/man3/strerror_r.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT

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