manページ検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 591 for error (0.123 sec.)
Man page of AIO_RETURN 3684
AIO_RETURN Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ai ... cb 構造体の説明は aio (7) を参照) この関数は、 aio_error (3) が EINPROGRESS 以外を返した後で、 与えられたリ ... . 例 aio (7) を参照。 関連項目 aio_cancel (3), aio_error (3), aio_fsync (3), aio_read (3), aio_suspend (3), ...
https://man.plustar.jp/manpage/man3/aio_return.3.html - [similar]
Man page of DLOPEN 3684
DLOPEN Section: Linux Programmer's Manual (3) Updated: 16 May 1995 Index JM Home Page 名前 dlclo ... se, dlerror, dlopen, dlsym - ダイナミックリンクを行うローダへの ... (const char * filename , int flag ); const char *dlerror(void); void *dlsym(void *handle , char *symbol ); ... ose) のいずれかで 最も近い過去に生じたエラーは、 dlerror() によって人間に可読な形で表示させることができる。 ... dlerror は初期化された時点、あるいは最後に呼び出された時点 ...
https://man.plustar.jp/manpage/man3/dlerror.3.html - [similar]
Man page of DLOPEN 3684
DLOPEN Section: Linux Programmer's Manual (3) Updated: 16 May 1995 Index JM Home Page 名前 dlclo ... se, dlerror, dlopen, dlsym - ダイナミックリンクを行うローダへの ... (const char * filename , int flag ); const char *dlerror(void); void *dlsym(void *handle , char *symbol ); ... ose) のいずれかで 最も近い過去に生じたエラーは、 dlerror() によって人間に可読な形で表示させることができる。 ... dlerror は初期化された時点、あるいは最後に呼び出された時点 ...
https://man.plustar.jp/manpage/man3/dlsym.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 3684
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... e < stdlib.h > #include < errno.h > #define handle_error_en(en, msg) \ do { errno = en; perror(msg); exit(E ... read, sizeof(cpuset), &cpuset); if (s != 0) handle_error_en(s, "pthread_setaffinity_np"); /* Check the actu ... read, sizeof(cpuset), &cpuset); if (s != 0) handle_error_en(s, "pthread_getaffinity_np"); printf("Set retur ...
https://man.plustar.jp/manpage/man3/pthread_getaffinity_np.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 3684
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... e < stdlib.h > #include < errno.h > #define handle_error_en(en, msg) \ do { errno = en; perror(msg); exit(E ... read, sizeof(cpuset), &cpuset); if (s != 0) handle_error_en(s, "pthread_setaffinity_np"); /* Check the actu ... read, sizeof(cpuset), &cpuset); if (s != 0) handle_error_en(s, "pthread_getaffinity_np"); printf("Set retur ...
https://man.plustar.jp/manpage/man3/pthread_setaffinity_np.3.html - [similar]
Man page of RECVMMSG 3646
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... た場合、 呼び出しはずっと停止し続けてしまう。 If an error occurs after at least one message has been receive ... , and returns the number of messages received. The error code is expected to be returned on a subsequent ca ... sg (). In the current implementation, however, the error code can be overwritten in the meantime by an unre ... cket(AF_INET, SOCK_DGRAM, 0); if (sockfd == -1) { perror("socket()"); exit(EXIT_FAILURE); } addr.sin_family ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of UNSHARE 3646
UNSHARE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 unsha ... ces (7) を参照。 From Linux 3.11 to Linux 4.8, the error diagnosed in this case was EUSERS . ENOSPC (Linux ... ould be exceeded. See the discussion of the ENOSPC error above. バージョン unshare () システムコールは Linu ... lude < stdlib.h > #include < stdio.h > /* A simple error-handling function: print an error message based on ... the calling process */ #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) static voi ...
https://man.plustar.jp/manpage/man2/unshare.2.html - [similar]
Man page of POSIX_MEMALIGN 3646
POSIX_MEMALIGN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 ... n a pointer to the allocated memory on success. On error, NULL is returned, and errno is set to indicate th ... e cause of the error. posix_memalign () returns zero on success, or one ... of the error values listed in the next section on failure. The ...
https://man.plustar.jp/manpage/man3/aligned_alloc.3.html - [similar]
Man page of COSH 3646
COSH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 cosh, co ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/cosh.3.html - [similar]
Man page of COSH 3646
COSH Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 cosh, co ... にエラーが発生したかの判定方法についての情報は math_error (7) を参照のこと。 以下のエラーが発生する可能性があ ... る。 範囲エラー (range error): 結果のオーバーフロー errno に ERANGE が設定される ...
https://man.plustar.jp/manpage/man3/coshf.3.html - [similar]
PREV 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 NEXT

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