manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 267 for len (0.004 sec.)
Man page of CMSG 5881
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... struct cmsghdr * cmsg ); size_t CMSG_ALIGN(size_t length ); size_t CMSG_SPACE(size_t length ); size_t CM ... SG_LEN(size_t length ); unsigned char *CMSG_DATA(struct c ... ように定義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is soc ... klen_t in POSIX) */ int cmsg_level; /* Originating prot ...
https://man.plustar.jp/manpage/man3/CMSG_DATA.3.html - [similar]
Man page of CMSG 5881
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... struct cmsghdr * cmsg ); size_t CMSG_ALIGN(size_t length ); size_t CMSG_SPACE(size_t length ); size_t CM ... SG_LEN(size_t length ); unsigned char *CMSG_DATA(struct c ... ように定義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is soc ... klen_t in POSIX) */ int cmsg_level; /* Originating prot ...
https://man.plustar.jp/manpage/man3/CMSG_FIRSTHDR.3.html - [similar]
Man page of CMSG 5881
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... struct cmsghdr * cmsg ); size_t CMSG_ALIGN(size_t length ); size_t CMSG_SPACE(size_t length ); size_t CM ... SG_LEN(size_t length ); unsigned char *CMSG_DATA(struct c ... ように定義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is soc ... klen_t in POSIX) */ int cmsg_level; /* Originating prot ...
https://man.plustar.jp/manpage/man3/CMSG_LEN.3.html - [similar]
Man page of CMSG 5881
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... struct cmsghdr * cmsg ); size_t CMSG_ALIGN(size_t length ); size_t CMSG_SPACE(size_t length ); size_t CM ... SG_LEN(size_t length ); unsigned char *CMSG_DATA(struct c ... ように定義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is soc ... klen_t in POSIX) */ int cmsg_level; /* Originating prot ...
https://man.plustar.jp/manpage/man3/CMSG_NXTHDR.3.html - [similar]
Man page of CMSG 5881
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... struct cmsghdr * cmsg ); size_t CMSG_ALIGN(size_t length ); size_t CMSG_SPACE(size_t length ); size_t CM ... SG_LEN(size_t length ); unsigned char *CMSG_DATA(struct c ... ように定義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is soc ... klen_t in POSIX) */ int cmsg_level; /* Originating prot ...
https://man.plustar.jp/manpage/man3/CMSG_SPACE.3.html - [similar]
Man page of CMSG 5881
CMSG Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 CMSG_ALI ... struct cmsghdr * cmsg ); size_t CMSG_ALIGN(size_t length ); size_t CMSG_SPACE(size_t length ); size_t CM ... SG_LEN(size_t length ); unsigned char *CMSG_DATA(struct c ... ように定義されている。 struct cmsghdr { size_t cmsg_len; /* Data byte count, including header (type is soc ... klen_t in POSIX) */ int cmsg_level; /* Originating prot ...
https://man.plustar.jp/manpage/man3/cmsg.3.html - [similar]
Man page of SYSLOG 5852
SYSLOG Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 syslog ... を行う 書式 int syslog(int type , char * bufp , int len ); /* glibc ではラッパー関数は提供されていない */ ... /klog.h > int klogctl(int type , char * bufp , int len ); 説明 注意 : おそらく、あなたが探しているのは、 ... ッファー (kernel log buffer) カーネルは長さ LOG_BUF_LEN の巡回式のバッファーを持っており、 それにはカーネル ... かかわらず) 格納される。 初期のカーネルでは LOG_BUF_LEN の値は 4096 であった。 カーネル 1.3.54 からは 8192 ...
https://man.plustar.jp/manpage/man2/syslog.2.html - [similar]
Man page of TEE 5852
TEE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 tee - パイ ... tl.h > ssize_t tee(int fd_in , int fd_out , size_t len , unsigned int flags ); 説明 tee () は、ファイルデ ... ァイルディスクリプター fd_out が参照するパイプへ最大 len バイトのデータを複製する。 この操作では、複製される ... h > int main(int argc, char *argv[]) { int fd; int len, slen; if (argc != 2) { fprintf(stderr, "Usage: %s ... EXIT_FAILURE); } do { /* * tee stdin to stdout. */ len = tee(STDIN_FILENO, STDOUT_FILENO, INT_MAX, SPLICE ...
https://man.plustar.jp/manpage/man2/tee.2.html - [similar]
Man page of SYSLOG 5852
SYSLOG Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 syslog ... を行う 書式 int syslog(int type , char * bufp , int len ); /* glibc ではラッパー関数は提供されていない */ ... /klog.h > int klogctl(int type , char * bufp , int len ); 説明 注意 : おそらく、あなたが探しているのは、 ... ッファー (kernel log buffer) カーネルは長さ LOG_BUF_LEN の巡回式のバッファーを持っており、 それにはカーネル ... かかわらず) 格納される。 初期のカーネルでは LOG_BUF_LEN の値は 4096 であった。 カーネル 1.3.54 からは 8192 ...
https://man.plustar.jp/manpage/man3/klogctl.3.html - [similar]
Man page of POSIX_FALLOCATE 5724
POSIX_FALLOCATE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名 ... int posix_fallocate(int fd , off_t offset , off_t len ); glibc 向けの機能検査マクロの要件 ( feature_test ... 実に確保する。 ディスクスペースは offset から始まる len バイトの範囲のバイトである。 posix_fallocate () の ... しないことが保証される。 ファイルのサイズが offset + len より小さい場合、ファイルはこのサイズになるように拡 ... 書き込み用としてオープンされていない。 EFBIG offset+len が最大ファイルサイズを超えている。 EINTR 実行中にシ ...
https://man.plustar.jp/manpage/man3/posix_fallocate.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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