manページ検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 589 for On (0.114 sec.)
Man page of EVENTFD 3860
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... 以降) 新しいファイルディスクリプターに対して close-on-exec ( FD_CLOEXEC ) フラグをセットする。 このフラグ ... n (2) の O_CLOEXEC フラグの説明を参照のこと。 EFD_NONBLOCK (Linux 2.6.27 以降) Set the O_NONBLOCK file s ... tatus flag on the open file description (see open (2)) referred ... 、0 を指定しなければならない。 The following operations can be performed on the file descriptor returned ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of MQ_OPEN 3860
MQ_OPEN Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_op ... をオープンする 書式 #include < fcntl.h > /* For O_* constants */ #include < sys/stat.h > /* For mode const ... ants */ #include < mqueue.h > mqd_t mq_open(const char * name , int oflag ); mqd_t mq_open(const c ... のうちいずれか一つを必ず指定しなければならない。 O_RDONLY メッセージの受信専用としてキューをオープンする。 ... O_WRONLY メッセージの送信専用としてキューをオープンする。 ...
https://man.plustar.jp/manpage/man2/mq_open.2.html - [similar]
Man page of RENAME 3860
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... 位置を変更する 書式 #include < stdio.h > int rename(const char * oldpath , const char * newpath ); #includ ... #include < stdio.h > int renameat(int olddirfd , const char * oldpath , int newdirfd , const char * new ... path ); int renameat2(int olddirfd , const char * oldpath , int newdirfd , const char * new ... ルディスクリプターにも影響はない。 Various restrictions determine whether or not the rename operation suc ...
https://man.plustar.jp/manpage/man2/rename.2.html - [similar]
Man page of RENAME 3860
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... 位置を変更する 書式 #include < stdio.h > int rename(const char * oldpath , const char * newpath ); #includ ... #include < stdio.h > int renameat(int olddirfd , const char * oldpath , int newdirfd , const char * new ... path ); int renameat2(int olddirfd , const char * oldpath , int newdirfd , const char * new ... ルディスクリプターにも影響はない。 Various restrictions determine whether or not the rename operation suc ...
https://man.plustar.jp/manpage/man2/renameat.2.html - [similar]
Man page of RENAME 3860
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... 位置を変更する 書式 #include < stdio.h > int rename(const char * oldpath , const char * newpath ); #includ ... #include < stdio.h > int renameat(int olddirfd , const char * oldpath , int newdirfd , const char * new ... path ); int renameat2(int olddirfd , const char * oldpath , int newdirfd , const char * new ... ルディスクリプターにも影響はない。 Various restrictions determine whether or not the rename operation suc ...
https://man.plustar.jp/manpage/man2/renameat2.2.html - [similar]
Man page of SEMOP 3860
SEMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semop, ... int semid , struct sembuf * sops , size_t nsops , const struct timespec * timeout ); glibc 向けの機能検査 ... CCES The calling process does not have the permissions required to perform the specified semaphore opera ... tions, and does not have the CAP_IPC_OWNER capability i ... てのプロセスの対応する semadj の値がクリアされる。 clone (2) の CLONE_SYSVSEM フラグを使うと、 複数のプロセ ...
https://man.plustar.jp/manpage/man2/semop.2.html - [similar]
Man page of SEMOP 3860
SEMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semop, ... int semid , struct sembuf * sops , size_t nsops , const struct timespec * timeout ); glibc 向けの機能検査 ... CCES The calling process does not have the permissions required to perform the specified semaphore opera ... tions, and does not have the CAP_IPC_OWNER capability i ... てのプロセスの対応する semadj の値がクリアされる。 clone (2) の CLONE_SYSVSEM フラグを使うと、 複数のプロセ ...
https://man.plustar.jp/manpage/man2/semtimedop.2.html - [similar]
Man page of SOCKETCALL 3860
SOCKETCALL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 so ... linux/net.h > int socketcall(int call , unsigned long * args ); 説明 socketcall () はソケットシステムコ ... ュアル SYS_SOCKET socket (2) SYS_BIND bind (2) SYS_CONNECT connect (2) SYS_LISTEN listen (2) SYS_ACCEPT a ... などが独立したシステムコールとして実装されている。 On x86-32, socketcall () was historically the only en ... ing in Linux 4.3, direct system calls are provided on x86-32 for the sockets API. This facilitates the c ...
https://man.plustar.jp/manpage/man2/socketcall.2.html - [similar]
Man page of BINDRESVPORT 3860
BINDRESVPORT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ... to by the file descriptor sockfd to a privileged anonymous IP port, that is, a port number arbitrarily s ... ある: EACCES The calling process was not privileged (on Linux: the calling process did not have the CAP_NE ... glibc < 2.17: MT-Unsafe The bindresvport () function uses a static variable that was not protected by a ... lock before glibc 2.17, rendering the function MT-Unsafe. 準拠 Not in POSIX.1. Present on the BSD ...
https://man.plustar.jp/manpage/man3/bindresvport.3.html - [similar]
Man page of EVENTFD 3860
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... 以降) 新しいファイルディスクリプターに対して close-on-exec ( FD_CLOEXEC ) フラグをセットする。 このフラグ ... n (2) の O_CLOEXEC フラグの説明を参照のこと。 EFD_NONBLOCK (Linux 2.6.27 以降) Set the O_NONBLOCK file s ... tatus flag on the open file description (see open (2)) referred ... 、0 を指定しなければならない。 The following operations can be performed on the file descriptor returned ...
https://man.plustar.jp/manpage/man3/eventfd_read.3.html - [similar]
PREV 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 NEXT

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