manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 154 for flag (0.019 sec.)
Man page of DUP 5558
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... < unistd.h > int dup3(int oldfd , int newfd , int flags ); 説明 dup () システムコールは、 ファイルディスク ... ターはファイルディスクリプターフラグ (close-on-exec flag) を共有しない。複製されたディスクリプターの close- ... on-exec flag ( fcntl (2) 参照) は off となる。 dup2() dup2 () シ ... グを強制的に設定することができる。 これを行うには、 flags に O_CLOEXEC を指定する。 このフラグが役に立つ理由 ...
https://man.plustar.jp/manpage/man2/dup2.2.html - [similar]
Man page of DUP 5558
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... < unistd.h > int dup3(int oldfd , int newfd , int flags ); 説明 dup () システムコールは、 ファイルディスク ... ターはファイルディスクリプターフラグ (close-on-exec flag) を共有しない。複製されたディスクリプターの close- ... on-exec flag ( fcntl (2) 参照) は off となる。 dup2() dup2 () シ ... グを強制的に設定することができる。 これを行うには、 flags に O_CLOEXEC を指定する。 このフラグが役に立つ理由 ...
https://man.plustar.jp/manpage/man2/dup3.2.html - [similar]
Man page of PIPE 5558
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... include < unistd.h > int pipe2(int pipefd [2], int flags ); 説明 pipe () はパイプを生成する。 パイプは、プ ... さらなる詳細は pipe (7) を参照のこと。 pipe2 () は flags が 0 の場合には pipe () と同じである。 flags に以 ... ntl (2). O_NONBLOCK Set the O_NONBLOCK file status flag on the open file descriptions referred to by the n ... ew file descriptors. Using this flag saves extra calls to fcntl (2) to achieve the same ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 5558
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... include < unistd.h > int pipe2(int pipefd [2], int flags ); 説明 pipe () はパイプを生成する。 パイプは、プ ... さらなる詳細は pipe (7) を参照のこと。 pipe2 () は flags が 0 の場合には pipe () と同じである。 flags に以 ... ntl (2). O_NONBLOCK Set the O_NONBLOCK file status flag on the open file descriptions referred to by the n ... ew file descriptors. Using this flag saves extra calls to fcntl (2) to achieve the same ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of RECV 5558
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... _t recv(int sockfd , void * buf , size_t len , int flags ); ssize_t recvfrom(int sockfd , void * buf , siz ... e_t len , int flags , struct sockaddr * src_addr , socklen_t * addrle ... e_t recvmsg(int sockfd , struct msghdr * msg , int flags ); 説明 recv (), recvfrom (), recvmsg () コールは ... ce between recv () and read (2) is the presence of flags . With a zero flags argument, recv () is generall ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
Man page of RECV 5558
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... _t recv(int sockfd , void * buf , size_t len , int flags ); ssize_t recvfrom(int sockfd , void * buf , siz ... e_t len , int flags , struct sockaddr * src_addr , socklen_t * addrle ... e_t recvmsg(int sockfd , struct msghdr * msg , int flags ); 説明 recv (), recvfrom (), recvmsg () コールは ... ce between recv () and read (2) is the presence of flags . With a zero flags argument, recv () is generall ...
https://man.plustar.jp/manpage/man2/recvfrom.2.html - [similar]
Man page of RECV 5558
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... _t recv(int sockfd , void * buf , size_t len , int flags ); ssize_t recvfrom(int sockfd , void * buf , siz ... e_t len , int flags , struct sockaddr * src_addr , socklen_t * addrle ... e_t recvmsg(int sockfd , struct msghdr * msg , int flags ); 説明 recv (), recvfrom (), recvmsg () コールは ... ce between recv () and read (2) is the presence of flags . With a zero flags argument, recv () is generall ...
https://man.plustar.jp/manpage/man2/recvmsg.2.html - [similar]
Man page of DLOPEN 5558
DLOPEN Section: Linux Programmer's Manual (3) Updated: 2014-10-02 Index JM Home Page 名前 dlclos ... dlfcn.h > void *dlopen(const char * filename , int flag ); char *dlerror(void); void *dlsym(void * handle ... 存関係がある場合などは この処理は再帰的に行われる)。 flag には以下の 2 つの値のいずれかを含めなければならない ... される。 以下の値のうち 0 個以上を論理和 (OR) の形で flag に追加することもできる: RTLD_GLOBAL このライブラリ ...
https://man.plustar.jp/manpage/man3/dlclose.3.html - [similar]
Man page of DLOPEN 5558
DLOPEN Section: Linux Programmer's Manual (3) Updated: 2014-10-02 Index JM Home Page 名前 dlclos ... dlfcn.h > void *dlopen(const char * filename , int flag ); char *dlerror(void); void *dlsym(void * handle ... 存関係がある場合などは この処理は再帰的に行われる)。 flag には以下の 2 つの値のいずれかを含めなければならない ... される。 以下の値のうち 0 個以上を論理和 (OR) の形で flag に追加することもできる: RTLD_GLOBAL このライブラリ ...
https://man.plustar.jp/manpage/man3/dlmopen.3.html - [similar]
Man page of DLOPEN 5558
DLOPEN Section: Linux Programmer's Manual (3) Updated: 2014-10-02 Index JM Home Page 名前 dlclos ... dlfcn.h > void *dlopen(const char * filename , int flag ); char *dlerror(void); void *dlsym(void * handle ... 存関係がある場合などは この処理は再帰的に行われる)。 flag には以下の 2 つの値のいずれかを含めなければならない ... される。 以下の値のうち 0 個以上を論理和 (OR) の形で flag に追加することもできる: RTLD_GLOBAL このライブラリ ...
https://man.plustar.jp/manpage/man3/dlopen.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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