manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 715 for IF (0.023 sec.)
Man page of GETSERVENT_R 4308
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... servent *result; char buf[MAX_BUF]; char *protop; if (argc < 3) { printf("Usage: %s port-num proto-name ... 2], "NULL") == 0) ? NULL : argv[2]; buflen = 1024; if (argc > 3) buflen = atoi(argv[3]); if (buflen > MA ... (port, protop, &result_buf, buf, buflen, &result); if (s == ERANGE) { if (erange_cnt == 0) printf("ERANG ... exactly what size buffer was required */ buflen++; if (buflen > MAX_BUF) { printf("Exceeded buffer limit ...
https://man.plustar.jp/manpage/man3/getservbyname_r.3.html - [similar]
Man page of GETSERVENT_R 4308
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... servent *result; char buf[MAX_BUF]; char *protop; if (argc < 3) { printf("Usage: %s port-num proto-name ... 2], "NULL") == 0) ? NULL : argv[2]; buflen = 1024; if (argc > 3) buflen = atoi(argv[3]); if (buflen > MA ... (port, protop, &result_buf, buf, buflen, &result); if (s == ERANGE) { if (erange_cnt == 0) printf("ERANG ... exactly what size buffer was required */ buflen++; if (buflen > MAX_BUF) { printf("Exceeded buffer limit ...
https://man.plustar.jp/manpage/man3/getservbyport_r.3.html - [similar]
Man page of GETSERVENT_R 4308
GETSERVENT_R Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... servent *result; char buf[MAX_BUF]; char *protop; if (argc < 3) { printf("Usage: %s port-num proto-name ... 2], "NULL") == 0) ? NULL : argv[2]; buflen = 1024; if (argc > 3) buflen = atoi(argv[3]); if (buflen > MA ... (port, protop, &result_buf, buf, buflen, &result); if (s == ERANGE) { if (erange_cnt == 0) printf("ERANG ... exactly what size buffer was required */ buflen++; if (buflen > MAX_BUF) { printf("Exceeded buffer limit ...
https://man.plustar.jp/manpage/man3/getservent_r.3.html - [similar]
Man page of CRYPT 4274
CRYPT Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 crypt, ... XSI Options Group for Encryption and are optional. If the interfaces are not available, then the symboli ... at run time with sysconf (3). This may be the case if the downstream distribution has switched from glib ... in such distributions, the programmer must detect if _XOPEN_CRYPT is not available and include < crypt. ... glibc 版は追加の暗号化アルゴリズムに対応している。 If salt is a character string starting with the chara ...
https://man.plustar.jp/manpage/man3/crypt.3.html - [similar]
Man page of CRYPT 4274
CRYPT Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 crypt, ... XSI Options Group for Encryption and are optional. If the interfaces are not available, then the symboli ... at run time with sysconf (3). This may be the case if the downstream distribution has switched from glib ... in such distributions, the programmer must detect if _XOPEN_CRYPT is not available and include < crypt. ... glibc 版は追加の暗号化アルゴリズムに対応している。 If salt is a character string starting with the chara ...
https://man.plustar.jp/manpage/man3/crypt_r.3.html - [similar]
Man page of ERR 4274
ERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 err, verr ... errno の情報を表示し、終了する: p = malloc(size); if (p == NULL) err(EXIT_FAILURE, NULL); fd = open(fil ... e_name, O_RDONLY, 0); if (fd == -1) err(EXIT_FAILURE, "%s", file_name); エラ ... ーメッセージを表示し、終了する: if (tm.tm_hour < START_TIME) errx(EXIT_FAILURE, "too ... を警告表示する: fd = open(raw_device, O_RDONLY, 0); if (fd == -1) warnx("%s: %s: trying the block device" ...
https://man.plustar.jp/manpage/man3/errx.3.html - [similar]
Man page of FTW 4274
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... he calling process's file descriptors, nopenfd specifies the maximum number of directories that nftw () ... king directory at the time of the call to nftw (), if dirpath was expressed as a relative pathname, or a ... s an absolute pathname, if dirpath was expressed as an absolute pathname. sb ... pointing to a nonexistent file. (This occurs only if FTW_PHYS is not set.) In this case the sb argument ...
https://man.plustar.jp/manpage/man3/ftw.3.html - [similar]
Man page of FTW 4274
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... he calling process's file descriptors, nopenfd specifies the maximum number of directories that nftw () ... king directory at the time of the call to nftw (), if dirpath was expressed as a relative pathname, or a ... s an absolute pathname, if dirpath was expressed as an absolute pathname. sb ... pointing to a nonexistent file. (This occurs only if FTW_PHYS is not set.) In this case the sb argument ...
https://man.plustar.jp/manpage/man3/nftw.3.html - [similar]
Man page of ERR 4274
ERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 err, verr ... errno の情報を表示し、終了する: p = malloc(size); if (p == NULL) err(EXIT_FAILURE, NULL); fd = open(fil ... e_name, O_RDONLY, 0); if (fd == -1) err(EXIT_FAILURE, "%s", file_name); エラ ... ーメッセージを表示し、終了する: if (tm.tm_hour < START_TIME) errx(EXIT_FAILURE, "too ... を警告表示する: fd = open(raw_device, O_RDONLY, 0); if (fd == -1) warnx("%s: %s: trying the block device" ...
https://man.plustar.jp/manpage/man3/verr.3.html - [similar]
Man page of ERR 4274
ERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 err, verr ... errno の情報を表示し、終了する: p = malloc(size); if (p == NULL) err(EXIT_FAILURE, NULL); fd = open(fil ... e_name, O_RDONLY, 0); if (fd == -1) err(EXIT_FAILURE, "%s", file_name); エラ ... ーメッセージを表示し、終了する: if (tm.tm_hour < START_TIME) errx(EXIT_FAILURE, "too ... を警告表示する: fd = open(raw_device, O_RDONLY, 0); if (fd == -1) warnx("%s: %s: trying the block device" ...
https://man.plustar.jp/manpage/man3/verrx.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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