manページ検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 432 for exit (0.039 sec.)
Man page of DLOPEN 4100
DLOPEN Section: Linux Programmer's Manual (3) Updated: 2014-10-02 Index JM Home Page 名前 dlclos ... ている場合のみ有効となる。 glibc 2.2.3 以降では、 atexit (3) を使って、ライブラリがアンロードされる際に自動 ... 的に呼び出される 終了ハンドラー (exit handler) を登録することができる。 歴史 dlopen イン ... if (!handle) { fprintf(stderr, "%s\n", dlerror()); exit(EXIT_FAILURE); } dlerror(); /* Clear any existing ... (error != NULL) { fprintf(stderr, "%s\n", error); exit(EXIT_FAILURE); } printf("%f\n", (*cosine)(2.0)); d ...
https://man.plustar.jp/manpage/man3/dlopen.3.html - [similar]
Man page of GETSUBOPT 4100
GETSUBOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get ... options are 'ro', 'rw', " "and 'name=<value>'\n"); exit(EXIT_FAILURE); } /* Remainder of program... */ exi ... t(EXIT_SUCCESS); } 関連項目 getopt (3) この文書について こ ...
https://man.plustar.jp/manpage/man3/getsubopt.3.html - [similar]
Man page of PTHREAD_SETNAME_NP 4100
PTHREAD_SETNAME_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... include < stdlib.h > #define NAMELEN 16 #define errExitEN(en, msg) \ do { errno = en; perror(msg); \ exit( ... (&thread, NULL, threadfunc, NULL); if (rc != 0) errExitEN(rc, "pthread_create"); rc = pthread_getname_np(t ... hread, thread_name, NAMELEN); if (rc != 0) errExitEN(rc, "pthread_getname_np"); printf("Created a thr ... rgc > 1) ? argv[1] : "THREADFOO"); if (rc != 0) errExitEN(rc, "pthread_setname_np"); sleep (2); rc = pthre ...
https://man.plustar.jp/manpage/man3/pthread_getname_np.3.html - [similar]
Man page of PTHREAD_SETNAME_NP 4100
PTHREAD_SETNAME_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... include < stdlib.h > #define NAMELEN 16 #define errExitEN(en, msg) \ do { errno = en; perror(msg); \ exit( ... (&thread, NULL, threadfunc, NULL); if (rc != 0) errExitEN(rc, "pthread_create"); rc = pthread_getname_np(t ... hread, thread_name, NAMELEN); if (rc != 0) errExitEN(rc, "pthread_getname_np"); printf("Created a thr ... rgc > 1) ? argv[1] : "THREADFOO"); if (rc != 0) errExitEN(rc, "pthread_setname_np"); sleep (2); rc = pthre ...
https://man.plustar.jp/manpage/man3/pthread_setname_np.3.html - [similar]
Man page of SCANDIR 4100
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... ULL, alphasort); if (n == -1) { perror("scandir"); exit(EXIT_FAILURE); } while (n--) { printf("%s\n", name ... [n]->d_name); free(namelist[n]); } free(namelist); exit(EXIT_SUCCESS); } 関連項目 closedir (3), fnmatch (3 ...
https://man.plustar.jp/manpage/man3/scandir.3.html - [similar]
Man page of SCANDIR 4100
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... ULL, alphasort); if (n == -1) { perror("scandir"); exit(EXIT_FAILURE); } while (n--) { printf("%s\n", name ... [n]->d_name); free(namelist[n]); } free(namelist); exit(EXIT_SUCCESS); } 関連項目 closedir (3), fnmatch (3 ...
https://man.plustar.jp/manpage/man3/scandirat.3.html - [similar]
Man page of SCANDIR 4100
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... ULL, alphasort); if (n == -1) { perror("scandir"); exit(EXIT_FAILURE); } while (n--) { printf("%s\n", name ... [n]->d_name); free(namelist[n]); } free(namelist); exit(EXIT_SUCCESS); } 関連項目 closedir (3), fnmatch (3 ...
https://man.plustar.jp/manpage/man3/versionsort.3.html - [similar]
Man page of AIO 4100
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... Size of buffers for read operations */ #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); } while ... "Usage: %s <pathname> <pathname>...\n", argv[0]); exit(EXIT_FAILURE); } numReqs = argc - 1; /* Allocate o ... (numReqs, sizeof(*ioList)); if (ioList == NULL) errExit("calloc"); struct aiocb *aiocbList = calloc(numReq ... s, sizeof(*aiocbList)); if (aiocbList == NULL) errExit("calloc"); /* Establish handlers for SIGQUIT and t ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of TIMERFD_CREATE 4059
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) static void print_elaps ... %s init-secs [interval-secs max-exp]\n", argv[0]); exit(EXIT_FAILURE); } if (clock_gettime(CLOCK_REALTIME, ... d long long) exp, (unsigned long long) tot_exp); } exit(EXIT_SUCCESS); } 関連項目 eventfd (2), poll (2), r ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 4059
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) static void print_elaps ... %s init-secs [interval-secs max-exp]\n", argv[0]); exit(EXIT_FAILURE); } if (clock_gettime(CLOCK_REALTIME, ... d long long) exp, (unsigned long long) tot_exp); } exit(EXIT_SUCCESS); } 関連項目 eventfd (2), poll (2), r ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
PREV 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 NEXT

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