manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 288 for perror (0.005 sec.)
Man page of SEM_WAIT 5115
SEM_WAIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 sem_ ... al.h > sem_t sem; #define handle_error(msg) \ do { perror(msg); exit(EXIT_FAILURE); } while (0) static void ... EDOUT) printf("sem_timedwait() timed out\n"); else perror("sem_timedwait"); } else printf("sem_timedwait() s ...
https://man.plustar.jp/manpage/man3/sem_timedwait.3.html - [similar]
Man page of STRERROR 5115
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... や strerror_l () の呼び出しで変更されても構わない。 perror (3) などの、これ以外のライブラリ関数ではこの文字列 ... gnal-safe. 関連項目 err (3), errno (3), error (3), perror (3), strsignal (3), locale (7) この文書について こ ...
https://man.plustar.jp/manpage/man3/strerror.3.html - [similar]
Man page of STRERROR 5115
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... や strerror_l () の呼び出しで変更されても構わない。 perror (3) などの、これ以外のライブラリ関数ではこの文字列 ... gnal-safe. 関連項目 err (3), errno (3), error (3), perror (3), strsignal (3), locale (7) この文書について こ ...
https://man.plustar.jp/manpage/man3/strerror_l.3.html - [similar]
Man page of STRERROR 5115
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... や strerror_l () の呼び出しで変更されても構わない。 perror (3) などの、これ以外のライブラリ関数ではこの文字列 ... gnal-safe. 関連項目 err (3), errno (3), error (3), perror (3), strsignal (3), locale (7) この文書について こ ...
https://man.plustar.jp/manpage/man3/strerror_r.3.html - [similar]
Man page of STRERROR 5115
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... や strerror_l () の呼び出しで変更されても構わない。 perror (3) などの、これ以外のライブラリ関数ではこの文字列 ... gnal-safe. 関連項目 err (3), errno (3), error (3), perror (3), strsignal (3), locale (7) この文書について こ ...
https://man.plustar.jp/manpage/man3/strerrordesc_np.3.html - [similar]
Man page of STRERROR 5115
STRERROR Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 stre ... や strerror_l () の呼び出しで変更されても構わない。 perror (3) などの、これ以外のライブラリ関数ではこの文字列 ... gnal-safe. 関連項目 err (3), errno (3), error (3), perror (3), strsignal (3), locale (7) この文書について こ ...
https://man.plustar.jp/manpage/man3/strerrorname_np.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/syslog.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/vsyslog.3.html - [similar]
Man page of GETPWNAM 5000
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... すべき */ buf = malloc(bufsize); if (buf == NULL) { perror("malloc"); exit(EXIT_FAILURE); } s = getpwnam_r(ar ... (s == 0) printf("Not found\n"); else { errno = s; perror("getpwnam_r"); } exit(EXIT_FAILURE); } printf("Nam ...
https://man.plustar.jp/manpage/man3/getpwnam.3.html - [similar]
Man page of GETPWNAM 5000
GETPWNAM Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getp ... すべき */ buf = malloc(bufsize); if (buf == NULL) { perror("malloc"); exit(EXIT_FAILURE); } s = getpwnam_r(ar ... (s == 0) printf("Not found\n"); else { errno = s; perror("getpwnam_r"); } exit(EXIT_FAILURE); } printf("Nam ...
https://man.plustar.jp/manpage/man3/getpwnam_r.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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