manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 378 for data (0.009 sec.)
Man page of UNIX 9052
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... , for a stream-oriented socket; SOCK_DGRAM , for a datagram-oriented socket that preserves message boundar ... ies (as on most UNIX implementations, UNIX domain datagram sockets are always reliable and don't reorder ... equires write permission on that socket; sending a datagram to a datagram socket likewise requires write p ... e sender did not specify SCM_CREDENTIALS ancillary data. このオプションがセットされていて、まだソケットが接 ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of CMSG 7845
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... ze_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); 説明 これらのマクロは制御 ... メッセージ (補助データ (ancillary data) とも呼ばれる) を作り、 それにアクセスするために使 ... 義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in ... specific type */ /* followed by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should ...
https://man.plustar.jp/manpage/man3/CMSG_ALIGN.3.html - [similar]
Man page of CMSG 7845
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... ze_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); 説明 これらのマクロは制御 ... メッセージ (補助データ (ancillary data) とも呼ばれる) を作り、 それにアクセスするために使 ... 義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in ... specific type */ /* followed by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should ...
https://man.plustar.jp/manpage/man3/CMSG_DATA.3.html - [similar]
Man page of CMSG 7845
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... ze_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); 説明 これらのマクロは制御 ... メッセージ (補助データ (ancillary data) とも呼ばれる) を作り、 それにアクセスするために使 ... 義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in ... specific type */ /* followed by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should ...
https://man.plustar.jp/manpage/man3/CMSG_FIRSTHDR.3.html - [similar]
Man page of CMSG 7845
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... ze_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); 説明 これらのマクロは制御 ... メッセージ (補助データ (ancillary data) とも呼ばれる) を作り、 それにアクセスするために使 ... 義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in ... specific type */ /* followed by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should ...
https://man.plustar.jp/manpage/man3/CMSG_LEN.3.html - [similar]
Man page of CMSG 7845
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... ze_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); 説明 これらのマクロは制御 ... メッセージ (補助データ (ancillary data) とも呼ばれる) を作り、 それにアクセスするために使 ... 義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in ... specific type */ /* followed by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should ...
https://man.plustar.jp/manpage/man3/CMSG_NXTHDR.3.html - [similar]
Man page of CMSG 7845
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... ze_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); 説明 これらのマクロは制御 ... メッセージ (補助データ (ancillary data) とも呼ばれる) を作り、 それにアクセスするために使 ... 義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in ... specific type */ /* followed by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should ...
https://man.plustar.jp/manpage/man3/CMSG_SPACE.3.html - [similar]
Man page of CMSG 7845
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... ze_t CMSG_LEN(size_t length ); unsigned char *CMSG_DATA(struct cmsghdr * cmsg ); 説明 これらのマクロは制御 ... メッセージ (補助データ (ancillary data) とも呼ばれる) を作り、 それにアクセスするために使 ... 義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is socklen_t in ... specific type */ /* followed by unsigned char cmsg_data[]; */ }; The sequence of cmsghdr structures should ...
https://man.plustar.jp/manpage/man3/cmsg.3.html - [similar]
Man page of DRAND48_R 7119
DRAND48_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 dra ... #include < stdlib.h > int drand48_r(struct drand48_data * buffer , double * result ); int erand48_r(unsign ... ed short xsubi [3] , struct drand48_data * buffer , double * result ); int lrand48_r(struct ... drand48_data * buffer , long * result ); int nrand48_r(unsigned ... short xsubi[3] , struct drand48_data * buffer , long * result ); int mrand48_r(struct d ...
https://man.plustar.jp/manpage/man3/drand48_r.3.html - [similar]
Man page of DRAND48_R 7119
DRAND48_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 dra ... #include < stdlib.h > int drand48_r(struct drand48_data * buffer , double * result ); int erand48_r(unsign ... ed short xsubi [3] , struct drand48_data * buffer , double * result ); int lrand48_r(struct ... drand48_data * buffer , long * result ); int nrand48_r(unsigned ... short xsubi[3] , struct drand48_data * buffer , long * result ); int mrand48_r(struct d ...
https://man.plustar.jp/manpage/man3/erand48_r.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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