manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 111 for base (0.006 sec.)
Man page of PROCESS_VM_READV 6765
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... 下のように定義 されている: struct iovec { void *iov_base; /* Starting address */ size_t iov_len; /* Number ... pid = 10; /* PID of remote process */ local[0].iov_base = buf1; local[0].iov_len = 10; local[1].iov_base = ... buf2; local[1].iov_len = 10; remote[0].iov_base = (void *) 0x10000; remote[0].iov_len = 20; nread ...
https://man.plustar.jp/manpage/man2/process_vm_readv.2.html - [similar]
Man page of PROCESS_VM_READV 6765
PROCESS_VM_READV Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名 ... 下のように定義 されている: struct iovec { void *iov_base; /* Starting address */ size_t iov_len; /* Number ... pid = 10; /* PID of remote process */ local[0].iov_base = buf1; local[0].iov_len = 10; local[1].iov_base = ... buf2; local[1].iov_len = 10; remote[0].iov_base = (void *) 0x10000; remote[0].iov_len = 20; nread ...
https://man.plustar.jp/manpage/man2/process_vm_writev.2.html - [similar]
Man page of STRCAT 6677
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... IM + 1]; /* +1 for terminating null byte */ time_t base; base = time(NULL); p[0] = '\0'; for (int j = 0; j ... 0) printf("%d %jd\n", j, (intmax_t) (time(NULL) - base)); strcat(p, "a"); } } 関連項目 bcopy (3), memccpy ...
https://man.plustar.jp/manpage/man3/strcat.3.html - [similar]
Man page of STRCAT 6677
STRCAT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strcat ... IM + 1]; /* +1 for terminating null byte */ time_t base; base = time(NULL); p[0] = '\0'; for (int j = 0; j ... 0) printf("%d %jd\n", j, (intmax_t) (time(NULL) - base)); strcat(p, "a"); } } 関連項目 bcopy (3), memccpy ...
https://man.plustar.jp/manpage/man3/strncat.3.html - [similar]
Man page of STRTOIMAX 6677
STRTOIMAX Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 str ... strtoimax(const char * nptr , char ** endptr , int base ); uintmax_t strtoumax(const char * nptr , char ** ... endptr , int base ); 説明 これらの関数はちょうど strtol (3) と strto ...
https://man.plustar.jp/manpage/man3/strtoimax.3.html - [similar]
Man page of STRTOIMAX 6677
STRTOIMAX Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 str ... strtoimax(const char * nptr , char ** endptr , int base ); uintmax_t strtoumax(const char * nptr , char ** ... endptr , int base ); 説明 これらの関数はちょうど strtol (3) と strto ...
https://man.plustar.jp/manpage/man3/strtoumax.3.html - [similar]
Man page of READV 6601
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 以下のように定義されている: struct iovec { void *iov_base; /* Starting address */ size_t iov_len; /* Number ... x 4.6 以降) High priority read/write. Allows block-based filesystems to use polling of the device, which p ... を渡し、 そのバッファーのデータを iov の各要素の iov_base フィールドが指定する場所にコピーしてから、 そのバッ ... struct iovec iov[2]; ssize_t nwritten; iov[0].iov_base = str0; iov[0].iov_len = strlen(str0); iov[1].iov_ ...
https://man.plustar.jp/manpage/man2/preadv.2.html - [similar]
Man page of READV 6601
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 以下のように定義されている: struct iovec { void *iov_base; /* Starting address */ size_t iov_len; /* Number ... x 4.6 以降) High priority read/write. Allows block-based filesystems to use polling of the device, which p ... を渡し、 そのバッファーのデータを iov の各要素の iov_base フィールドが指定する場所にコピーしてから、 そのバッ ... struct iovec iov[2]; ssize_t nwritten; iov[0].iov_base = str0; iov[0].iov_len = strlen(str0); iov[1].iov_ ...
https://man.plustar.jp/manpage/man2/preadv2.2.html - [similar]
Man page of READV 6601
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 以下のように定義されている: struct iovec { void *iov_base; /* Starting address */ size_t iov_len; /* Number ... x 4.6 以降) High priority read/write. Allows block-based filesystems to use polling of the device, which p ... を渡し、 そのバッファーのデータを iov の各要素の iov_base フィールドが指定する場所にコピーしてから、 そのバッ ... struct iovec iov[2]; ssize_t nwritten; iov[0].iov_base = str0; iov[0].iov_len = strlen(str0); iov[1].iov_ ...
https://man.plustar.jp/manpage/man2/pwritev.2.html - [similar]
Man page of READV 6601
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... 以下のように定義されている: struct iovec { void *iov_base; /* Starting address */ size_t iov_len; /* Number ... x 4.6 以降) High priority read/write. Allows block-based filesystems to use polling of the device, which p ... を渡し、 そのバッファーのデータを iov の各要素の iov_base フィールドが指定する場所にコピーしてから、 そのバッ ... struct iovec iov[2]; ssize_t nwritten; iov[0].iov_base = str0; iov[0].iov_len = strlen(str0); iov[1].iov_ ...
https://man.plustar.jp/manpage/man2/pwritev2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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