manページ検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 349 for buf (0.025 sec.)
Man page of RECV 4394
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... < sys/socket.h > ssize_t recv(int sockfd , void * buf , size_t len , int flags ); ssize_t recvfrom(int s ... ockfd , void * buf , size_t len , int flags , struct sockaddr * src_a ... see NOTES). Also, the following call recv(sockfd, buf, len, flags); は以下と等価である。 recvfrom(sockfd ... , buf, len, flags, NULL, NULL); これらの三つのシステムコ ...
https://man.plustar.jp/manpage/man2/recvmsg.2.html - [similar]
Man page of QUERY_MODULE 4358
QUERY_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 quer ... uery_module(const char * name , int which , void * buf , size_t bufsize , size_t * ret ); 説明 query_modu ... L で終端する文字列を続けたものである。 name の値は buf の先頭から文字列までのオフセット文字数である。 ret ... 小限のバッ ファのサイズが設定される。 EFAULT name , buf , ret の少なくともいずれかが、プログラムが アクセス ...
https://man.plustar.jp/manpage/man2/query_module.2.html - [similar]
Man page of USER_NAMESPACES 4358
USER_NAMESPACES Section: Linux Programmer's Manual (7) Updated: 2014-09-21 Index JM Home Page 名 ... _args args; char *uid_map, *gid_map; const int MAP_BUF_SIZE = 100; char map_buf[MAP_BUF_SIZE]; char map_p ... ", (long) child_pid); if (map_zero) { snprintf(map_buf, MAP_BUF_SIZE, "0 %ld 1", (long) getuid()); uid_ma ... p = map_buf; } update_map(uid_map, map_path); } if (gid_map != ... ", (long) child_pid); if (map_zero) { snprintf(map_buf, MAP_BUF_SIZE, "0 %ld 1", (long) getgid()); gid_ma ...
https://man.plustar.jp/manpage/man7/user_namespaces.7.html - [similar]
Man page of STATFS 4331
STATFS Section: Linux Programmer's Manual (2) Updated: 2014-06-13 Index JM Home Page 名前 statfs ... */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); 説明 ... されたファイルシステムにあるファイルのパス名である。 buf は statfs 構造体へのポインターで、およそ以下のよう ... プンされたファイルディスクリプターではない。 EFAULT buf または path が不正なアドレスを指している。 EINTR こ ...
https://man.plustar.jp/manpage/man2/fstatfs.2.html - [similar]
Man page of STATFS 4331
STATFS Section: Linux Programmer's Manual (2) Updated: 2014-06-13 Index JM Home Page 名前 statfs ... */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); 説明 ... されたファイルシステムにあるファイルのパス名である。 buf は statfs 構造体へのポインターで、およそ以下のよう ... プンされたファイルディスクリプターではない。 EFAULT buf または path が不正なアドレスを指している。 EINTR こ ...
https://man.plustar.jp/manpage/man2/fstatfs64.2.html - [similar]
Man page of SEND 4331
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... /socket.h > ssize_t send(int sockfd , const void * buf , size_t len , int flags ); ssize_t sendto(int soc ... kfd , const void * buf , size_t len , int flags , const struct sockaddr * ... () は write (2) と等価である。 また、 send(sockfd, buf, len, flags); は以下と等価である。 sendto(sockfd, ... 指定される。 send () と sendto () では、メッセージは buf に格納されており、その長さは len であると解釈される ...
https://man.plustar.jp/manpage/man2/send.2.html - [similar]
Man page of SEND 4331
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... /socket.h > ssize_t send(int sockfd , const void * buf , size_t len , int flags ); ssize_t sendto(int soc ... kfd , const void * buf , size_t len , int flags , const struct sockaddr * ... () は write (2) と等価である。 また、 send(sockfd, buf, len, flags); は以下と等価である。 sendto(sockfd, ... 指定される。 send () と sendto () では、メッセージは buf に格納されており、その長さは len であると解釈される ...
https://man.plustar.jp/manpage/man2/sendmsg.2.html - [similar]
Man page of SEND 4331
SEND Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 send, se ... /socket.h > ssize_t send(int sockfd , const void * buf , size_t len , int flags ); ssize_t sendto(int soc ... kfd , const void * buf , size_t len , int flags , const struct sockaddr * ... () は write (2) と等価である。 また、 send(sockfd, buf, len, flags); は以下と等価である。 sendto(sockfd, ... 指定される。 send () と sendto () では、メッセージは buf に格納されており、その長さは len であると解釈される ...
https://man.plustar.jp/manpage/man2/sendto.2.html - [similar]
Man page of STATFS 4331
STATFS Section: Linux Programmer's Manual (2) Updated: 2014-06-13 Index JM Home Page 名前 statfs ... */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); 説明 ... されたファイルシステムにあるファイルのパス名である。 buf は statfs 構造体へのポインターで、およそ以下のよう ... プンされたファイルディスクリプターではない。 EFAULT buf または path が不正なアドレスを指している。 EINTR こ ...
https://man.plustar.jp/manpage/man2/statfs.2.html - [similar]
Man page of STATFS 4331
STATFS Section: Linux Programmer's Manual (2) Updated: 2014-06-13 Index JM Home Page 名前 statfs ... */ int statfs(const char * path , struct statfs * buf ); int fstatfs(int fd , struct statfs * buf ); 説明 ... されたファイルシステムにあるファイルのパス名である。 buf は statfs 構造体へのポインターで、およそ以下のよう ... プンされたファイルディスクリプターではない。 EFAULT buf または path が不正なアドレスを指している。 EINTR こ ...
https://man.plustar.jp/manpage/man2/statfs64.2.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 NEXT

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