manページ検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 349 for buf (0.020 sec.)
Man page of SELECT_TUT 4466
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... close(fd2); \ fd2 = -1; \ } \ } while (0) #define BUF_SIZE 1024 int main(int argc, char *argv[]) { int h ... ; int fd1 = -1, fd2 = -1; char buf1[BUF_SIZE], buf2[BUF_SIZE]; int buf1_avail = 0, bu ... f1_written = 0; int buf2_avail = 0, buf2_written = 0; if (argc != 4) { fpr ... (h, &readfds); nfds = max(nfds, h); if (fd1 > 0 && buf1_avail < BUF_SIZE) FD_SET(fd1, &readfds); /* Note: ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of TIMES 4466
TIMES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 times - ... include < sys/times.h > clock_t times(struct tms * buf ); 説明 times () は現在のプロセス時間を buf が指し ... 作は Linux 2.6.9 以降で修正されている。 Linux では、 buf 引数に NULL を指定することができ、その場合は times ... は規定されておらず、 その他のほとんどの UNIX 実装は buf の値として非 NULL の値を要求する。 clock (3) も cl ...
https://man.plustar.jp/manpage/man2/times.2.html - [similar]
Man page of SEMCTL 4430
SEMCTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 semctl ... emun { int val; /* SETVAL の値 */ struct semid_ds *buf; /* IPC_STAT, IPC_SET 用のバッファー */ unsigned s ... y; /* GETALL, SETALL 用の配列 */ struct seminfo *__buf; /* IPC_INFO 用のバッファー (Linux 固有) */ }; sem ... d に関連づけられたカーネルデータ構造体の情報を arg.buf で指された semid_ds 構造体へコピーする。 semnum 引 ... embers of the semid_ds structure pointed to by arg.buf to the kernel data structure associated with this ...
https://man.plustar.jp/manpage/man2/semctl.2.html - [similar]
Man page of GETGRNAM 4430
GETGRNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... _r(const char * name , struct group * grp , char * buf , size_t buflen , struct group ** result ); int ge ... tgrgid_r(gid_t gid , struct group * grp , char * buf , size_t buflen , struct group ** result ); glibc ... する。 group 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *gb ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getgrgid.3.html - [similar]
Man page of GETGRNAM 4430
GETGRNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... _r(const char * name , struct group * grp , char * buf , size_t buflen , struct group ** result ); int ge ... tgrgid_r(gid_t gid , struct group * grp , char * buf , size_t buflen , struct group ** result ); glibc ... する。 group 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *gb ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getgrgid_r.3.html - [similar]
Man page of GETGRNAM 4430
GETGRNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... _r(const char * name , struct group * grp , char * buf , size_t buflen , struct group ** result ); int ge ... tgrgid_r(gid_t gid , struct group * grp , char * buf , size_t buflen , struct group ** result ); glibc ... する。 group 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *gb ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getgrnam.3.html - [similar]
Man page of GETGRNAM 4430
GETGRNAM Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... _r(const char * name , struct group * grp , char * buf , size_t buflen , struct group ** result ); int ge ... tgrgid_r(gid_t gid , struct group * grp , char * buf , size_t buflen , struct group ** result ); glibc ... する。 group 構造体のメンバーが指す文字列は、 サイズ buflen のバッファー buf に格納される。成功した場合 *gb ... _R_SIZE_MAX) は、 errno を変更せずに -1 を返すか、 buf の初期サイズの推奨値を 返す。(このサイズが小さすぎ ...
https://man.plustar.jp/manpage/man3/getgrnam_r.3.html - [similar]
Man page of MSGCTL 4394
MSGCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgctl ... int msgctl(int msqid , int cmd , struct msqid_ds * buf ); 説明 msgctl () はメッセージキュー識別子 msqid で ... けられたメッセージキューデータ構造体から、ポインター buf が指し示す msqid_ds 構造体に情報をコピーする。 呼び ... me members of the msqid_ds structure pointed to by buf to the kernel data structure associated with this ... メッセージキューの制限とパラメーターに関する情報を、 buf が指す構造体に入れて返す。 この構造体は msginfo 型 ...
https://man.plustar.jp/manpage/man2/msgctl.2.html - [similar]
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/recv.2.html - [similar]
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/recvfrom.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