manページ検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 3079 for OF (0.113 sec.)
Man page of EPOLL_WAIT 2522
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... an zero. The timeout argument specifies the number of milliseconds that epoll_wait () will block. Time i ... t data; /* ユーザーデータ変数 */ }; The data field of each returned epoll_event structure contains the s ... pen file description. See epoll_ctl (2) for a list of the bits that may appear in this mask. epoll_pwait ... oll_wait () calls will round robin through the set of ready file descriptors. This behavior helps avoid ...
https://man.plustar.jp/manpage/man2/epoll_pwait.2.html - [similar]
Man page of EPOLL_WAIT 2522
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... an zero. The timeout argument specifies the number of milliseconds that epoll_wait () will block. Time i ... t data; /* ユーザーデータ変数 */ }; The data field of each returned epoll_event structure contains the s ... pen file description. See epoll_ctl (2) for a list of the bits that may appear in this mask. epoll_pwait ... oll_wait () calls will round robin through the set of ready file descriptors. This behavior helps avoid ...
https://man.plustar.jp/manpage/man2/epoll_wait.2.html - [similar]
Man page of ACCESS 2522
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... milarly, for the root user, the check uses the set of permitted capabilities rather than the set of effe ... nd for non-root users, the check uses an empty set of capabilities. This allows set-user-ID programs and ... access () と同様に) 実 ID を使用する。 AT_SYMLINK_NOFOLLOW pathname がシンボリックリンクの場合、リンクの ... は openat (2) を参照。 faccessat2() The description of faccessat () given above corresponds to POSIX.1 an ...
https://man.plustar.jp/manpage/man2/faccessat.2.html - [similar]
Man page of ACCESS 2522
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... milarly, for the root user, the check uses the set of permitted capabilities rather than the set of effe ... nd for non-root users, the check uses an empty set of capabilities. This allows set-user-ID programs and ... access () と同様に) 実 ID を使用する。 AT_SYMLINK_NOFOLLOW pathname がシンボリックリンクの場合、リンクの ... は openat (2) を参照。 faccessat2() The description of faccessat () given above corresponds to POSIX.1 an ...
https://man.plustar.jp/manpage/man2/faccessat2.2.html - [similar]
Man page of PREAD 2522
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... ssize_t pread(int fd , void * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * ... buf , size_t count , off_t offset ); glibc 向けの機能検査マクロの要件 ( fe ... スクリプター fd の (ファイルの先頭からの) オフセット offset から最大 count バイトをバッファー buf へ読み込 ... t バイトをファイルディスクリプター fd のオフセット offset に書き込む。ファイルオフセットは変化しない。 f ...
https://man.plustar.jp/manpage/man2/pread.2.html - [similar]
Man page of PREAD 2522
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... ssize_t pread(int fd , void * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * ... buf , size_t count , off_t offset ); glibc 向けの機能検査マクロの要件 ( fe ... スクリプター fd の (ファイルの先頭からの) オフセット offset から最大 count バイトをバッファー buf へ読み込 ... t バイトをファイルディスクリプター fd のオフセット offset に書き込む。ファイルオフセットは変化しない。 f ...
https://man.plustar.jp/manpage/man2/pread64.2.html - [similar]
Man page of PREAD 2522
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... ssize_t pread(int fd , void * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * ... buf , size_t count , off_t offset ); glibc 向けの機能検査マクロの要件 ( fe ... スクリプター fd の (ファイルの先頭からの) オフセット offset から最大 count バイトをバッファー buf へ読み込 ... t バイトをファイルディスクリプター fd のオフセット offset に書き込む。ファイルオフセットは変化しない。 f ...
https://man.plustar.jp/manpage/man2/pwrite.2.html - [similar]
Man page of PREAD 2522
PREAD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pread, ... ssize_t pread(int fd , void * buf , size_t count , off_t offset ); ssize_t pwrite(int fd , const void * ... buf , size_t count , off_t offset ); glibc 向けの機能検査マクロの要件 ( fe ... スクリプター fd の (ファイルの先頭からの) オフセット offset から最大 count バイトをバッファー buf へ読み込 ... t バイトをファイルディスクリプター fd のオフセット offset に書き込む。ファイルオフセットは変化しない。 f ...
https://man.plustar.jp/manpage/man2/pwrite64.2.html - [similar]
Man page of CMSG 2522
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... d by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should never be accessed direct ... n initializing a buffer that will contain a series of cmsghdr structures (e.g., to be sent with sendmsg ... e zero-initialized to ensure the correct operation of CMSG_NXTHDR (). * CMSG_ALIGN () に長さを与えると、 ... CMSG_DATA () returns a pointer to the data portion of a cmsghdr . The pointer returned cannot be assumed ...
https://man.plustar.jp/manpage/man3/CMSG_ALIGN.3.html - [similar]
Man page of CMSG 2522
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... d by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should never be accessed direct ... n initializing a buffer that will contain a series of cmsghdr structures (e.g., to be sent with sendmsg ... e zero-initialized to ensure the correct operation of CMSG_NXTHDR (). * CMSG_ALIGN () に長さを与えると、 ... CMSG_DATA () returns a pointer to the data portion of a cmsghdr . The pointer returned cannot be assumed ...
https://man.plustar.jp/manpage/man3/CMSG_DATA.3.html - [similar]
PREV 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 NEXT

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