manページ検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 267 for len (0.032 sec.)
Man page of SOCKATMARK 4575
SOCKATMARK Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 so ... ータのバイトを読み込むのに使用できる。 char buf[BUF_LEN]; char oobdata; int atmark, s; for (;;) { atmark = ... ak; } if (atmark) break; s = read(sockfd, buf, BUF_LEN); if (s == -1) perror("read"); if (s <= 0) break; ...
https://man.plustar.jp/manpage/man3/sockatmark.3.html - [similar]
Man page of USER_NAMESPACES 4546
USER_NAMESPACES Section: Linux Programmer's Manual (7) Updated: 2014-09-21 Index JM Home Page 名 ... D and GID to 0 in user namespace\n"); fpe(" (equivalent to: -M '0 <uid> 1' -G '0 <gid> 1')\n"); fpe("-v D ... :\n"); fpe("\n"); fpe(" ID-inside-ns ID-outside-ns len\n"); fpe("\n"); fpe("A map string can contain mult ... *mapping, char *map_file) { int fd, j; size_t map_len; /* 'mapping' の長さ */ /* マッピング文字列内のカン ... マを改行で置換する */ map_len = strlen(mapping); for (j = 0; j < map_len; j++) i ...
https://man.plustar.jp/manpage/man7/user_namespaces.7.html - [similar]
Man page of GASP 4516
GASP Section: User Commands (1) Updated: November 2000 Index JM Home Page 名前 gasp - GNU アセン ... 字列 ( gasp ステートメントの項にある) を計算できる: .LEN( STR ) 文字列 " STR " の長さを絶対式として計算する ... 。 例えば、`.RES.B .LEN("sample")' は、 メモリの 6 byte を予約する。 .INST ... なければ、 結果は -1 になる。 .SUBSTR( STR , START , LEN ) STR の START から始まって LEN byte まで伸びている ...
https://man.plustar.jp/manpage/man1/gasp.1.html - [similar]
Man page of ALLOC_HUGEPAGES 4516
ALLOC_HUGEPAGES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... id *alloc_hugepages(int key , void * addr , size_t len , int prot , int flag ); int free_hugepages(void * ... れない。 アドレスは正しく配置されなければならない。 len 引数は要求されたセグメントの長さである。 これはヒュ ...
https://man.plustar.jp/manpage/man2/alloc_hugepages.2.html - [similar]
Man page of ALLOC_HUGEPAGES 4516
ALLOC_HUGEPAGES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... id *alloc_hugepages(int key , void * addr , size_t len , int prot , int flag ); int free_hugepages(void * ... れない。 アドレスは正しく配置されなければならない。 len 引数は要求されたセグメントの長さである。 これはヒュ ...
https://man.plustar.jp/manpage/man2/free_hugepages.2.html - [similar]
Man page of GETLINE 4516
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... *argv[]) { FILE *stream; char *line = NULL; size_t len = 0; ssize_t nread; if (argc != 2) { fprintf(stder ... t(EXIT_FAILURE); } while ((nread = getline(&line, &len, stream)) != -1) { printf("Retrieved line of lengt ...
https://man.plustar.jp/manpage/man3/getdelim.3.html - [similar]
Man page of GETLINE 4516
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... *argv[]) { FILE *stream; char *line = NULL; size_t len = 0; ssize_t nread; if (argc != 2) { fprintf(stder ... t(EXIT_FAILURE); } while ((nread = getline(&line, &len, stream)) != -1) { printf("Retrieved line of lengt ...
https://man.plustar.jp/manpage/man3/getline.3.html - [similar]
Man page of VIS 4487
VIS Section: C Library Functions (3) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 vis ... int flag Ft int Fn strvisx char *dst char *src int len int flag 説明 Fn vis 関数は、文字 Fa c を表現する文 ... ードする。 Fn strvisx 関数は、 Fa src をちょうど Fa len 文字分だけエンコードする (これは NUL を含むデータブ ...
https://man.plustar.jp/manpage/man3/vis.3.html - [similar]
Man page of MEMFD_CREATE 4457
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... seals; char *addr; char *name, *seals_arg; ssize_t len; if (argc < 3) { fprintf(stderr, "%s name size [se ... AL_SEAL\n"); exit(EXIT_FAILURE); } name = argv[1]; len = atoi(argv[2]); seals_arg = argv[3]; /* Create an ... specified on the command line */ if (ftruncate(fd, len) == -1) errExit("truncate"); printf("PID: %jd; fd: ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of SPLICE 4457
SPLICE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 splice ... * off_in , int fd_out , loff_t * off_out , size_t len , unsigned int flags ); 説明 splice () は、カーネル ... ー fd_in からファイルディスクリプター fd_out へ最大 len バイトを転送する。 2 つのファイルディスクリプターの ...
https://man.plustar.jp/manpage/man2/splice.2.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 NEXT

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