manページ検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 288 for perror (0.110 sec.)
Man page of MEMFD_CREATE 4665
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... h > #include < stdio.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) int main(i ... h > #include < stdio.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) int main(i ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 4665
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... > #include < string.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) int main(i ... > #include < string.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) /* /proc/s ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 4665
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... > #include < string.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) int main(i ... > #include < string.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) /* /proc/s ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of SYSCTL 4665
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... (osname); if (syscall(SYS__sysctl, &args) == -1) { perror("_sysctl"); exit(EXIT_FAILURE); } printf("This mac ...
https://man.plustar.jp/manpage/man2/sysctl.2.html - [similar]
Man page of WAIT 4665
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... , w; int wstatus; cpid = fork(); if (cpid == -1) { perror("fork"); exit(EXIT_FAILURE); } if (cpid == 0) { /* ... &wstatus, WUNTRACED | WCONTINUED); if (w == -1) { perror("waitpid"); exit(EXIT_FAILURE); } if (WIFEXITED(ws ...
https://man.plustar.jp/manpage/man2/wait.2.html - [similar]
Man page of WAIT 4665
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... , w; int wstatus; cpid = fork(); if (cpid == -1) { perror("fork"); exit(EXIT_FAILURE); } if (cpid == 0) { /* ... &wstatus, WUNTRACED | WCONTINUED); if (w == -1) { perror("waitpid"); exit(EXIT_FAILURE); } if (WIFEXITED(ws ...
https://man.plustar.jp/manpage/man2/waitid.2.html - [similar]
Man page of WAIT 4665
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... , w; int wstatus; cpid = fork(); if (cpid == -1) { perror("fork"); exit(EXIT_FAILURE); } if (cpid == 0) { /* ... &wstatus, WUNTRACED | WCONTINUED); if (w == -1) { perror("waitpid"); exit(EXIT_FAILURE); } if (WIFEXITED(ws ...
https://man.plustar.jp/manpage/man2/waitpid.2.html - [similar]
Man page of DUPLOCALE 4665
DUPLOCALE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 dup ... > #include < locale.h > #define errExit(msg) do { perror(msg); exit(EXIT_FAILURE); \ } while (0) int main(i ...
https://man.plustar.jp/manpage/man3/duplocale.3.html - [similar]
Man page of SETALIASENT 4665
SETALIASENT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 s ... intf("Name: %s\n", al->alias_name); } if (errno) { perror("reading alias"); exit(EXIT_FAILURE); } endaliasen ...
https://man.plustar.jp/manpage/man3/endaliasent.3.html - [similar]
Man page of ERROR 4665
ERROR Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 error, ... きではない。 関連項目 err (3), errno (3), exit (3), perror (3), program_invocation_name (3), strerror (3) この ...
https://man.plustar.jp/manpage/man3/error.3.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 NEXT

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