manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 591 for error (0.023 sec.)
Man page of ATOI 4760
ATOI Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 atoi, at ... ng に変換する。 返り値 The converted value or 0 on error. 属性 この節で使用されている用語の説明については、 ... 注意 POSIX.1 leaves the return value of atoi () on error unspecified. On glibc, musl libc, and uClibc, 0 is ... returned on error. バグ errno is not set on error so there is no way ... to distinguish between 0 as an error and as the converted value. No checks for overflow ...
https://man.plustar.jp/manpage/man3/atoll.3.html - [similar]
Man page of ATOI 4760
ATOI Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 atoi, at ... ng に変換する。 返り値 The converted value or 0 on error. 属性 この節で使用されている用語の説明については、 ... 注意 POSIX.1 leaves the return value of atoi () on error unspecified. On glibc, musl libc, and uClibc, 0 is ... returned on error. バグ errno is not set on error so there is no way ... to distinguish between 0 as an error and as the converted value. No checks for overflow ...
https://man.plustar.jp/manpage/man3/atoq.3.html - [similar]
Man page of STRERROR 4678
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strerror ... rror, strerrorname_np, strerrordesc_np, strerror_r, strerror_l - ... る文字列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errn ... um ); const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , c ... uf , size_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GN ...
https://man.plustar.jp/manpage/man3/strerror.3.html - [similar]
Man page of STRERROR 4678
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strerror ... rror, strerrorname_np, strerrordesc_np, strerror_r, strerror_l - ... る文字列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errn ... um ); const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , c ... uf , size_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GN ...
https://man.plustar.jp/manpage/man3/strerror_l.3.html - [similar]
Man page of STRERROR 4678
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strerror ... rror, strerrorname_np, strerrordesc_np, strerror_r, strerror_l - ... る文字列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errn ... um ); const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , c ... uf , size_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GN ...
https://man.plustar.jp/manpage/man3/strerror_r.3.html - [similar]
Man page of STRERROR 4678
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strerror ... rror, strerrorname_np, strerrordesc_np, strerror_r, strerror_l - ... る文字列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errn ... um ); const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , c ... uf , size_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GN ...
https://man.plustar.jp/manpage/man3/strerrordesc_np.3.html - [similar]
Man page of STRERROR 4678
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strerror ... rror, strerrorname_np, strerrordesc_np, strerror_r, strerror_l - ... る文字列を返す。 書式 #include < string.h > char *strerror(int errnum ); const char *strerrorname_np(int errn ... um ); const char *strerrordesc_np(int errnum ); int strerror_r(int errnum , c ... uf , size_t buflen ); /* XSI-compliant */ char *strerror_r(int errnum , char * buf , size_t buflen ); /* GN ...
https://man.plustar.jp/manpage/man3/strerrorname_np.3.html - [similar]
Man page of PTHREAD_GETCPUCLOCKID 4633
PTHREAD_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home P ... e < string.h > #include < errno.h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } whi ... le (0) #define handle_error_en(en, msg) \ do { errno = en; perror(msg); exit(E ... ", msg); if (clock_gettime(cid, &ts) == -1) handle_error("clock_gettime"); printf("%4jd.%03ld\n", (intmax_t ... ead, NULL, thread_start, NULL); if (s != 0) handle_error_en(s, "pthread_create"); printf("Main thread sleep ...
https://man.plustar.jp/manpage/man3/pthread_getcpuclockid.3.html - [similar]
Man page of AIO 4633
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... fsync (2) や fdatasync (2) の非同期版である。 aio_error (3) キューに入れられた I/O リクエストのエラー状態を ... その後、このプログラムはループに 入り、定期的に aio_error (3) を使ってまだ実行中の各 I/O 操作を監視す る。各 ... descriptor 3 opened /dev/stdin on descriptor 4 aio_error(): for request 0 (descriptor 3): In progress for r ... In progress abc I/O completion signal received aio_error(): for request 0 (descriptor 3): I/O succeeded for ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of LDEXP 4595
LDEXP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ldexp, ... 。 結果がアンダーフローする場合、 範囲エラー (range error) が発生し、0 が返される。 結果がオーバーフローする ... 場合、 範囲エラー (range error) が発生し、 各関数はそれぞれ HUGE_VAL , HUGE_VALF ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 範囲エラー (range error)、オーバーフローの場合 errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/ldexp.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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