manページ検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 715 for IF (0.028 sec.)
Man page of READV 3848
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... ilar to preadv () and pwritev () calls, but add a fifth argument, flags , which modifies the behavior on ... a per-call basis. Unlike preadv () and pwritev (), if the offset argument is -1, then the current file o ... wait for data which is not immediately available. If this flag is specified, the preadv2 () system call ... will return instantly if it would have to read data from the backing storag ...
https://man.plustar.jp/manpage/man2/writev.2.html - [similar]
Man page of GETOPT 3848
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... f errors: (1) an option character that was not specified in optstring and (2) a missing option argument ... optopt , and returns '?' as the function result. * If the caller has set the global variable opterr to z ... s '?'. (By default, opterr has a nonzero value.) * If the first character (following any optional '+' or ... nt. This allows the caller to distinguish the two different types of errors. getopt_long() と getopt_lon ...
https://man.plustar.jp/manpage/man3/getopt.3.html - [similar]
Man page of GETOPT 3848
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... f errors: (1) an option character that was not specified in optstring and (2) a missing option argument ... optopt , and returns '?' as the function result. * If the caller has set the global variable opterr to z ... s '?'. (By default, opterr has a nonzero value.) * If the first character (following any optional '+' or ... nt. This allows the caller to distinguish the two different types of errors. getopt_long() と getopt_lon ...
https://man.plustar.jp/manpage/man3/getopt_long.3.html - [similar]
Man page of GETOPT 3848
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... f errors: (1) an option character that was not specified in optstring and (2) a missing option argument ... optopt , and returns '?' as the function result. * If the caller has set the global variable opterr to z ... s '?'. (By default, opterr has a nonzero value.) * If the first character (following any optional '+' or ... nt. This allows the caller to distinguish the two different types of errors. getopt_long() と getopt_lon ...
https://man.plustar.jp/manpage/man3/getopt_long_only.3.html - [similar]
Man page of MMAP 3848
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... off_t offset, pa_offset; size_t length; ssize_t s; if (argc < 3 || argc > 4) { fprintf(stderr, "%s file ... xit(EXIT_FAILURE); } fd = open(argv[1], O_RDONLY); if (fd == -1) handle_error("open"); if (fstat(fd, &sb ... - 1); /* offset for mmap() must be page aligned */ if (offset >= sb.st_size) { fprintf(stderr, "offset i ... s past end of file\n"); exit(EXIT_FAILURE); } if (argc == 4) { length = atoi(argv[3]); if (offset + ...
https://man.plustar.jp/manpage/man3/mmap64.3.html - [similar]
Man page of GETOPT 3848
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... f errors: (1) an option character that was not specified in optstring and (2) a missing option argument ... optopt , and returns '?' as the function result. * If the caller has set the global variable opterr to z ... s '?'. (By default, opterr has a nonzero value.) * If the first character (following any optional '+' or ... nt. This allows the caller to distinguish the two different types of errors. getopt_long() と getopt_lon ...
https://man.plustar.jp/manpage/man3/optarg.3.html - [similar]
Man page of GETOPT 3848
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... f errors: (1) an option character that was not specified in optstring and (2) a missing option argument ... optopt , and returns '?' as the function result. * If the caller has set the global variable opterr to z ... s '?'. (By default, opterr has a nonzero value.) * If the first character (following any optional '+' or ... nt. This allows the caller to distinguish the two different types of errors. getopt_long() と getopt_lon ...
https://man.plustar.jp/manpage/man3/opterr.3.html - [similar]
Man page of GETOPT 3848
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... f errors: (1) an option character that was not specified in optstring and (2) a missing option argument ... optopt , and returns '?' as the function result. * If the caller has set the global variable opterr to z ... s '?'. (By default, opterr has a nonzero value.) * If the first character (following any optional '+' or ... nt. This allows the caller to distinguish the two different types of errors. getopt_long() と getopt_lon ...
https://man.plustar.jp/manpage/man3/optind.3.html - [similar]
Man page of GETOPT 3848
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... f errors: (1) an option character that was not specified in optstring and (2) a missing option argument ... optopt , and returns '?' as the function result. * If the caller has set the global variable opterr to z ... s '?'. (By default, opterr has a nonzero value.) * If the first character (following any optional '+' or ... nt. This allows the caller to distinguish the two different types of errors. getopt_long() と getopt_lon ...
https://man.plustar.jp/manpage/man3/optopt.3.html - [similar]
Man page of PTHREAD_GETCPUCLOCKID 3848
PTHREAD_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home P ... id_t cid) { struct timespec ts; printf("%s", msg); if (clock_gettime(cid, &ts) == -1) handle_error("cloc ... pthread_create(&thread, NULL, thread_start, NULL); if (s != 0) handle_error_en(s, "pthread_create"); pri ... ; s = pthread_getcpuclockid(pthread_self(), &cid); if (s != 0) handle_error_en(s, "pthread_getcpuclockid ... E_ID); */ s = pthread_getcpuclockid(thread, &cid); if (s != 0) handle_error_en(s, "pthread_getcpuclockid ...
https://man.plustar.jp/manpage/man3/pthread_getcpuclockid.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