manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 194 for sizeof (0.017 sec.)
Man page of MSGOP 5293
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... ムコールに影響するシステム制限である: MSGMAX Maximum size of a message text, in bytes (default value: 8192 byt ... the CAP_SYS_RESOURCE capability) can increase the size of a message queue beyond MSGMNB using the msgctl (2 ... msg.mtype = msgtype; time(&t); snprintf(msg.mtext, sizeof(msg.mtext), "a message at %s", ctime(&t)); if (msg ... snd(qid, &msg, sizeof(msg.mtext), IPC_NOWAIT) == -1) { perror("msgsnd er ...
https://man.plustar.jp/manpage/man2/msgrcv.2.html - [similar]
Man page of MSGOP 5293
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... ムコールに影響するシステム制限である: MSGMAX Maximum size of a message text, in bytes (default value: 8192 byt ... the CAP_SYS_RESOURCE capability) can increase the size of a message queue beyond MSGMNB using the msgctl (2 ... msg.mtype = msgtype; time(&t); snprintf(msg.mtext, sizeof(msg.mtext), "a message at %s", ctime(&t)); if (msg ... snd(qid, &msg, sizeof(msg.mtext), IPC_NOWAIT) == -1) { perror("msgsnd er ...
https://man.plustar.jp/manpage/man2/msgsnd.2.html - [similar]
Man page of RECVMMSG 5293
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... 1234); if (bind(sockfd, (struct sockaddr *) &addr, sizeof(addr)) == -1) { perror("bind()"); exit(EXIT_FAILUR ... E); } memset(msgs, 0, sizeof(msgs)); for (int i = 0; i < VLEN; i++) { iovecs[i] ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of SIGNALFD 5293
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... シグナルに ついての情報を返す。 バッファーは最低でも sizeof(struct signalfd_siginfo) バイトの大きさがなければな ... error("signalfd"); for (;;) { s = read(sfd, &fdsi, sizeof(fdsi)); if (s != sizeof(fdsi)) handle_error("read" ...
https://man.plustar.jp/manpage/man2/signalfd.2.html - [similar]
Man page of SIGNALFD 5293
SIGNALFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sign ... シグナルに ついての情報を返す。 バッファーは最低でも sizeof(struct signalfd_siginfo) バイトの大きさがなければな ... error("signalfd"); for (;;) { s = read(sfd, &fdsi, sizeof(fdsi)); if (s != sizeof(fdsi)) handle_error("read" ...
https://man.plustar.jp/manpage/man2/signalfd4.2.html - [similar]
Man page of POSIX_MEMALIGN 5293
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... t , which must be a power of two and a multiple of sizeof(void *) . This address can later be successfully p ... ー EINVAL alignment 引数が 2 のべき乗でなかったか、 sizeof(void *) の倍数でなかった。 ENOMEM 割り当て要求を満 ...
https://man.plustar.jp/manpage/man3/aligned_alloc.3.html - [similar]
Man page of MAKECONTEXT 5293
MAKECONTEXT Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 m ... ss_sp = func1_stack; uctx_func1.uc_stack.ss_size = sizeof(func1_stack); uctx_func1.uc_link = &uctx_main; mak ... ss_sp = func2_stack; uctx_func2.uc_stack.ss_size = sizeof(func2_stack); /* Successor context is f1(), unless ...
https://man.plustar.jp/manpage/man3/makecontext.3.html - [similar]
Man page of POSIX_MEMALIGN 5293
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... t , which must be a power of two and a multiple of sizeof(void *) . This address can later be successfully p ... ー EINVAL alignment 引数が 2 のべき乗でなかったか、 sizeof(void *) の倍数でなかった。 ENOMEM 割り当て要求を満 ...
https://man.plustar.jp/manpage/man3/memalign.3.html - [similar]
Man page of POSIX_MEMALIGN 5293
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... t , which must be a power of two and a multiple of sizeof(void *) . This address can later be successfully p ... ー EINVAL alignment 引数が 2 のべき乗でなかったか、 sizeof(void *) の倍数でなかった。 ENOMEM 割り当て要求を満 ...
https://man.plustar.jp/manpage/man3/posix_memalign.3.html - [similar]
Man page of POSIX_MEMALIGN 5293
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... t , which must be a power of two and a multiple of sizeof(void *) . This address can later be successfully p ... ー EINVAL alignment 引数が 2 のべき乗でなかったか、 sizeof(void *) の倍数でなかった。 ENOMEM 割り当て要求を満 ...
https://man.plustar.jp/manpage/man3/pvalloc.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT

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