Results of 1 - 9 of about 9 for template (0.003 sec.)
- Man page of MKSTEMP 10407
- MKSTEMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mkste
...
成する 書式 #include < stdlib.h > int mkstemp(char * template ); int mkostemp(char * template , int flags ); int ...
mkstemps(char * template , int suffixlen ); int mkostemps(char * template , ...
stemps (): _GNU_SOURCE 説明 関数 mkstemp () は引数 template から他と重ならない一時ファイル名を生成し、 そのファ ...
オープン済みのファイルディスクリプターを返す。 引数 template で指示する文字列の後ろの 6 文字は XXXXXX である必要 ...
-
https://man.plustar.jp/manpage/man3/mkostemp.3.html
- [similar]
- Man page of MKSTEMP 10407
- MKSTEMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mkste
...
成する 書式 #include < stdlib.h > int mkstemp(char * template ); int mkostemp(char * template , int flags ); int ...
mkstemps(char * template , int suffixlen ); int mkostemps(char * template , ...
stemps (): _GNU_SOURCE 説明 関数 mkstemp () は引数 template から他と重ならない一時ファイル名を生成し、 そのファ ...
オープン済みのファイルディスクリプターを返す。 引数 template で指示する文字列の後ろの 6 文字は XXXXXX である必要 ...
-
https://man.plustar.jp/manpage/man3/mkostemps.3.html
- [similar]
- Man page of MKSTEMP 10407
- MKSTEMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mkste
...
成する 書式 #include < stdlib.h > int mkstemp(char * template ); int mkostemp(char * template , int flags ); int ...
mkstemps(char * template , int suffixlen ); int mkostemps(char * template , ...
stemps (): _GNU_SOURCE 説明 関数 mkstemp () は引数 template から他と重ならない一時ファイル名を生成し、 そのファ ...
オープン済みのファイルディスクリプターを返す。 引数 template で指示する文字列の後ろの 6 文字は XXXXXX である必要 ...
-
https://man.plustar.jp/manpage/man3/mkstemp.3.html
- [similar]
- Man page of MKSTEMP 10407
- MKSTEMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mkste
...
成する 書式 #include < stdlib.h > int mkstemp(char * template ); int mkostemp(char * template , int flags ); int ...
mkstemps(char * template , int suffixlen ); int mkostemps(char * template , ...
stemps (): _GNU_SOURCE 説明 関数 mkstemp () は引数 template から他と重ならない一時ファイル名を生成し、 そのファ ...
オープン済みのファイルディスクリプターを返す。 引数 template で指示する文字列の後ろの 6 文字は XXXXXX である必要 ...
-
https://man.plustar.jp/manpage/man3/mkstemps.3.html
- [similar]
- Man page of MKTEMP 9382
- MKTEMP Section: ユーザーコマンド (1) Updated: 2021年5月 Index JM Home Page 名前 mktemp - 一時ファ
...
ィレクトリを作成する 書式 mktemp [ ,OPTION/ ]... [ ,TEMPLATE/ ] 説明 一時ファイルまたは一時ディレクトリを安全に ...
作成し、その名前を表示します。 TEMPLATE 文字列は最後に連続した 'X' を最低 3 個は含まなけれ ...
ばいけません。 TEMPLATE が指定されない場合、tmp.XXXXXXXXXX が使用され、 -- ...
トリ作成失敗のメッセージを抑止する --suffix = ,SUFF/ TEMPLATE に SUFF を追加する。 SUFF にスラッシュ (/) が含まれ ...
-
https://man.plustar.jp/manpage/man1/mktemp.1.html
- [similar]
- Man page of MKDTEMP 9149
- MKDTEMP Section: Linux Programmer's Manual (3) Updated: 2016-07-17 Index JM Home Page 名前 mkdte
...
する 書式 #include < stdlib.h > char *mkdtemp(char * template ); glibc 向けの機能検査マクロの要件 ( feature_test ...
関数は、他と重ならない名前の一時的なディレクトリを template から作成する。 template の後から 6 文字は XXXXXX で ...
。 ディレクトリは許可属性を 0700 として作成される。 template は変更されるので、文字列定数にしてはならず、文字配 ...
返り値 成功した場合、 mkdtemp () 関数は 変更された template 文字列へのポインターを返す。 失敗した場合は、NULL ...
-
https://man.plustar.jp/manpage/man3/mkdtemp.3.html
- [similar]
- Man page of MKTEMP 9149
- MKTEMP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mktemp
...
する 書式 #include < stdlib.h > char *mktemp(char * template ); glibc 向けの機能検査マクロの要件 ( feature_test ...
しないこと 。「バグ」を参照。 関数 mktemp () は引数 template から他と重ならない テンポラリファイル名を作成する。 ...
引数 template で指示する文字配列 の後6文字は XXXXXX である必要が ...
を他と 重ならないにするような文字で置き換えられる。 template は書き換えられるため、文字列定数ではなく文字配列と ...
-
https://man.plustar.jp/manpage/man3/mktemp.3.html
- [similar]
- Man page of CORE 6075
- CORE Section: Linux Programmer's Manual (5) Updated: 2020-11-01 Index JM Home Page 名前 core - コ
...
インとして解釈される。 Since kernel 5.3.0, the pipe template is split on spaces into an argument list before th ...
e template parameters are expanded. In earlier kernels, the t ...
er kernels executable names added by the %e and %E template parameters could get split into multiple arguments ...
-
https://man.plustar.jp/manpage/man5/core.5.html
- [similar]
- Man page of iptables-extensions 5464
- iptables-extensions Section: iptables 1.4.21 (8) Updated: Index JM Home Page 名前 iptables-exten
...
its associated connection. The target attaches a "template" connection tracking entry to the packet, which is ...
-
https://man.plustar.jp/manpage/man8/iptables-extensions.8.html
- [similar]
PREV
1
NEXT