manページ検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 715 for IF (0.015 sec.)
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/vwarn.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/vwarnx.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/warn.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/warnx.3.html - [similar]
Man page of TIMERFD_CREATE 4232
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... curr; static int first_call = 1; int secs, nsecs; if (first_call) { first_call = 0; if (clock_gettime(C ... C, &start) == -1) handle_error("clock_gettime"); } if (clock_gettime(CLOCK_MONOTONIC, &curr) == -1) hand ... tart.tv_sec; nsecs = curr.tv_nsec - start.tv_nsec; if (nsecs < 0) { secs--; nsecs += 1000000000; } print ... ct timespec now; uint64_t exp, tot_exp; ssize_t s; if ((argc != 2) && (argc != 4)) { fprintf(stderr, "%s ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 4232
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... curr; static int first_call = 1; int secs, nsecs; if (first_call) { first_call = 0; if (clock_gettime(C ... C, &start) == -1) handle_error("clock_gettime"); } if (clock_gettime(CLOCK_MONOTONIC, &curr) == -1) hand ... tart.tv_sec; nsecs = curr.tv_nsec - start.tv_nsec; if (nsecs < 0) { secs--; nsecs += 1000000000; } print ... ct timespec now; uint64_t exp, tot_exp; ssize_t s; if ((argc != 2) && (argc != 4)) { fprintf(stderr, "%s ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
Man page of TIMERFD_CREATE 4232
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... curr; static int first_call = 1; int secs, nsecs; if (first_call) { first_call = 0; if (clock_gettime(C ... C, &start) == -1) handle_error("clock_gettime"); } if (clock_gettime(CLOCK_MONOTONIC, &curr) == -1) hand ... tart.tv_sec; nsecs = curr.tv_nsec - start.tv_nsec; if (nsecs < 0) { secs--; nsecs += 1000000000; } print ... ct timespec now; uint64_t exp, tot_exp; ssize_t s; if ((argc != 2) && (argc != 4)) { fprintf(stderr, "%s ...
https://man.plustar.jp/manpage/man2/timerfd_settime.2.html - [similar]
Man page of MALLOC_INFO 4232
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... ch thread (including the main thread) allocates a different amount of memory */ for (int j = 0; j < numB ... locks; j++) if (malloc(blockSize * (2 + tn)) == NULL) errExit("ma ... int main(int argc, char *argv[]) { int sleepTime; if (argc < 4) { fprintf(stderr, "%s num-threads num-b ... pthread_t *thr = calloc(numThreads, sizeof(*thr)); if (thr == NULL) errExit("calloc"); printf("========= ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of FPATHCONF 4190
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpa ... bytes that can be written atomically to a pipe of FIFO. For fpathconf (), fd should refer to a pipe or F ... IFO. For fpathconf (), path should refer to a FIFO or a directory; in the latter case, the returned ... value corresponds to FIFOs created in that directory. The corresponding mac ... _PC_CHOWN_RESTRICTED This returns a positive value if the use of chown (2) and fchown (2) for changing a ...
https://man.plustar.jp/manpage/man3/fpathconf.3.html - [similar]
Man page of FPATHCONF 4190
FPATHCONF Section: Linux Programmer's Manual (3) Updated: 2017-07-13 Index JM Home Page 名前 fpa ... bytes that can be written atomically to a pipe of FIFO. For fpathconf (), fd should refer to a pipe or F ... IFO. For fpathconf (), path should refer to a FIFO or a directory; in the latter case, the returned ... value corresponds to FIFOs created in that directory. The corresponding mac ... _PC_CHOWN_RESTRICTED This returns a positive value if the use of chown (2) and fchown (2) for changing a ...
https://man.plustar.jp/manpage/man3/pathconf.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT

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