manページ検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1031 for errno (0.135 sec.)
Man page of GETGRENT 3395
GETGRENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... が発生した場合は NULL を返す。 エラーが発生すると、 errno が適切に設定される。 この関数の呼び出し後に errno ... をチェックしたい場合は、呼び出し前に errno を 0 に設定しておかないといけない。 返り値は静的な ...
https://man.plustar.jp/manpage/man3/getgrent.3.html - [similar]
Man page of READDIR 3395
READDIR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 readd ... リストリームの末尾に達した場合には、NULL が返され、 errno は変化しない。 エラーが発生した場合、NULL が返され ...errno が適切に設定される。エラーからストリームの末尾を区 ... 別するには、 readdir () を呼び出す前に errno を 0 に設定しておき、 NULL が返された場合に errno ...
https://man.plustar.jp/manpage/man3/readdir.3.html - [similar]
Man page of GETGRENT 3395
GETGRENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getg ... が発生した場合は NULL を返す。 エラーが発生すると、 errno が適切に設定される。 この関数の呼び出し後に errno ... をチェックしたい場合は、呼び出し前に errno を 0 に設定しておかないといけない。 返り値は静的な ...
https://man.plustar.jp/manpage/man3/setgrent.3.html - [similar]
Man page of RECV 3346
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... いた場合 ( fcntl (2) を参照) は -1 を返し、外部変数 errno に EAGAIN か EWOULDBLOCK を設定する。 これらの受信 ... GIN_ICMP6 3 struct sock_extended_err { uint32_t ee_errno; /* Error number */ uint8_t ee_origin; /* Where th ... dr *SO_EE_OFFENDER(struct sock_extended_err *); ee_errno にはキューに入れられたエラーの errno が入っている。 ... 受信したバイト数を返す。 エラーの場合は -1 を返し、 errno にエラーを示す値を設定する。 ストリームソケットの接 ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
Man page of RECV 3346
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... いた場合 ( fcntl (2) を参照) は -1 を返し、外部変数 errno に EAGAIN か EWOULDBLOCK を設定する。 これらの受信 ... GIN_ICMP6 3 struct sock_extended_err { uint32_t ee_errno; /* Error number */ uint8_t ee_origin; /* Where th ... dr *SO_EE_OFFENDER(struct sock_extended_err *); ee_errno にはキューに入れられたエラーの errno が入っている。 ... 受信したバイト数を返す。 エラーの場合は -1 を返し、 errno にエラーを示す値を設定する。 ストリームソケットの接 ...
https://man.plustar.jp/manpage/man2/recvfrom.2.html - [similar]
Man page of RECV 3346
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... いた場合 ( fcntl (2) を参照) は -1 を返し、外部変数 errno に EAGAIN か EWOULDBLOCK を設定する。 これらの受信 ... GIN_ICMP6 3 struct sock_extended_err { uint32_t ee_errno; /* Error number */ uint8_t ee_origin; /* Where th ... dr *SO_EE_OFFENDER(struct sock_extended_err *); ee_errno にはキューに入れられたエラーの errno が入っている。 ... 受信したバイト数を返す。 エラーの場合は -1 を返し、 errno にエラーを示す値を設定する。 ストリームソケットの接 ...
https://man.plustar.jp/manpage/man2/recvmsg.2.html - [similar]
Man page of SELECT_TUT 3346
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... す。 シグナルを受けると select () (や pselect ()) は errno に EINTR をセットして戻ることになる。 シグナルがプ ... ds, &exceptfds, NULL, &empty_mask); if (r == -1 && errno != EINTR) { /* Handle error */ } if (got_SIGCHLD) ... 2), recv (2) write (2), and send (2) can fail with errno set to EAGAIN ( EWOULDBLOCK ). These results must ... netinet/in.h > #include < arpa/inet.h > #include < errno.h > static int forward_port; #undef max #define ma ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of SYSCONF 3346
SYSCONF Section: Linux Programmer's Manual (3) Updated: 2019-05-09 Index JM Home Page 名前 sysco ... e of the following: * On error, -1 is returned and errno is set to indicate the cause of the error (for exa ... nd that limit is indeterminate, -1 is returned and errno is not changed. (To distinguish an indeterminate l ... imit from an error, set errno to zero before the call, and then check whether er ...
https://man.plustar.jp/manpage/man3/sysconf.3.html - [similar]
Man page of RMT 3346
RMT Section: GNU TAR マニュアル (8) Updated: 2018/03/24 Index JM Home Page 名前 rmt - リモートの ... エラー発生時には、以下のレスポンスが返されます。 E errno \n error-message \n ここで errno はシステムエラーコ ... ードを表すもので、 errno (3) に説明されています。 error-message はエラー内容 ...
https://man.plustar.jp/manpage/man8/rmt.8.html - [similar]
Man page of GETPRIORITY 3291
GETPRIORITY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... negative number. On error, it returns -1 and sets errno to indicate the cause of the error. getpriority () ... 値を返す可能性があるので、 呼び出しの前に外部変数の errno をクリアし、呼び出しの後に返り値の -1 が正当な値か ... riority () は 0 を返す。 エラーの場合、-1 を返し、 errno にエラーの原因を示す値を設定する。 エラー EINVAL w ...
https://man.plustar.jp/manpage/man2/getpriority.2.html - [similar]
PREV 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 NEXT

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