manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 327 for return (0.029 sec.)
Man page of RANDOM 6696
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... ge for details. When read, the /dev/urandom device returns random bytes using a pseudorandom number generato ... When read during early boot time, /dev/urandom may return data prior to the entropy pool being initialized. ... n of /dev/urandom were not widely trusted. It will return random bytes only within the estimated number of b ... evice /dev/urandom , reads of up to 256 bytes will return as many bytes as are requested and will not be int ...
https://man.plustar.jp/manpage/man4/random.4.html - [similar]
Man page of RANDOM 6696
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... ge for details. When read, the /dev/urandom device returns random bytes using a pseudorandom number generato ... When read during early boot time, /dev/urandom may return data prior to the entropy pool being initialized. ... n of /dev/urandom were not widely trusted. It will return random bytes only within the estimated number of b ... evice /dev/urandom , reads of up to 256 bytes will return as many bytes as are requested and will not be int ...
https://man.plustar.jp/manpage/man4/urandom.4.html - [similar]
Man page of SELECT_TUT 6485
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... OCK_STREAM, 0); if (lfd == -1) { perror("socket"); return -1; } yes = 1; if (setsockopt(lfd, SOL_SOCKET, SO_ ... f(yes)) == -1) { perror("setsockopt"); close(lfd); return -1; } memset(&addr, 0, sizeof(addr)); addr.sin_por ... sizeof(addr)) == -1) { perror("bind"); close(lfd); return -1; } printf("accepting connections on port %d\n", ... listen_port); listen(lfd, 10); return lfd; } static int connect_socket(int connect_port, ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of AIO 6485
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... れられた I/O リクエストのエラー状態を取得する。 aio_return (3) 完了した I/O リクエストの終了ステータスを取得す ... 定される。全ての I/O リクエストが完了した後、 aio_return (3) を使って それぞれのステータスを取得する。 SIGQ ... r 4): I/O succeeded All I/O requests completed aio_return(): for request 0 (descriptor 3): 4 for request 1 ( ... f the outstanding I/O requests, and display status returned from the cancellation requests */ printf("got SI ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of GCC 6173
GCC Section: GNU Tools (1) Updated: 1998/12/16 Index JM Home Page 名称 gcc, g++ - GNU プロジェク ... -pedantic -pedantic-errors -w -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscript -Wcommen ... -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wtempl ... egs -mfp-arg-in-gregs -mfull-fp-blocks -mhc-struct-return -min-line-mul -mminimum-fp-blocks -mnohc-struct-re ... fno-common -fno-ident -fno-gnu-linker -fpcc-struct-return -fpic -fPIC -freg-struct-return -fshared-data -fsh ...
https://man.plustar.jp/manpage/man1/gcc.1.html - [similar]
Man page of AIO_READ 6173
AIO_READ Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 aio_ ... たかをテストできる。 完了した I/O 操作の返り値は aio_return (3) で取得できる。 aiocbp->aio_sigevent を適切に設 ... る。 エラーは後でのみ検知された場合は、 エラーは aio_return (3) と aio_error (3) 経由で報告されることになる ( ... aio_return (3) は状態 -1 を返し、 aio_error (3) でエラー状態- ... aio_cancel (3), aio_error (3), aio_fsync (3), aio_return (3), aio_suspend (3), aio_write (3), lio_listio (3 ...
https://man.plustar.jp/manpage/man3/aio_read.3.html - [similar]
Man page of POLL 6071
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... t events; /* requested events */ short revents; /* returned events */ }; nfds には、 fds 配列の要素数を指定す ... 義しなければならない。 POLLERR Error condition (only returned in revents ; ignored in events ). This bit is al ... he read end has been closed. POLLHUP Hang up (only returned in revents ; ignored in events ). Note that when ... he channel. Subsequent reads from the channel will return 0 (end of file) only after all outstanding data in ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 6071
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... t events; /* requested events */ short revents; /* returned events */ }; nfds には、 fds 配列の要素数を指定す ... 義しなければならない。 POLLERR Error condition (only returned in revents ; ignored in events ). This bit is al ... he read end has been closed. POLLHUP Hang up (only returned in revents ; ignored in events ). Note that when ... he channel. Subsequent reads from the channel will return 0 (end of file) only after all outstanding data in ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of EBTABLES 6071
EBTABLES Section: Maintenance Commands (8) Updated: December 2011 Index JM Home Page 名前 ebtabl ... get ebtables [ -t table ] -P chain ACCEPT | DROP | RETURN ebtables [ -t table ] -F [chain] ebtables [ -t tab ... btables [ -t table ] -N chain [ -P ACCEPT | DROP | RETURN ] ebtables [ -t table ] -X [chain] ebtables [ -t t ... は次のいずれかの値をとる: ACCEPT , DROP , CONTINUE , RETURN , 'extension' の 1 つ (後述) あるいはユーザ定義チェ ... フレームに複数のターゲットを適用するのに便利である。 RETURN はそのチェインの探索を打ち切り、前の (呼び出し元の ...
https://man.plustar.jp/manpage/man8/ebtables-legacy.8.html - [similar]
Man page of CTIME 5860
CTIME Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 asctime ... ない。 返り値 On success, gmtime () and localtime () return a pointer to a struct tm . On success, gmtime_r () ... and localtime_r () return the address of the structure pointed to by result ... . On success, asctime () and ctime () return a pointer to a string. On success, asctime_r () an ... d ctime_r () return a pointer to the string pointed to by buf . On suc ...
https://man.plustar.jp/manpage/man3/asctime.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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