manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 715 for IF (0.004 sec.)
Man page of TSEARCH 5306
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... o a variable which points to the root of the tree. If the tree is empty, then the variable that rootp po ... ints to should be set to NULL. If the item is found in the tree, then tsearch () ret ... returns a pointer to a pointer to the data item.) If the item is not found, then tsearch () adds it, an ... e in the tree, or to the newly added node, or NULL if there was insufficient memory to add the item. tfi ...
https://man.plustar.jp/manpage/man3/tdestroy.3.html - [similar]
Man page of TSEARCH 5306
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... o a variable which points to the root of the tree. If the tree is empty, then the variable that rootp po ... ints to should be set to NULL. If the item is found in the tree, then tsearch () ret ... returns a pointer to a pointer to the data item.) If the item is not found, then tsearch () adds it, an ... e in the tree, or to the newly added node, or NULL if there was insufficient memory to add the item. tfi ...
https://man.plustar.jp/manpage/man3/tfind.3.html - [similar]
Man page of TSEARCH 5306
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... o a variable which points to the root of the tree. If the tree is empty, then the variable that rootp po ... ints to should be set to NULL. If the item is found in the tree, then tsearch () ret ... returns a pointer to a pointer to the data item.) If the item is not found, then tsearch () adds it, an ... e in the tree, or to the newly added node, or NULL if there was insufficient memory to add the item. tfi ...
https://man.plustar.jp/manpage/man3/tsearch.3.html - [similar]
Man page of TSEARCH 5306
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... o a variable which points to the root of the tree. If the tree is empty, then the variable that rootp po ... ints to should be set to NULL. If the item is found in the tree, then tsearch () ret ... returns a pointer to a pointer to the data item.) If the item is not found, then tsearch () adds it, an ... e in the tree, or to the newly added node, or NULL if there was insufficient memory to add the item. tfi ...
https://man.plustar.jp/manpage/man3/twalk.3.html - [similar]
Man page of TSEARCH 5306
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... o a variable which points to the root of the tree. If the tree is empty, then the variable that rootp po ... ints to should be set to NULL. If the item is found in the tree, then tsearch () ret ... returns a pointer to a pointer to the data item.) If the item is not found, then tsearch () adds it, an ... e in the tree, or to the newly added node, or NULL if there was insufficient memory to add the item. tfi ...
https://man.plustar.jp/manpage/man3/twalk_r.3.html - [similar]
Man page of UNIX 5306
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... ectory they are in. Creation of a new socket fails if the process does not have write and search (execut ... ed message. The returned credentials are those specified by the sender using SCM_CREDENTIALS , or a defa ... the sender's PID, real user ID, and real group ID, if the sender did not specify SCM_CREDENTIALS ancilla ... getsockopt (2) is a pointer to a buffer of the specified length in bytes into which the security context ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of AIO 5271
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... st priority */ struct sigevent aio_sigevent; /* Notification method */ int aio_lio_opcode; /* Operation ... 行うかを指定する構造体である。 aio_sigevent.sigev_notify に指定できる値は、 SIGEV_NONE , SIGEV_SIGNAL , SI ... ; } #define IO_SIGNAL SIGUSR1 /* Signal used to notify I/O completion */ static void /* Handler for I/O ... gHandler(int sig, siginfo_t *si, void *ucontext) { if (si->si_code == SI_ASYNCIO) { write(STDOUT_FILENO, ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of INDENT 5229
INDENT Section: Misc. Reference Manual Pages (1L) Index JM Home Page 名前 indent - 空白の挿入や削 ... 」セクションを参照すること。 -bl , --braces-after-if-line ブレースは if 等の次の行に置く。 「 文 」セク ... 宣言 」セクションを参照すること。 -br , --braces-on-if-line ブレースは if 等がある行に置く。 「 文 」セク ... 文 」セクションを参照すること。 -cp n , --else-endif-column n #else 文と #endif 文の右のカラム n にコメ ... セクションを参照すること。 -nsai , --no-space-after-if if の後に空白を置かない。 「 文 」セクションを参照 ...
https://man.plustar.jp/manpage/man1/indent.1.html - [similar]
Man page of GETADDRINFO_A 5194
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... 説明については sigevent (7) を参照。 sevp->sigev_notify フィールドには以下の値を指定できる。 SIGEV_NONE 通 ... される。 SIGEV_THREAD 検索が完了した際に、 sigev_notify_function を新しいスレッドの開始関数であるかのよう ... - 1]; char host[NI_MAXHOST]; struct addrinfo *res; if (argc < 2) { fprintf(stderr, "Usage: %s HOST...\n" ... gc - 1; i++) { reqs[i] = malloc(sizeof(*reqs[0])); if (reqs[i] == NULL) { perror("malloc"); exit(EXIT_FA ...
https://man.plustar.jp/manpage/man3/gai_cancel.3.html - [similar]
Man page of GETADDRINFO_A 5194
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... 説明については sigevent (7) を参照。 sevp->sigev_notify フィールドには以下の値を指定できる。 SIGEV_NONE 通 ... される。 SIGEV_THREAD 検索が完了した際に、 sigev_notify_function を新しいスレッドの開始関数であるかのよう ... - 1]; char host[NI_MAXHOST]; struct addrinfo *res; if (argc < 2) { fprintf(stderr, "Usage: %s HOST...\n" ... gc - 1; i++) { reqs[i] = malloc(sizeof(*reqs[0])); if (reqs[i] == NULL) { perror("malloc"); exit(EXIT_FA ...
https://man.plustar.jp/manpage/man3/gai_error.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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