manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 269 for argc (0.171 sec.)
Man page of BSEARCH 5309
BSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 bsear ... eturn strcmp(mi1->name, mi2->name); } int main(int argc, char **argv) { qsort(months, nr_of_months, sizeof ... (months[0]), compmi); for (int i = 1; i < argc; i++) { struct mi key; struct mi *res; key.name = ...
https://man.plustar.jp/manpage/man3/bsearch.3.html - [similar]
Man page of MEMFD_CREATE 5181
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { int fd; unsigned int seals; char ... *addr; char *name, *seals_arg; ssize_t len; if (argc < 3) { fprintf(stderr, "%s name size [seals]\n", a ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { int fd; unsigned int seals; if (a ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of SEMGET 5181
SEMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semget ... _EXCL flag\n"); exit(EXIT_FAILURE); } int main(int argc, char *argv[]) { int semid, nsems, flags, opt; key ... _t key; flags = 0; while ((opt = getopt(argc, argv, "cx")) != -1) { switch (opt) { case 'c': fl ... IPC_EXCL; break; default: usage(argv[0]); } } if (argc != optind + 3) usage(argv[0]); key = ftok(argv[opt ...
https://man.plustar.jp/manpage/man2/semget.2.html - [similar]
Man page of CLOCK_GETCPUCLOCKID 5181
CLOCK_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Pag ... lude < stdlib.h > #include < time.h > int main(int argc, char *argv[]) { clockid_t clockid; struct timespe ... c ts; if (argc != 2) { fprintf(stderr, "%s <process-ID>\n", argv[ ...
https://man.plustar.jp/manpage/man3/clock_getcpuclockid.3.html - [similar]
Man page of DUPLOCALE 5181
DUPLOCALE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 dup ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { locale_t loc, nloc; if (argc != 2 ...
https://man.plustar.jp/manpage/man3/duplocale.3.html - [similar]
Man page of RPMATCH 5181
RPMATCH Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 rpmat ... ude < string.h > #include < stdio.h > int main(int argc, char *argv[]) { if (argc != 2 || strcmp(argv[1], ...
https://man.plustar.jp/manpage/man3/rpmatch.3.html - [similar]
Man page of STRVERSCMP 5181
STRVERSCMP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 st ... ude < stdio.h > #include < stdlib.h > int main(int argc, char *argv[]) { int res; if (argc != 3) { fprintf ...
https://man.plustar.jp/manpage/man3/strverscmp.3.html - [similar]
Man page of GETRLIMIT 5064
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { struct rlimit old, new; struct rl ... imit *newp; pid_t pid; if (!(argc == 2 || argc == 4)) { fprintf(stderr, "Usage: %s < ... [1]); /* PID of target process */ newp = NULL; if (argc == 4) { new.rlim_cur = atoi(argv[2]); new.rlim_max ...
https://man.plustar.jp/manpage/man2/getrlimit.2.html - [similar]
Man page of GETRLIMIT 5064
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { struct rlimit old, new; struct rl ... imit *newp; pid_t pid; if (!(argc == 2 || argc == 4)) { fprintf(stderr, "Usage: %s < ... [1]); /* PID of target process */ newp = NULL; if (argc == 4) { new.rlim_cur = atoi(argv[2]); new.rlim_max ...
https://man.plustar.jp/manpage/man2/prlimit.2.html - [similar]
Man page of GETRLIMIT 5064
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { struct rlimit old, new; struct rl ... imit *newp; pid_t pid; if (!(argc == 2 || argc == 4)) { fprintf(stderr, "Usage: %s < ... [1]); /* PID of target process */ newp = NULL; if (argc == 4) { new.rlim_cur = atoi(argv[2]); new.rlim_max ...
https://man.plustar.jp/manpage/man2/prlimit64.2.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