Results of 1 - 10 of about 17 for token (0.014 sec.)
- Man page of GETSUBOPT 11931
- GETSUBOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 get
...
h > int getsubopt(char ** optionp , char * const * tokens , char ** valuep ); glibc 向けの機能検査マクロの要 ...
な文字列を optionp に渡すことができる。 ro,name=xyz tokens 引数はトークンへのポインターの配列へのポインターで ...
、サブオプションの値となる。 サブオプションの名前が tokens 内の名前と一致し、値を表す文字列が見つかった場合、 ...
合、 getsubopt () は最初のサブオプションにマッチする tokens の要素の添字を返す。 見つからなかった場合、-1 を返 ...
-
https://man.plustar.jp/manpage/man3/getsubopt.3.html
- [similar]
- Man page of SNMP_AGENT_API 11794
- SNMP_AGENT_API Section: C Library Functions (3) Updated: 27 Oct 1999 Index JM Home Page 名前 def
...
config(u_char type, const char *ftype, const char *token, int storeid, int which); int ds_register_premib(u ...
_char type, const char *ftype, const char *token, int storeid, int which); void ds_shutdown(void); ...
IBRARY_ID 0 #define DS_APPLICATION_ID 1 #define DS_TOKEN_ID 2 /* storeid が DS_LIBRARY_ID の場合、 以下の定 ...
の値の範囲のチェックを行わない */ #define DS_LIB_NO_TOKEN_WARNINGS 17 /* config 関数の token が不明な場合でも ...
-
https://man.plustar.jp/manpage/man3/default_store.3.html
- [similar]
- Man page of WCSTOK 11414
- WCSTOK Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 wcstok
...
出しながら ループする。 wchar_t *wcs = ...; wchar_t *token; wchar_t *state; for (token = wcstok(wcs, " \t\n", ...
&state); token != NULL; token = wcstok(NULL, " \t\n", &state)) { ...
ード wcstok , wchar , 関数 , wcs , WCSTOK , delim , token , ptr , pages , 属性 Linux マニュアル 一覧 [ man1 ...
-
https://man.plustar.jp/manpage/man3/wcstok.3.html
- [similar]
- Man page of STRTOK 10000
- STRTOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtok
...
a string into a sequence of zero or more nonempty tokens. On the first call to strtok (), the string to be ...
main(int argc, char *argv[]) { char *str1, *str2, *token, *subtoken; char *saveptr1, *saveptr2; if (argc != ...
(int j = 1, str1 = argv[1]; ; j++, str1 = NULL) { token = strtok_r(str1, argv[2], &saveptr1); if (token == ...
NULL) break; printf("%d: %s\n", j, token); for (str2 = token; ; str2 = NULL) { subtoken = s ...
-
https://man.plustar.jp/manpage/man3/strtok.3.html
- [similar]
- Man page of STRTOK 10000
- STRTOK Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 strtok
...
a string into a sequence of zero or more nonempty tokens. On the first call to strtok (), the string to be ...
main(int argc, char *argv[]) { char *str1, *str2, *token, *subtoken; char *saveptr1, *saveptr2; if (argc != ...
(int j = 1, str1 = argv[1]; ; j++, str1 = NULL) { token = strtok_r(str1, argv[2], &saveptr1); if (token == ...
NULL) break; printf("%d: %s\n", j, token); for (str2 = token; ; str2 = NULL) { subtoken = s ...
-
https://man.plustar.jp/manpage/man3/strtok_r.3.html
- [similar]
- Man page of BLKID 9483
- BLKID Section: System Administration (8) Updated: March 2013 Index JM Home Page 名前 blkid - ブロ
...
[ --output format ] [ --match-tag tag ] [ --match-token NAME=value ] [ device ...] blkid --probe [ --offse ...
をすべて列挙して、終了する。 -l , --list-one --match-token オプションで指定した検索パラメータに一致するデバイ ...
すべて表示することになる。 このオプションを --match-token で LABEL や UUID のトークンを指定した場合に使うと、 ...
ない。 なお、当方のバージョン 2.35.2 では、 --match-token に LABEL= を指定した場合、udev を使用させる、すなわ ...
-
https://man.plustar.jp/manpage/man8/blkid.8.html
- [similar]
- Man page of SNMP.CONF 8207
- SNMP.CONF Section: File Formats (5) Updated: 17 Nov 2000 Index JM Home Page 名前 /usr/share/snmp
...
MIBDIRS で上書きされる点に注意すること。 mibs (mib-tokens|+mib-tokens) ':' で区切って mib トークンのリストを ...
全てのアプリケーションでデバッグが有効になる。 debugTokens token[,token...] 表示に使うデバッグ用トークン。 デ ...
-
https://man.plustar.jp/manpage/man5/snmp.conf.5.html
- [similar]
- Man page of SYSCTL.CONF 8069
- SYSCTL.CONF Section: (5) Updated: 21 Sep 1999 Index JM Home Page 名前 sysctl.conf - sysctl (8) の
...
用いられる。 書式は以下の通り。 # comment ; comment token = value 空行は無視され、トークンや値の前後に置かれ ...
-
https://man.plustar.jp/manpage/man5/sysctl.conf.5.html
- [similar]
- Man page of VSFTPD.CONF 7690
- VSFTPD.CONF Section: File Formats (5) Index JM Home Page 名前 vfstpd.conf - vsftpd の設定ファイル
...
_file などが含まれる。 デフォルト: (なし) user_sub_token このオプションは、仮想ユーザーと組み合わせるときに ...
リが /home/virtual/$USER に設定されていて、 user_sub_token が $USER に設定されていれば、仮想ユーザー fred がロ ...
動される。 このオプションは、 local_root が user_sub_token を含んでいる場合にも効果がある。 デフォルト: (なし ...
-
https://man.plustar.jp/manpage/man5/vsftpd.conf.5.html
- [similar]
- Man page of NETRC 7569
- NETRC Section: File Formats (5) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 netrc, .n
...
ユーザーのホームディレクトリにある。 以下のトークン (token) が認識される。 トークンはスペース・タブ・改行で区 ...
-
https://man.plustar.jp/manpage/man5/netrc.5.html
- [similar]