manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 288 for perror (0.008 sec.)
Man page of GETGROUPLIST 5345
GETGROUPLIST Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... (sizeof(*groups) * ngroups); if (groups == NULL) { perror("malloc"); exit(EXIT_FAILURE); } /* Fetch passwd s ... user) */ pw = getpwnam(argv[1]); if (pw == NULL) { perror("getpwnam"); exit(EXIT_SUCCESS); } /* Retrieve gro ...
https://man.plustar.jp/manpage/man3/getgrouplist.3.html - [similar]
Man page of INET_PTON 5230
INET_PTON Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ine ... printf(stderr, "Not in presentation format"); else perror("inet_pton"); exit(EXIT_FAILURE); } if (inet_ntop( ... domain, buf, str, INET6_ADDRSTRLEN) == NULL) { perror("inet_ntop"); exit(EXIT_FAILURE); } printf("%s\n", ...
https://man.plustar.jp/manpage/man3/inet_pton.3.html - [similar]
Man page of AIO 5230
AIO Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 aio - POS ... s for read operations */ #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); } while (0) struct ioReq ... (s == AIO_ALLDONE) printf("I/O all done\n"); else perror("aio_cancel"); } } gotSIGQUIT = 0; } /* Check the ... e ECANCELED: printf("Canceled\n"); break; default: perror("aio_error"); break; } if (ioList[j].status != EIN ...
https://man.plustar.jp/manpage/man7/aio.7.html - [similar]
Man page of MSGOP 5115
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... qid, &msg, sizeof(msg.mtext), IPC_NOWAIT) == -1) { perror("msgsnd error"); exit(EXIT_FAILURE); } printf("sen ... RROR | IPC_NOWAIT) == -1) { if (errno != ENOMSG) { perror("msgrcv"); exit(EXIT_FAILURE); } printf("No messag ... msgget(msgkey, IPC_CREAT | 0666); if (qid == -1) { perror("msgget"); exit(EXIT_FAILURE); } if (mode == 2) ge ...
https://man.plustar.jp/manpage/man2/msgop.2.html - [similar]
Man page of MSGOP 5115
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... qid, &msg, sizeof(msg.mtext), IPC_NOWAIT) == -1) { perror("msgsnd error"); exit(EXIT_FAILURE); } printf("sen ... RROR | IPC_NOWAIT) == -1) { if (errno != ENOMSG) { perror("msgrcv"); exit(EXIT_FAILURE); } printf("No messag ... msgget(msgkey, IPC_CREAT | 0666); if (qid == -1) { perror("msgget"); exit(EXIT_FAILURE); } if (mode == 2) ge ...
https://man.plustar.jp/manpage/man2/msgrcv.2.html - [similar]
Man page of MSGOP 5115
MSGOP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgrcv, ... qid, &msg, sizeof(msg.mtext), IPC_NOWAIT) == -1) { perror("msgsnd error"); exit(EXIT_FAILURE); } printf("sen ... RROR | IPC_NOWAIT) == -1) { if (errno != ENOMSG) { perror("msgrcv"); exit(EXIT_FAILURE); } printf("No messag ... msgget(msgkey, IPC_CREAT | 0666); if (qid == -1) { perror("msgget"); exit(EXIT_FAILURE); } if (mode == 2) ge ...
https://man.plustar.jp/manpage/man2/msgsnd.2.html - [similar]
Man page of PIPE 5115
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... ); exit(EXIT_FAILURE); } if (pipe(pipefd) == -1) { perror("pipe"); exit(EXIT_FAILURE); } cpid = fork(); if ( ... cpid == -1) { perror("fork"); exit(EXIT_FAILURE); } if (cpid == 0) { /* ...
https://man.plustar.jp/manpage/man2/pipe.2.html - [similar]
Man page of PIPE 5115
PIPE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 pipe, pi ... ); exit(EXIT_FAILURE); } if (pipe(pipefd) == -1) { perror("pipe"); exit(EXIT_FAILURE); } cpid = fork(); if ( ... cpid == -1) { perror("fork"); exit(EXIT_FAILURE); } if (cpid == 0) { /* ...
https://man.plustar.jp/manpage/man2/pipe2.2.html - [similar]
Man page of SYSLOG 5115
SYSLOG Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 closel ... ンはデフォルトであり、特に指定する必要はない。) LOG_PERROR メッセージを stderr にも出力する。 (POSIX.1-2001 に ... くの UNIX システムで使われている。 option の値の LOG_PERROR の値は、 POSIX.1-2001 と POSIX.1-2008 では規定され ...
https://man.plustar.jp/manpage/man3/closelog.3.html - [similar]
Man page of SYSLOG 5115
SYSLOG Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 closel ... ンはデフォルトであり、特に指定する必要はない。) LOG_PERROR メッセージを stderr にも出力する。 (POSIX.1-2001 に ... くの UNIX システムで使われている。 option の値の LOG_PERROR の値は、 POSIX.1-2001 と POSIX.1-2008 では規定され ...
https://man.plustar.jp/manpage/man3/openlog.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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