manページ検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 432 for exit (0.022 sec.)
Man page of CHOWN 4426
CHOWN Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 chown, ... { fprintf(stderr, "%s <owner> <file>\n", argv[0]); exit(EXIT_FAILURE); } uid = strtol(argv[1], &endptr, 10 ... username */ if (pwd == NULL) { perror("getpwnam"); exit(EXIT_FAILURE); } uid = pwd->pw_uid; } if (chown(ar ... gv[2], uid, -1) == -1) { perror("chown"); exit(EXIT_FAILURE); } exit(EXIT_SUCCESS); } 関連項目 ch ...
https://man.plustar.jp/manpage/man2/lchown32.2.html - [similar]
Man page of BACKTRACE 4426
BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac ... f (strings == NULL) { perror("backtrace_symbols"); exit(EXIT_FAILURE); } for (int j = 0; j < nptrs; j++) p ... = 2) { fprintf(stderr, "%s num-calls\n", argv[0]); exit(EXIT_FAILURE); } myfunc(atoi(argv[1])); exit(EXIT_ ...
https://man.plustar.jp/manpage/man3/backtrace.3.html - [similar]
Man page of BACKTRACE 4426
BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac ... f (strings == NULL) { perror("backtrace_symbols"); exit(EXIT_FAILURE); } for (int j = 0; j < nptrs; j++) p ... = 2) { fprintf(stderr, "%s num-calls\n", argv[0]); exit(EXIT_FAILURE); } myfunc(atoi(argv[1])); exit(EXIT_ ...
https://man.plustar.jp/manpage/man3/backtrace_symbols.3.html - [similar]
Man page of BACKTRACE 4426
BACKTRACE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bac ... f (strings == NULL) { perror("backtrace_symbols"); exit(EXIT_FAILURE); } for (int j = 0; j < nptrs; j++) p ... = 2) { fprintf(stderr, "%s num-calls\n", argv[0]); exit(EXIT_FAILURE); } myfunc(atoi(argv[1])); exit(EXIT_ ...
https://man.plustar.jp/manpage/man3/backtrace_symbols_fd.3.html - [similar]
Man page of MALLOC_INFO 4426
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... Size; static int numThreads, numBlocks; #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } whi ... j++) if (malloc(blockSize * (2 + tn)) == NULL) errExit("malloc-thread"); sleep(100); /* Sleep until main ... s num-blocks block-size [sleep-time]\n", argv[0]); exit(EXIT_FAILURE); } numThreads = atoi(argv[1]); numBl ... loc(numThreads, sizeof(*thr)); if (thr == NULL) errExit("calloc"); printf("============ Before allocating ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of PTHREAD_GETATTR_NP 4426
PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... _error_en(en, msg) \ do { errno = en; perror(msg); exit(EXIT_FAILURE); } while (0) static void display_sta ... ; display_thread_attributes(pthread_self(), "\t"); exit(EXIT_SUCCESS); /* Terminate all threads */ } stati ... , "\t\t-a means program should allocate stack\n"); exit(EXIT_FAILURE); } static pthread_attr_t * /* Get th ... ; } pause(); /* Terminates when other thread calls exit() */ } 関連項目 pthread_attr_getaffinity_np (3), p ...
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html - [similar]
Man page of EPOLL 4426
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... (0); if (epollfd == -1) { perror("epoll_create1"); exit(EXIT_FAILURE); } ev.events = EPOLLIN; ev.data.fd = ... k, &ev) == -1) { perror("epoll_ctl: listen_sock"); exit(EXIT_FAILURE); } for (;;) { nfds = epoll_wait(epol ... ENTS, -1); if (nfds == -1) { perror("epoll_wait"); exit(EXIT_FAILURE); } for (n = 0; n < nfds; ++n) { if ( ... addrlen); if (conn_sock == -1) { perror("accept"); exit(EXIT_FAILURE); } setnonblocking(conn_sock); ev.eve ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
Man page of EVENTFD 4384
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char ... fprintf(stderr, "Usage: %s <num>...\n", argv[0]); exit(EXIT_FAILURE); } efd = eventfd(0, 0); if (efd == - ... write"); } printf("Child completed write loop\n"); exit(EXIT_SUCCESS); default: sleep (2); printf("Parent ... nt read %"PRIu64" (%#"PRIx64") from efd\n", u, u); exit(EXIT_SUCCESS); case -1: handle_error("fork"); } } ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 4384
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char ... fprintf(stderr, "Usage: %s <num>...\n", argv[0]); exit(EXIT_FAILURE); } efd = eventfd(0, 0); if (efd == - ... write"); } printf("Child completed write loop\n"); exit(EXIT_SUCCESS); default: sleep (2); printf("Parent ... nt read %"PRIu64" (%#"PRIx64") from efd\n", u, u); exit(EXIT_SUCCESS); case -1: handle_error("fork"); } } ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of EVENTFD 4384
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... t */ #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char ... fprintf(stderr, "Usage: %s <num>...\n", argv[0]); exit(EXIT_FAILURE); } efd = eventfd(0, 0); if (efd == - ... write"); } printf("Child completed write loop\n"); exit(EXIT_SUCCESS); default: sleep (2); printf("Parent ... nt read %"PRIu64" (%#"PRIx64") from efd\n", u, u); exit(EXIT_SUCCESS); case -1: handle_error("fork"); } } ...
https://man.plustar.jp/manpage/man3/eventfd_read.3.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 NEXT

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