manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 111 for base (0.006 sec.)
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/readv.2.html - [similar]
Man page of SENDMMSG 6601
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 send ... URE); } memset(msg1, 0, sizeof(msg1)); msg1[0].iov_base = "one"; msg1[0].iov_len = 3; msg1[1].iov_base = " ... _len = 3; memset(&msg2, 0, sizeof(msg2)); msg2.iov_base = "three"; msg2.iov_len = 5; memset(msg, 0, sizeof ...
https://man.plustar.jp/manpage/man2/sendmmsg.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/writev.2.html - [similar]
Man page of SUDOERS.LDAP 6601
SUDOERS.LDAP Section: File Formats Manual (5) Updated: June 15, 2016 Index JM Home Page 名前 sud ... を続けなければならない。 ダイジェストは、16 進数でも base64 形式でもよい。 たとえば、sudoCommand に対して以下 ... トリのみに、情報の検索を限定するのである。 NETGROUP_BASE 設定オプションが使用されている場合は (下記の 「lda ... す。 多数のネットグループを持つサイトでは、 NETGROUP_BASE を使用すると、 sudo の実行速度を大幅に向上させるこ ... secret は、プレーンテキストのパスワードでもよく、 "base64:" という接頭辞付きの、base64 でエンコードした文字 ...
https://man.plustar.jp/manpage/man5/sudoers.ldap.5.html - [similar]
Man page of FTW 6525
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... nter to a structure of type FTW : struct FTW { int base; int level; }; base は、ファイル名 (basename 要素) ... >st_size); printf(" %-40s %d %s\n", fpath, ftwbuf->base, fpath + ftwbuf->base); return 0; /* To tell nftw( ...
https://man.plustar.jp/manpage/man3/ftw.3.html - [similar]
Man page of FTW 6525
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... nter to a structure of type FTW : struct FTW { int base; int level; }; base は、ファイル名 (basename 要素) ... >st_size); printf(" %-40s %d %s\n", fpath, ftwbuf->base, fpath + ftwbuf->base); return 0; /* To tell nftw( ...
https://man.plustar.jp/manpage/man3/nftw.3.html - [similar]
Man page of GETADDRINFO_A 6436
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ames */ static void add_requests(void) { int nreqs_base = nreqs; char *host; int ret; while ((host = strto ... eqs - 1]->ar_name = strdup(host); } /* Queue nreqs_base..nreqs requests. */ ret = getaddrinfo_a(GAI_NOWAIT ... , &reqs[nreqs_base], nreqs - nreqs_base, NULL); if (ret) { fprintf(st ...
https://man.plustar.jp/manpage/man3/gai_cancel.3.html - [similar]
Man page of GETADDRINFO_A 6436
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ames */ static void add_requests(void) { int nreqs_base = nreqs; char *host; int ret; while ((host = strto ... eqs - 1]->ar_name = strdup(host); } /* Queue nreqs_base..nreqs requests. */ ret = getaddrinfo_a(GAI_NOWAIT ... , &reqs[nreqs_base], nreqs - nreqs_base, NULL); if (ret) { fprintf(st ...
https://man.plustar.jp/manpage/man3/gai_error.3.html - [similar]
Man page of GETADDRINFO_A 6436
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ames */ static void add_requests(void) { int nreqs_base = nreqs; char *host; int ret; while ((host = strto ... eqs - 1]->ar_name = strdup(host); } /* Queue nreqs_base..nreqs requests. */ ret = getaddrinfo_a(GAI_NOWAIT ... , &reqs[nreqs_base], nreqs - nreqs_base, NULL); if (ret) { fprintf(st ...
https://man.plustar.jp/manpage/man3/gai_suspend.3.html - [similar]
Man page of GETADDRINFO_A 6436
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ames */ static void add_requests(void) { int nreqs_base = nreqs; char *host; int ret; while ((host = strto ... eqs - 1]->ar_name = strdup(host); } /* Queue nreqs_base..nreqs requests. */ ret = getaddrinfo_a(GAI_NOWAIT ... , &reqs[nreqs_base], nreqs - nreqs_base, NULL); if (ret) { fprintf(st ...
https://man.plustar.jp/manpage/man3/getaddrinfo_a.3.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