manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 715 for IF (0.027 sec.)
Man page of OPEN_BY_HANDLE_AT 4845
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... e [out] */ unsigned char f_handle[0]; /* File identifier (sized by caller) [out] */ }; It is the caller' ... stant MAX_HANDLE_SZ , defined in < fcntl.h > , specifies the maximum expected size for a file handle. It ... ルが返される。 The mount_id argument returns an identifier for the filesystem mount that corresponds to pa ... proc/self/mountinfo . Opening the pathname in the fifth field of that record yields a file descriptor fo ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of WAIT 4845
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... 込んだ整数そのものを指定する。ポインターではない!) WIFEXITED( wstatus ) 子プロセスが正常に終了した場合に真 ... として指定された値である。 このマクロを使用するのは WIFEXITED が真を返した場合だけにすべきである。 WIFSIGN ... ったシグナルの番号を返す。 このマクロを使用するのは WIFSIGNALED が真を返した場合だけにすべきである。 WCORE ... DUMP( wstatus ) returns true if the child produced a core dump (see core (5)). Thi ...
https://man.plustar.jp/manpage/man2/wait.2.html - [similar]
Man page of WAIT 4845
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... 込んだ整数そのものを指定する。ポインターではない!) WIFEXITED( wstatus ) 子プロセスが正常に終了した場合に真 ... として指定された値である。 このマクロを使用するのは WIFEXITED が真を返した場合だけにすべきである。 WIFSIGN ... ったシグナルの番号を返す。 このマクロを使用するのは WIFSIGNALED が真を返した場合だけにすべきである。 WCORE ... DUMP( wstatus ) returns true if the child produced a core dump (see core (5)). Thi ...
https://man.plustar.jp/manpage/man2/waitid.2.html - [similar]
Man page of WAIT 4845
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... 込んだ整数そのものを指定する。ポインターではない!) WIFEXITED( wstatus ) 子プロセスが正常に終了した場合に真 ... として指定された値である。 このマクロを使用するのは WIFEXITED が真を返した場合だけにすべきである。 WIFSIGN ... ったシグナルの番号を返す。 このマクロを使用するのは WIFSIGNALED が真を返した場合だけにすべきである。 WCORE ... DUMP( wstatus ) returns true if the child produced a core dump (see core (5)). Thi ...
https://man.plustar.jp/manpage/man2/waitpid.2.html - [similar]
Man page of SHMOP 4657
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... ce. EIDRM shmid が削除 (remove) された識別子 (identifier) を指している。 EINVAL shmid の値が不正である。 ... nt, copies the string to the shared memory, and modifies the semaphore value. $ ./svshm_string_write 111 ... l; struct semid_ds * buf; unsigned short * array; #if defined(__linux__) struct seminfo * __buf; #endif ... = shmget(IPC_PRIVATE, MEM_SIZE, IPC_CREAT | 0600); if (shmid == -1) errExit("shmget"); semid = semget(IP ...
https://man.plustar.jp/manpage/man2/shmat.2.html - [similar]
Man page of SHMOP 4657
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... ce. EIDRM shmid が削除 (remove) された識別子 (identifier) を指している。 EINVAL shmid の値が不正である。 ... nt, copies the string to the shared memory, and modifies the semaphore value. $ ./svshm_string_write 111 ... l; struct semid_ds * buf; unsigned short * array; #if defined(__linux__) struct seminfo * __buf; #endif ... = shmget(IPC_PRIVATE, MEM_SIZE, IPC_CREAT | 0600); if (shmid == -1) errExit("shmget"); semid = semget(IP ...
https://man.plustar.jp/manpage/man2/shmdt.2.html - [similar]
Man page of SHMOP 4657
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... ce. EIDRM shmid が削除 (remove) された識別子 (identifier) を指している。 EINVAL shmid の値が不正である。 ... nt, copies the string to the shared memory, and modifies the semaphore value. $ ./svshm_string_write 111 ... l; struct semid_ds * buf; unsigned short * array; #if defined(__linux__) struct seminfo * __buf; #endif ... = shmget(IPC_PRIVATE, MEM_SIZE, IPC_CREAT | 0600); if (shmid == -1) errExit("shmget"); semid = semget(IP ...
https://man.plustar.jp/manpage/man2/shmop.2.html - [similar]
Man page of iptables-extensions 4580
iptables-extensions Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables-exten ... アドレスが指定された種類の場合にマッチする。 --limit-iface-in アドレス種別のチェックをそのパケットが受信さ ... INPUT , FORWARD チェインでのみ利用できる。 --limit-iface-out オプションと同時に指定することはできない。 ... --limit-iface-out アドレス種別のチェックをそのパケットが出力さ ... UTPUT , FORWARD チェインでのみ利用できる。 --limit-iface-in オプションと同時に指定することはできない。 a ...
https://man.plustar.jp/manpage/man8/iptables-extensions.8.html - [similar]
Man page of SEM_WAIT 4504
SEM_WAIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 sem_ ... e(STDOUT_FILENO, "sem_post() from handler\n", 24); if (sem_post(&sem) == -1) { write(STDERR_FILENO, "sem ... { struct sigaction sa; struct timespec ts; int s; if (argc != 3) { fprintf(stderr, "Usage: %s <alarm-se ... s> <wait-secs>\n", argv[0]); exit(EXIT_FAILURE); } if (sem_init(&sem, 0, 0) == -1) handle_error("sem_ini ... andler; sigemptyset(&sa.sa_mask); sa.sa_flags = 0; if (sigaction(SIGALRM, &sa, NULL) == -1) handle_error ...
https://man.plustar.jp/manpage/man3/sem_timedwait.3.html - [similar]
Man page of SOCKATMARK 4504
SOCKATMARK Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 so ... atmark, s; for (;;) { atmark = sockatmark(sockfd); if (atmark == -1) { perror("sockatmark"); break; } if ... (atmark) break; s = read(sockfd, buf, BUF_LEN); if (s == -1) perror("read"); if (s <= 0) break; } if ... (atmark == 1) { if (recv(sockfd, &oobdata, 1, MSG_OOB) == -1) { perro ...
https://man.plustar.jp/manpage/man3/sockatmark.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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