manページ検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 635 for NAME (0.461 sec.)
Man page of MKNOD 3458
MKNOD Section: FSF (1) Updated: November 1998 Index JM Home Page 名前 mknod - スペシャルファイル ... を作成する 書式 mknod [ オプション ]... NAME TYPE [ MAJOR MINOR ] 説明 指定した型(TYPE)のスペシ ... ャルファイルを指定した名前(NAME)で作成する。 -m , --mode = MODE chmodコマンドと同様 ...
https://man.plustar.jp/manpage/man1/mknod.1.html - [similar]
Man page of CREATE_MODULE 3458
CREATE_MODULE Section: Linux Module Support (2) Updated: 26 Dec 1996 Index JM Home Page 名前 cre ... inux/module.h > caddr_t create_module(const char * name , size_t size ); 説明 create_module はローダブルモ ... メモリブロックをカーネル が確保できなかった。 EFAULT name が、プログラムがアクセスできるアドレス空間の外部に ...
https://man.plustar.jp/manpage/man2/create_module.2.html - [similar]
Man page of ERROR 3458
ERROR Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 error, ... message_count, error_one_per_line, error_print_progname - glibc のエラー書き出し関数 書式 #include < error ... at_line(int status , int errnum , const char * filename , unsigned int linenum , const char * format , ... ... rror_one_per_line ; extern void (* error_print_progname ) (void); 説明 error () は汎用的なエラー出力関数で ... 力されるプログラム名は、大域変数 program_invocation_name (3) の値である。 program_invocation_name の初期値は ...
https://man.plustar.jp/manpage/man3/error.3.html - [similar]
Man page of ERROR 3458
ERROR Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 error, ... message_count, error_one_per_line, error_print_progname - glibc のエラー書き出し関数 書式 #include < error ... at_line(int status , int errnum , const char * filename , unsigned int linenum , const char * format , ... ... rror_one_per_line ; extern void (* error_print_progname ) (void); 説明 error () は汎用的なエラー出力関数で ... 力されるプログラム名は、大域変数 program_invocation_name (3) の値である。 program_invocation_name の初期値は ...
https://man.plustar.jp/manpage/man3/error_at_line.3.html - [similar]
Man page of ERROR 3458
ERROR Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 error, ... message_count, error_one_per_line, error_print_progname - glibc のエラー書き出し関数 書式 #include < error ... at_line(int status , int errnum , const char * filename , unsigned int linenum , const char * format , ... ... rror_one_per_line ; extern void (* error_print_progname ) (void); 説明 error () は汎用的なエラー出力関数で ... 力されるプログラム名は、大域変数 program_invocation_name (3) の値である。 program_invocation_name の初期値は ...
https://man.plustar.jp/manpage/man3/error_message_count.3.html - [similar]
Man page of ERROR 3458
ERROR Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 error, ... message_count, error_one_per_line, error_print_progname - glibc のエラー書き出し関数 書式 #include < error ... at_line(int status , int errnum , const char * filename , unsigned int linenum , const char * format , ... ... rror_one_per_line ; extern void (* error_print_progname ) (void); 説明 error () は汎用的なエラー出力関数で ... 力されるプログラム名は、大域変数 program_invocation_name (3) の値である。 program_invocation_name の初期値は ...
https://man.plustar.jp/manpage/man3/error_one_per_line.3.html - [similar]
Man page of ERROR 3458
ERROR Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 error, ... message_count, error_one_per_line, error_print_progname - glibc のエラー書き出し関数 書式 #include < error ... at_line(int status , int errnum , const char * filename , unsigned int linenum , const char * format , ... ... rror_one_per_line ; extern void (* error_print_progname ) (void); 説明 error () は汎用的なエラー出力関数で ... 力されるプログラム名は、大域変数 program_invocation_name (3) の値である。 program_invocation_name の初期値は ...
https://man.plustar.jp/manpage/man3/error_print_progname.3.html - [similar]
Man page of GETOPT 3458
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... のように定義されている。 struct option { const char *name; int has_arg; int *flag; int val; }; それぞれのフィ ... ールドの意味は以下の通り。 name 長いオプションの名前。 has_arg no_argument (または ... '?' */ fprintf(stderr, "Usage: %s [-t nsecs] [-n] name\n", argv[0]); exit(EXIT_FAILURE); } } printf("flag ... t after options\n"); exit(EXIT_FAILURE); } printf("name argument = %s\n", argv[optind]); /* Other code omi ...
https://man.plustar.jp/manpage/man3/getopt.3.html - [similar]
Man page of GETOPT 3458
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... のように定義されている。 struct option { const char *name; int has_arg; int *flag; int val; }; それぞれのフィ ... ールドの意味は以下の通り。 name 長いオプションの名前。 has_arg no_argument (または ... '?' */ fprintf(stderr, "Usage: %s [-t nsecs] [-n] name\n", argv[0]); exit(EXIT_FAILURE); } } printf("flag ... t after options\n"); exit(EXIT_FAILURE); } printf("name argument = %s\n", argv[optind]); /* Other code omi ...
https://man.plustar.jp/manpage/man3/getopt_long.3.html - [similar]
Man page of GETOPT 3458
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... のように定義されている。 struct option { const char *name; int has_arg; int *flag; int val; }; それぞれのフィ ... ールドの意味は以下の通り。 name 長いオプションの名前。 has_arg no_argument (または ... '?' */ fprintf(stderr, "Usage: %s [-t nsecs] [-n] name\n", argv[0]); exit(EXIT_FAILURE); } } printf("flag ... t after options\n"); exit(EXIT_FAILURE); } printf("name argument = %s\n", argv[optind]); /* Other code omi ...
https://man.plustar.jp/manpage/man3/getopt_long_only.3.html - [similar]
PREV 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 NEXT

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