manページ検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 432 for exit (0.023 sec.)
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_write.3.html - [similar]
Man page of MMAP 4343
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... .h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char ... ntf(stderr, "%s file offset [length]\n", argv[0]); exit(EXIT_FAILURE); } fd = open(argv[1], O_RDONLY); if ... { fprintf(stderr, "offset is past end of file\n"); exit(EXIT_FAILURE); } if (argc == 4) { length = atoi(ar ... _error("write"); fprintf(stderr, "partial write"); exit(EXIT_FAILURE); } exit(EXIT_SUCCESS); } 関連項目 ge ...
https://man.plustar.jp/manpage/man2/mmap.2.html - [similar]
Man page of MPROTECT 4343
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... .h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) static char *buffer; st ... intf("Got SIGSEGV at address: %p\n", si->si_addr); exit(EXIT_FAILURE); } int main(int argc, char *argv[]) ... ntf("Loop completed\n"); /* Should never happen */ exit(EXIT_SUCCESS); } 関連項目 mmap (2), sysconf (3), p ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
Man page of MQ_NOTIFY 4343
MQ_NOTIFY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq_ ... .h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) static void /* スレッド ... printf("Read %zd bytes from MQ\n", nr); free(buf); exit(EXIT_SUCCESS); /* プロセスを終了する */ } int main ... fprintf(stderr, "Usage: %s <mq-name>\n", argv[0]); exit(EXIT_FAILURE); } mqdes = mq_open(argv[1], O_RDONLY ...
https://man.plustar.jp/manpage/man2/mq_notify.2.html - [similar]
Man page of MMAP 4343
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... .h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char ... ntf(stderr, "%s file offset [length]\n", argv[0]); exit(EXIT_FAILURE); } fd = open(argv[1], O_RDONLY); if ... { fprintf(stderr, "offset is past end of file\n"); exit(EXIT_FAILURE); } if (argc == 4) { length = atoi(ar ... _error("write"); fprintf(stderr, "partial write"); exit(EXIT_FAILURE); } exit(EXIT_SUCCESS); } 関連項目 ge ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of MPROTECT 4343
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... .h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) static char *buffer; st ... intf("Got SIGSEGV at address: %p\n", si->si_addr); exit(EXIT_FAILURE); } int main(int argc, char *argv[]) ... ntf("Loop completed\n"); /* Should never happen */ exit(EXIT_SUCCESS); } 関連項目 mmap (2), sysconf (3), p ...
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html - [similar]
Man page of SENDMMSG 4343
SENDMMSG Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 send ... DGRAM, 0); if (sockfd == -1) { perror("socket()"); exit(EXIT_FAILURE); } addr.sin_family = AF_INET; addr.s ... &addr, sizeof(addr)) == -1) { perror("connect()"); exit(EXIT_FAILURE); } memset(msg1, 0, sizeof(msg1)); ms ... sg()"); else printf("%d messages sent\n", retval); exit(0); } 関連項目 recvmmsg (2), sendmsg (2), socket ( ...
https://man.plustar.jp/manpage/man2/sendmmsg.2.html - [similar]
Man page of MMAP 4343
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... .h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char ... ntf(stderr, "%s file offset [length]\n", argv[0]); exit(EXIT_FAILURE); } fd = open(argv[1], O_RDONLY); if ... { fprintf(stderr, "offset is past end of file\n"); exit(EXIT_FAILURE); } if (argc == 4) { length = atoi(ar ... _error("write"); fprintf(stderr, "partial write"); exit(EXIT_FAILURE); } exit(EXIT_SUCCESS); } 関連項目 ge ...
https://man.plustar.jp/manpage/man3/mmap64.3.html - [similar]
Man page of MQ_NOTIFY 4343
MQ_NOTIFY Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq_ ... .h > #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) static void /* スレッド ... printf("Read %zd bytes from MQ\n", nr); free(buf); exit(EXIT_SUCCESS); /* プロセスを終了する */ } int main ... fprintf(stderr, "Usage: %s <mq-name>\n", argv[0]); exit(EXIT_FAILURE); } mqdes = mq_open(argv[1], O_RDONLY ...
https://man.plustar.jp/manpage/man3/mq_notify.3.html - [similar]
Man page of TSEARCH 4343
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... eturn p; fprintf(stderr, "insufficient memory\n"); exit(EXIT_FAILURE); } static int compare(const void *pa ... l = tsearch(ptr, &root, compare); if (val == NULL) exit(EXIT_FAILURE); else if (*val != ptr) free(ptr); } ... twalk(root, action); tdestroy(root, free); exit(EXIT_SUCCESS); } 関連項目 bsearch (3), hsearch (3) ...
https://man.plustar.jp/manpage/man3/tdelete.3.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 NEXT

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