manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1959 for include (0.014 sec.)
Man page of GETADDRINFO 4255
GETADDRINFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 g ... - ネットワークのアドレスとサービスを変換する 書式 #include < sys/types.h > #include < sys/socket.h > #include ... o サーバとクライアントである。 サーバのプログラム #include < sys/types.h > #include < stdio.h > #include < st ... dlib.h > #include < unistd.h > #include < string.h > #include < sys/ ... socket.h > #include < netdb.h > #define BUF_SIZE 500 int main(int argc ...
https://man.plustar.jp/manpage/man3/getaddrinfo.3.html - [similar]
Man page of SEM_WAIT 4126
SEM_WAIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 sem_ ... imedwait, sem_trywait - セマフォをロックする 書式 #include < semaphore.h > int sem_wait(sem_t * sem ); int se ... it() sem_timedwait() timed out プログラムのソース #include < unistd.h > #include < stdio.h > #include < stdli ... b.h > #include < semaphore.h > #include < time.h > #include < ass ... ert.h > #include < errno.h > #include < signal.h > sem_t sem; #defi ...
https://man.plustar.jp/manpage/man3/sem_timedwait.3.html - [similar]
Man page of MEMFD_CREATE 4084
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < sys/mman.h > int memfd_create(const char * name ... e sizes. Definitions for known huge page sizes are included in the header file < linux/memfd.h >. For details ... on encoding huge page sizes not included in the header file, see the discussion of the sim ... アドレスが無効なメモリーを指している。 EINVAL flags included unknown bits. EINVAL name was too long. (The limi ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of PIPE 4084
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... pe2 - パイプを生成する 書式 #include < unistd.h > /* On Alpha, IA-64, MIPS, SuperH, and ... ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < fcntl.h > /* O_* 定数の定義の取得 */ #include < ... 読み込んで標準出力にエコーする。 プログラムのソース #include < sys/types.h > #include < sys/wait.h > #include < ... stdio.h > #include < stdlib.h > #include < unistd.h > #include < stri ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 4084
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... pe2 - パイプを生成する 書式 #include < unistd.h > /* On Alpha, IA-64, MIPS, SuperH, and ... ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < fcntl.h > /* O_* 定数の定義の取得 */ #include < ... 読み込んで標準出力にエコーする。 プログラムのソース #include < sys/types.h > #include < sys/wait.h > #include < ... stdio.h > #include < stdlib.h > #include < unistd.h > #include < stri ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of GETIFADDRS 4084
GETIFADDRS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... addrs - インターフェースのアドレスを取得する 書式 #include < sys/types.h > #include < ifaddrs.h > int getifad ... E /* To get defns of NI_MAXSERV and NI_MAXHOST */ #include < arpa/inet.h > #include < sys/socket.h > #include ... < netdb.h > #include < ifaddrs.h > #include < stdio.h > #include < stdl ... ib.h > #include < unistd.h > #include < linux/if_link.h > int main ...
https://man.plustar.jp/manpage/man3/freeifaddrs.3.html - [similar]
Man page of GETIFADDRS 4084
GETIFADDRS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... addrs - インターフェースのアドレスを取得する 書式 #include < sys/types.h > #include < ifaddrs.h > int getifad ... E /* To get defns of NI_MAXSERV and NI_MAXHOST */ #include < arpa/inet.h > #include < sys/socket.h > #include ... < netdb.h > #include < ifaddrs.h > #include < stdio.h > #include < stdl ... ib.h > #include < unistd.h > #include < linux/if_link.h > int main ...
https://man.plustar.jp/manpage/man3/getifaddrs.3.html - [similar]
Man page of UNIX 4036
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... ーカルな プロセス間通信用のソケット 書式 #include < sys/socket.h > #include < sys/un.h > unix_socket ... e sender using SCM_CREDENTIALS , or a default that includes the sender's PID, real user ID, and real group ID ... may be necessary. The security context string may include a terminating null character in the returned lengt ... ), only one item of each of the above types may be included in the sent message. At least one byte of real da ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of READLINK 3993
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... k, readlinkat - シンボリックリンクの値を読む 書式 #include < unistd.h > ssize_t readlink(const char * pathnam ... e , char * buf , size_t bufsiz ); #include < fcntl.h > /* AT_* 定数の定義 */ #include < unist ... in cases where lstat (2) reports a size of zero. #include < sys/types.h > #include < sys/stat.h > #include < ... limits.h > #include < stdio.h > #include < stdlib.h > #include < unist ...
https://man.plustar.jp/manpage/man2/readlink.2.html - [similar]
Man page of READLINK 3993
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... k, readlinkat - シンボリックリンクの値を読む 書式 #include < unistd.h > ssize_t readlink(const char * pathnam ... e , char * buf , size_t bufsiz ); #include < fcntl.h > /* AT_* 定数の定義 */ #include < unist ... in cases where lstat (2) reports a size of zero. #include < sys/types.h > #include < sys/stat.h > #include < ... limits.h > #include < stdio.h > #include < stdlib.h > #include < unist ...
https://man.plustar.jp/manpage/man2/readlinkat.2.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