manページ検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 269 for argc (0.108 sec.)
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/setrlimit.2.html - [similar]
Man page of TEE 5064
TEE Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 tee - パイ ... ude < errno.h > #include < limits.h > int main(int argc, char *argv[]) { int fd; int len, slen; if (argc ! ...
https://man.plustar.jp/manpage/man2/tee.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/ugetrlimit.2.html - [similar]
Man page of GETLINE 5064
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... ude < stdio.h > #include < stdlib.h > int main(int argc, char *argv[]) { FILE *stream; char *line = NULL; ... size_t len = 0; ssize_t nread; if (argc != 2) { fprintf(stderr, "Usage: %s <file>\n", argv ...
https://man.plustar.jp/manpage/man3/getdelim.3.html - [similar]
Man page of GETGROUPLIST 5064
GETGROUPLIST Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... #include < grp.h > #include < pwd.h > int main(int argc, char *argv[]) { int ngroups; struct passwd *pw; s ... truct group *gr; if (argc != 3) { fprintf(stderr, "Usage: %s <user> <ngroups ...
https://man.plustar.jp/manpage/man3/getgrouplist.3.html - [similar]
Man page of GETLINE 5064
GETLINE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 getli ... ude < stdio.h > #include < stdlib.h > int main(int argc, char *argv[]) { FILE *stream; char *line = NULL; ... size_t len = 0; ssize_t nread; if (argc != 2) { fprintf(stderr, "Usage: %s <file>\n", argv ...
https://man.plustar.jp/manpage/man3/getline.3.html - [similar]
Man page of INET_NET_PTON 5064
INET_NET_PTON Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { char buf[100]; struct in_addr add ... r; int bits; if (argc < 2) { fprintf(stderr, "Usage: %s presentation-for ... る (これが推奨される方法である)。 */ addr.s_addr = (argc > 2) ? strtod(argv[2], NULL) : 0; /* argv[1] の表記 ...
https://man.plustar.jp/manpage/man3/inet_net_ntop.3.html - [similar]
Man page of INET_NET_PTON 5064
INET_NET_PTON Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ... g); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { char buf[100]; struct in_addr add ... r; int bits; if (argc < 2) { fprintf(stderr, "Usage: %s presentation-for ... る (これが推奨される方法である)。 */ addr.s_addr = (argc > 2) ? strtod(argv[2], NULL) : 0; /* argv[1] の表記 ...
https://man.plustar.jp/manpage/man3/inet_net_pton.3.html - [similar]
Man page of MBSTOWCS 5064
MBSTOWCS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 mbst ... de < string.h > #include < stdlib.h > int main(int argc, char *argv[]) { size_t mbslen; /* Number of multi ... Pointer to converted wide character string */ if (argc < 3) { fprintf(stderr, "Usage: %s <locale> <string ...
https://man.plustar.jp/manpage/man3/mbstowcs.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/rand.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