manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 187 for DO (0.049 sec.)
Man page of RECVMMSG 5363
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... (Linux 2.6.34 以降) 最初のメッセージを受信後に MSG_DONTWAIT を有効にする。 timeout 引数は struct timespe ... received. The error code is expected to be returned on a subsequent call to recvmmsg (). In the current ... UDP データグラムを定期的に生成する。 $ while true; do echo $RANDOM > /dev/udp/127.0.0.1/1234; sleep 0.25 ... ; done 生成されたデータグラムをサンプルアプリケーション ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of SPU_RUN 5363
SPU_RUN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 spu_r ... > #include < fcntl.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード SPU , ... ージョン 準拠 注意 例 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man2/spu_run.2.html - [similar]
Man page of GETPROTOENT_R 5363
GETPROTOENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ", MAX_BUF); exit(EXIT_FAILURE); } erange_cnt = 0; do { s = getprotobyname_r(argv[1], &result_buf, buf, ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード result ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/getprotobyname_r.3.html - [similar]
Man page of GETPROTOENT_R 5363
GETPROTOENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ", MAX_BUF); exit(EXIT_FAILURE); } erange_cnt = 0; do { s = getprotobyname_r(argv[1], &result_buf, buf, ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード result ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/getprotobynumber_r.3.html - [similar]
Man page of GETPROTOENT_R 5363
GETPROTOENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ", MAX_BUF); exit(EXIT_FAILURE); } erange_cnt = 0; do { s = getprotobyname_r(argv[1], &result_buf, buf, ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード result ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/getprotoent_r.3.html - [similar]
Man page of GETSERVENT_R 5363
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ", MAX_BUF); exit(EXIT_FAILURE); } erange_cnt = 0; do { s = getservbyport_r(port, protop, &result_buf, b ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード result ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/getservbyname_r.3.html - [similar]
Man page of GETSERVENT_R 5363
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ", MAX_BUF); exit(EXIT_FAILURE); } erange_cnt = 0; do { s = getservbyport_r(port, protop, &result_buf, b ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード result ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/getservbyport_r.3.html - [similar]
Man page of GETSERVENT_R 5363
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ", MAX_BUF); exit(EXIT_FAILURE); } erange_cnt = 0; do { s = getservbyport_r(port, protop, &result_buf, b ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード result ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/getservent_r.3.html - [similar]
Man page of MAKECONTEXT 5363
MAKECONTEXT Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 m ... ctx_func1, uctx_func2; #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) sta ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード func , ... プログラムのソース 関連項目 この文書について This document was created by man2html , using the manual p ...
https://man.plustar.jp/manpage/man3/makecontext.3.html - [similar]
Man page of MALLOC_INFO 5363
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... ic int numThreads, numBlocks; #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) s ... locating blocks ============\n"); malloc_info(0, stdout); /* Create threads that allocate different amou ... locating blocks ============\n"); malloc_info(0, stdout); exit(EXIT_SUCCESS); } 関連項目 mallinfo (3), m ... 説明とバグ報告に関する情報は https://www.kernel.org/doc/man-pages/ に書かれている。 関連キーワード size , ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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