manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 234 for OPTIONS (0.016 sec.)
Man page of GETSOCKOPT 5990
GETSOCKOPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ge ... 返り値 On success, zero is returned for the standard options. On error, -1 is returned, and errno is set approp ... lter allows the programmer to define custom socket options with associated handlers; for such options, the re ...
https://man.plustar.jp/manpage/man2/getsockopt.2.html - [similar]
Man page of GETSOCKOPT 5990
GETSOCKOPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ge ... 返り値 On success, zero is returned for the standard options. On error, -1 is returned, and errno is set approp ... lter allows the programmer to define custom socket options with associated handlers; for such options, the re ...
https://man.plustar.jp/manpage/man2/setsockopt.2.html - [similar]
Man page of MODPROBE 5877
MODPROBE Section: (8) Updated: 08 May 2005 Index JM Home Page 名前 modprobe - Linux カーネルにモ ... install および remove コマンドを通じて、 MODPROBE_OPTIONS 環境変数にある modprobe の他のコマンドに渡される。 ... install および remove コマンドを通じて、 MODPROBE_OPTIONS 環境変数にある modprobe の他のコマンドに渡される。 ... install および remove コマンドを通じて、 MODPROBE_OPTIONS 環境変数にある modprobe の他のコマンドに渡される。 ... め、ユーザは全く意識しなくてよい。 環境変数 MODPROBE_OPTIONS 環境変数も modprobe に引数を渡すのに使うことができ ...
https://man.plustar.jp/manpage/man8/modprobe.8.html - [similar]
Man page of GETOPT 5775
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... = argc) { fprintf(stderr, "Expected argument after options\n"); exit(EXIT_FAILURE); } printf("name argument = ... 1; int option_index = 0; static struct option long_options[] = { {"add", required_argument, 0, 0 }, {"append" ... } }; c = getopt_long(argc, argv, "abc:d:012", long_options, &option_index); if (c == -1) break; switch (c) { ... case 0: printf("option %s", long_options[option_index].name); if (optarg) printf(" with arg ...
https://man.plustar.jp/manpage/man3/getopt.3.html - [similar]
Man page of GETOPT 5775
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... = argc) { fprintf(stderr, "Expected argument after options\n"); exit(EXIT_FAILURE); } printf("name argument = ... 1; int option_index = 0; static struct option long_options[] = { {"add", required_argument, 0, 0 }, {"append" ... } }; c = getopt_long(argc, argv, "abc:d:012", long_options, &option_index); if (c == -1) break; switch (c) { ... case 0: printf("option %s", long_options[option_index].name); if (optarg) printf(" with arg ...
https://man.plustar.jp/manpage/man3/getopt_long.3.html - [similar]
Man page of GETOPT 5775
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... = argc) { fprintf(stderr, "Expected argument after options\n"); exit(EXIT_FAILURE); } printf("name argument = ... 1; int option_index = 0; static struct option long_options[] = { {"add", required_argument, 0, 0 }, {"append" ... } }; c = getopt_long(argc, argv, "abc:d:012", long_options, &option_index); if (c == -1) break; switch (c) { ... case 0: printf("option %s", long_options[option_index].name); if (optarg) printf(" with arg ...
https://man.plustar.jp/manpage/man3/getopt_long_only.3.html - [similar]
Man page of MALLOC_INFO 5775
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... する 書式 #include < malloc.h > int malloc_info(int options , FILE * stream ); 説明 malloc_info () 関数は、 呼 ... 情報が含まれる ( malloc (3) 参照)。 現在の実装では、 options は 0 でなければならない。 返り値 malloc_info () は ... o にエラーの原因を示す値を設定する。 エラー EINVAL options が 0 でなかった。 バージョン malloc_info () は gli ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of GETOPT 5775
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... = argc) { fprintf(stderr, "Expected argument after options\n"); exit(EXIT_FAILURE); } printf("name argument = ... 1; int option_index = 0; static struct option long_options[] = { {"add", required_argument, 0, 0 }, {"append" ... } }; c = getopt_long(argc, argv, "abc:d:012", long_options, &option_index); if (c == -1) break; switch (c) { ... case 0: printf("option %s", long_options[option_index].name); if (optarg) printf(" with arg ...
https://man.plustar.jp/manpage/man3/optarg.3.html - [similar]
Man page of GETOPT 5775
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... = argc) { fprintf(stderr, "Expected argument after options\n"); exit(EXIT_FAILURE); } printf("name argument = ... 1; int option_index = 0; static struct option long_options[] = { {"add", required_argument, 0, 0 }, {"append" ... } }; c = getopt_long(argc, argv, "abc:d:012", long_options, &option_index); if (c == -1) break; switch (c) { ... case 0: printf("option %s", long_options[option_index].name); if (optarg) printf(" with arg ...
https://man.plustar.jp/manpage/man3/opterr.3.html - [similar]
Man page of GETOPT 5775
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... = argc) { fprintf(stderr, "Expected argument after options\n"); exit(EXIT_FAILURE); } printf("name argument = ... 1; int option_index = 0; static struct option long_options[] = { {"add", required_argument, 0, 0 }, {"append" ... } }; c = getopt_long(argc, argv, "abc:d:012", long_options, &option_index); if (c == -1) break; switch (c) { ... case 0: printf("option %s", long_options[option_index].name); if (optarg) printf(" with arg ...
https://man.plustar.jp/manpage/man3/optind.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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