Results of 1 - 10 of about 34 for OPT (0.010 sec.)
- Man page of GETSUBOPT 16568
- GETSUBOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get
...
subopt - 文字列中のサブオプション引数の解釈を行う 書式 #i ...
nclude < stdlib.h > int getsubopt(char ** optionp , char * const * tokens , char ** ...
マクロの要件 ( feature_test_macros (7) 参照): getsubopt (): _XOPEN_SOURCE >= 500 || /* glibc 2.12 以降: */ ...
_POSIX_C_SOURCE >= 200809L 説明 getsubopt () は、 optionp で与えられたカンマ区切りのサブオプ ...
-
https://man.plustar.jp/manpage/man3/getsubopt.3.html
- [similar]
- Man page of NAMED 9458
- NAMED Section: Maintenance Commands (8) Index JM Home Page BSD mandoc BSD 4 名称 named - インター
...
を除いたものと同等です。この機能は 設定ファイルの `` options '' 宣言にある `` listen-on '' 節で指定できます ...
を行ないます。 注: このオプションは設定ファイルの `` options '' 宣言の `` recursion '' 節によって上書きされ ...
バの作業ディレクトリを設定します。設定ファイルの `` options '' 宣言の `` directory '' 節はコマンド行で指定 ...
からなり、次の形式を取ります。 $INCLUDE <filename> <opt_domain> $ORIGIN <domain> $TTL <ttl> <domain> <opt_ ...
-
https://man.plustar.jp/manpage/man8/named.8.html
- [similar]
- Man page of INSQUE 8579
- INSQUE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 insque
...
struct element *first, *elem, *prev; int circular, opt, errfnd; /* The "-c" command-line option can be us ...
t is circular */ errfnd = 0; circular = 0; while ((opt = getopt(argc, argv, "c")) != -1) { switch (opt) { ...
eak; default: errfnd = 1; break; } } if (errfnd || optind >= argc) { fprintf(stderr, "Usage: %s [-c] stri ...
m = new_element(); first = elem; elem->name = argv[optind]; if (circular) { elem->forward = elem; elem->b ...
-
https://man.plustar.jp/manpage/man3/insque.3.html
- [similar]
- Man page of INSQUE 8579
- INSQUE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 insque
...
struct element *first, *elem, *prev; int circular, opt, errfnd; /* The "-c" command-line option can be us ...
t is circular */ errfnd = 0; circular = 0; while ((opt = getopt(argc, argv, "c")) != -1) { switch (opt) { ...
eak; default: errfnd = 1; break; } } if (errfnd || optind >= argc) { fprintf(stderr, "Usage: %s [-c] stri ...
m = new_element(); first = elem; elem->name = argv[optind]; if (circular) { elem->forward = elem; elem->b ...
-
https://man.plustar.jp/manpage/man3/remque.3.html
- [similar]
- Man page of HIER 8372
- HIER Section: Linux Programmer's Manual (7) Updated: 2012-08-05 Index JM Home Page 名前 hier - フ
...
しては、それらへのリンクを /etc に置けばよい。 /etc/opt /opt にインストールされたアドオンアプリケーションが ...
内にサブディレクトリが用意されている場合がある。 /opt このディレクトリにはアドオンパッケージの静的なファ ...
いる。 /var/log 種々のログファイルの置き場所。 /var/opt /opt 用の可変データの置き場所。 /var/mail ユーザー ...
-
https://man.plustar.jp/manpage/man7/hier.7.html
- [similar]
- Man page of SEMGET 8052
- SEMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semget
...
ies the nsems argument for semget (). Command-line options can be used to specify the IPC_CREAT ( -c ) an ...
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': flags |= IPC_CREAT; break; case 'x': ...
L; break; default: usage(argv[0]); } } if (argc != optind + 3) usage(argv[0]); key = ftok(argv[optind], a ...
-
https://man.plustar.jp/manpage/man2/semget.2.html
- [similar]
- Man page of PTHREAD_GETATTR_NP 8052
- PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page
...
rgc, char *argv[], pthread_attr_t *attrp) { int s, opt, allocate_stack; size_t stack_size, guard_size; vo ...
ack = 0; stack_size = -1; guard_size = -1; while ((opt = getopt(argc, argv, "ag:s:")) != -1) { switch (op ...
e_stack = 1; break; case 'g': guard_size = strtoul(optarg, NULL, 0); break; case 's': stack_size = strtou ...
l(optarg, NULL, 0); break; default: usage(argv[0], NULL) ...
-
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html
- [similar]
- Man page of GETMNTENT 7940
- GETMNTENT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 get
...
mntent, setmntent, addmntent, endmntent, hasmntopt, getmntent_r - ファイルシステム記述ファイルのエント ...
mnt ); int endmntent(FILE * streamp ); char *hasmntopt(const struct mntent * mnt , const char * opt ); /* ...
ファイルに関連付けられている stream を閉じる。 hasmntopt () 関数は mntent 構造体 mnt の mnt_opts フィールド ...
(下記 参照) をスキャンし、 opt に一致する部分文字列があるかを調べる。 有効なマウン ...
-
https://man.plustar.jp/manpage/man3/addmntent.3.html
- [similar]
- Man page of GETMNTENT 7940
- GETMNTENT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 get
...
mntent, setmntent, addmntent, endmntent, hasmntopt, getmntent_r - ファイルシステム記述ファイルのエント ...
mnt ); int endmntent(FILE * streamp ); char *hasmntopt(const struct mntent * mnt , const char * opt ); /* ...
ファイルに関連付けられている stream を閉じる。 hasmntopt () 関数は mntent 構造体 mnt の mnt_opts フィールド ...
(下記 参照) をスキャンし、 opt に一致する部分文字列があるかを調べる。 有効なマウン ...
-
https://man.plustar.jp/manpage/man3/endmntent.3.html
- [similar]
- Man page of GETMNTENT 7940
- GETMNTENT Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 get
...
mntent, setmntent, addmntent, endmntent, hasmntopt, getmntent_r - ファイルシステム記述ファイルのエント ...
mnt ); int endmntent(FILE * streamp ); char *hasmntopt(const struct mntent * mnt , const char * opt ); /* ...
ファイルに関連付けられている stream を閉じる。 hasmntopt () 関数は mntent 構造体 mnt の mnt_opts フィールド ...
(下記 参照) をスキャンし、 opt に一致する部分文字列があるかを調べる。 有効なマウン ...
-
https://man.plustar.jp/manpage/man3/getmntent.3.html
- [similar]