manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 269 for argc (0.093 sec.)
Man page of RAND 5064
RAND Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rand, sr ... ude < stdlib.h > #include < stdio.h > int main(int argc, char *argv[]) { int r, nloops; unsigned int seed; ... if (argc != 3) { fprintf(stderr, "Usage: %s <seed> <nloops> ...
https://man.plustar.jp/manpage/man3/rand_r.3.html - [similar]
Man page of RAND 5064
RAND Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 rand, sr ... ude < stdlib.h > #include < stdio.h > int main(int argc, char *argv[]) { int r, nloops; unsigned int seed; ... if (argc != 3) { fprintf(stderr, "Usage: %s <seed> <nloops> ...
https://man.plustar.jp/manpage/man3/srand.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/man3/vlimit.3.html - [similar]
Man page of EVENTFD 4936
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char *argv[]) { int efd; uint64_t u; ssize_t s; i ... f (argc < 2) { fprintf(stderr, "Usage: %s <num>...\n", arg ... d"); switch (fork()) { case 0: for (int j = 1; j < argc; j++) { printf("Child writing %s to efd\n", argv[j ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 4936
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char *argv[]) { int efd; uint64_t u; ssize_t s; i ... f (argc < 2) { fprintf(stderr, "Usage: %s <num>...\n", arg ... d"); switch (fork()) { case 0: for (int j = 1; j < argc; j++) { printf("Child writing %s to efd\n", argv[j ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
Man page of MMAP 4936
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char *argv[]) { char *addr; int fd; struct stat s ... t offset, pa_offset; size_t length; ssize_t s; if (argc < 3 || argc > 4) { fprintf(stderr, "%s file offset ... is past end of file\n"); exit(EXIT_FAILURE); } if (argc == 4) { length = atoi(argv[3]); if (offset + lengt ...
https://man.plustar.jp/manpage/man2/mmap.2.html - [similar]
Man page of MMAP 4936
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... msg); exit(EXIT_FAILURE); } while (0) int main(int argc, char *argv[]) { char *addr; int fd; struct stat s ... t offset, pa_offset; size_t length; ssize_t s; if (argc < 3 || argc > 4) { fprintf(stderr, "%s file offset ... is past end of file\n"); exit(EXIT_FAILURE); } if (argc == 4) { length = atoi(argv[3]); if (offset + lengt ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of POLL 4936
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { int nfds, num_open_fds; struct po ... llfd *pfds; if (argc < 2) { fprintf(stderr, "Usage: %s file...\n", argv ... [0]); exit(EXIT_FAILURE); } num_open_fds = nfds = argc - 1; pfds = calloc(nfds, sizeof(struct pollfd)); i ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 4936
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { int nfds, num_open_fds; struct po ... llfd *pfds; if (argc < 2) { fprintf(stderr, "Usage: %s file...\n", argv ... [0]); exit(EXIT_FAILURE); } num_open_fds = nfds = argc - 1; pfds = calloc(nfds, sizeof(struct pollfd)); i ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of SHMOP 4936
SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat, ... r later. */ #include "svshm_string.h" int main(int argc, char *argv[]) { int semid, shmid; union semun arg ... r later. */ #include "svshm_string.h" int main(int argc, char *argv[]) { int semid, shmid; struct sembuf s ... op; char *addr; size_t len; if (argc != 4) { fprintf(stderr, "Usage: %s shmid semid str ...
https://man.plustar.jp/manpage/man2/shmat.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT

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