manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 960 for IN (0.090 sec.)
Man page of CMSG 3981
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... , CMSG_FIRSTHDR - 補助データにアクセスする。 書式 #include < sys/socket.h > struct cmsghdr *CMSG_FIRSTHD ... uct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in POSIX) */ int ... cmsg_level; /* Originating protocol */ int cmsg_type; /* Protocol-specif ... ghdr structures should never be accessed directly. Instead, use only the following macros: * CMSG_FIRSTH ...
https://man.plustar.jp/manpage/man3/CMSG_DATA.3.html - [similar]
Man page of CMSG 3981
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... , CMSG_FIRSTHDR - 補助データにアクセスする。 書式 #include < sys/socket.h > struct cmsghdr *CMSG_FIRSTHD ... uct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in POSIX) */ int ... cmsg_level; /* Originating protocol */ int cmsg_type; /* Protocol-specif ... ghdr structures should never be accessed directly. Instead, use only the following macros: * CMSG_FIRSTH ...
https://man.plustar.jp/manpage/man3/CMSG_FIRSTHDR.3.html - [similar]
Man page of CMSG 3981
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... , CMSG_FIRSTHDR - 補助データにアクセスする。 書式 #include < sys/socket.h > struct cmsghdr *CMSG_FIRSTHD ... uct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in POSIX) */ int ... cmsg_level; /* Originating protocol */ int cmsg_type; /* Protocol-specif ... ghdr structures should never be accessed directly. Instead, use only the following macros: * CMSG_FIRSTH ...
https://man.plustar.jp/manpage/man3/CMSG_LEN.3.html - [similar]
Man page of CMSG 3981
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... , CMSG_FIRSTHDR - 補助データにアクセスする。 書式 #include < sys/socket.h > struct cmsghdr *CMSG_FIRSTHD ... uct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in POSIX) */ int ... cmsg_level; /* Originating protocol */ int cmsg_type; /* Protocol-specif ... ghdr structures should never be accessed directly. Instead, use only the following macros: * CMSG_FIRSTH ...
https://man.plustar.jp/manpage/man3/CMSG_NXTHDR.3.html - [similar]
Man page of CMSG 3981
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... , CMSG_FIRSTHDR - 補助データにアクセスする。 書式 #include < sys/socket.h > struct cmsghdr *CMSG_FIRSTHD ... uct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in POSIX) */ int ... cmsg_level; /* Originating protocol */ int cmsg_type; /* Protocol-specif ... ghdr structures should never be accessed directly. Instead, use only the following macros: * CMSG_FIRSTH ...
https://man.plustar.jp/manpage/man3/CMSG_SPACE.3.html - [similar]
Man page of CMSG 3981
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... , CMSG_FIRSTHDR - 補助データにアクセスする。 書式 #include < sys/socket.h > struct cmsghdr *CMSG_FIRSTHD ... uct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in POSIX) */ int ... cmsg_level; /* Originating protocol */ int cmsg_type; /* Protocol-specif ... ghdr structures should never be accessed directly. Instead, use only the following macros: * CMSG_FIRSTH ...
https://man.plustar.jp/manpage/man3/cmsg.3.html - [similar]
Man page of SIGNAL 3981
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... - シグナルの概要 説明 Linux は POSIX 信頼シグナル (reliable signal; 以後 "標 ... に返す。 これを行う一般的な方法が二つある。 * sigwaitinfo (2), sigtimedwait (2), sigwait (3) は、指定された ... から配送されるまでの間、そのシグナルは 処理待ち (pending) であると呼ばれる。 プロセス内の各スレッドは、それ ... ed signal is one that is targeted at (and thus pending for) the process as a whole. A signal may be proc ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of EXEC 3956
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... execv, execvp, execvpe - ファイルを実行する 書式 #include < unistd.h > extern char **environ; int execl ... ame , const char * arg , ... /* (char *) NULL */); int execlp(const char * file , const char * arg , ... ... /* (char *) NULL */); int execle(const char * pathname , const char * arg , ... ... /*, (char *) NULL, char *const envp [] */); int execv(const char * pathname , char *const argv [] ...
https://man.plustar.jp/manpage/man3/exec.3.html - [similar]
Man page of EXEC 3956
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... execv, execvp, execvpe - ファイルを実行する 書式 #include < unistd.h > extern char **environ; int execl ... ame , const char * arg , ... /* (char *) NULL */); int execlp(const char * file , const char * arg , ... ... /* (char *) NULL */); int execle(const char * pathname , const char * arg , ... ... /*, (char *) NULL, char *const envp [] */); int execv(const char * pathname , char *const argv [] ...
https://man.plustar.jp/manpage/man3/execl.3.html - [similar]
Man page of EXEC 3956
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... execv, execvp, execvpe - ファイルを実行する 書式 #include < unistd.h > extern char **environ; int execl ... ame , const char * arg , ... /* (char *) NULL */); int execlp(const char * file , const char * arg , ... ... /* (char *) NULL */); int execle(const char * pathname , const char * arg , ... ... /*, (char *) NULL, char *const envp [] */); int execv(const char * pathname , char *const argv [] ...
https://man.plustar.jp/manpage/man3/execle.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