Results of 1 - 10 of about 223 for mode (0.002 sec.)
- Man page of FALLOCATE 9605
- FALLOCATE Section: Linux Programmer's Manual (2) Updated: 2019-11-19 Index JM Home Page 名前 fal
...
*/ #include < fcntl.h > int fallocate(int fd , int mode , off_t offset , off_t len ); 説明 このシステムコー ...
は、 offset から始まる長さ len バイトの領域である。 mode 引数は、指定された領域に対して実行する操作を指定す ...
域の割り当て fallocate () のデフォルトの動作 (つまり mode が 0 の場合) は、 offset と len で指定された範囲の ...
ないことが保証される。 FALLOC_FL_KEEP_SIZE フラグが mode に指定された場合、このシステムコール の動作は似てい ...
-
https://man.plustar.jp/manpage/man2/fallocate.2.html
- [similar]
- Man page of FOPEN 9262
- FOPEN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fopen,
...
> FILE *fopen(const char * pathname , const char * mode ); FILE *fdopen(int fd , const char * mode ); FILE ...
*freopen(const char * pathname , const char * mode , FILE * stream ); glibc 向けの機能検査マクロの要件 ...
名前のファイルを開き、ストリームと結びつける。 引数 mode は、以下に続く文字のひとつから始まる文字列へのポイ ...
what the initial read position is when using this mode. For glibc, the initial file position for reading ...
-
https://man.plustar.jp/manpage/man3/fdopen.3.html
- [similar]
- Man page of FOPEN 9262
- FOPEN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fopen,
...
> FILE *fopen(const char * pathname , const char * mode ); FILE *fdopen(int fd , const char * mode ); FILE ...
*freopen(const char * pathname , const char * mode , FILE * stream ); glibc 向けの機能検査マクロの要件 ...
名前のファイルを開き、ストリームと結びつける。 引数 mode は、以下に続く文字のひとつから始まる文字列へのポイ ...
what the initial read position is when using this mode. For glibc, the initial file position for reading ...
-
https://man.plustar.jp/manpage/man3/fopen.3.html
- [similar]
- Man page of FOPEN 9262
- FOPEN Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page 名前 fopen,
...
> FILE *fopen(const char * pathname , const char * mode ); FILE *fdopen(int fd , const char * mode ); FILE ...
*freopen(const char * pathname , const char * mode , FILE * stream ); glibc 向けの機能検査マクロの要件 ...
名前のファイルを開き、ストリームと結びつける。 引数 mode は、以下に続く文字のひとつから始まる文字列へのポイ ...
what the initial read position is when using this mode. For glibc, the initial file position for reading ...
-
https://man.plustar.jp/manpage/man3/freopen.3.html
- [similar]
- Man page of MKNOD 8066
- MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod,
...
ude < unistd.h > int mknod(const char * pathname , mode_t mode , dev_t dev ); #include < fcntl.h > /* AT_* ...
> int mknodat(int dirfd , const char * pathname , mode_t mode , dev_t dev ); glibc 向けの機能検査マクロの ...
バイススペシャルファイル、名前付きパイプ) を、 属性 mode と dev の指定にしたがって作成する。 The mode argum ...
ent specifies both the file mode to use and the type of node to be created. It shou ...
-
https://man.plustar.jp/manpage/man2/mknod.2.html
- [similar]
- Man page of MKNOD 8066
- MKNOD Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 mknod,
...
ude < unistd.h > int mknod(const char * pathname , mode_t mode , dev_t dev ); #include < fcntl.h > /* AT_* ...
> int mknodat(int dirfd , const char * pathname , mode_t mode , dev_t dev ); glibc 向けの機能検査マクロの ...
バイススペシャルファイル、名前付きパイプ) を、 属性 mode と dev の指定にしたがって作成する。 The mode argum ...
ent specifies both the file mode to use and the type of node to be created. It shou ...
-
https://man.plustar.jp/manpage/man2/mknodat.2.html
- [similar]
- Man page of MKDIR 7547
- MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir,
...
< sys/types.h > int mkdir(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数の定義 ...
> int mkdirat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ( featu ...
名前のディレクトリを作成しようとする。 The argument mode specifies the mode for the new directory (see inod ...
he usual way: in the absence of a default ACL, the mode of the created directory is ( mode & ~ umask & 077 ...
-
https://man.plustar.jp/manpage/man2/mkdir.2.html
- [similar]
- Man page of MKDIR 7547
- MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir,
...
< sys/types.h > int mkdir(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数の定義 ...
> int mkdirat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ( featu ...
名前のディレクトリを作成しようとする。 The argument mode specifies the mode for the new directory (see inod ...
he usual way: in the absence of a default ACL, the mode of the created directory is ( mode & ~ umask & 077 ...
-
https://man.plustar.jp/manpage/man2/mkdirat.2.html
- [similar]
- Man page of STDBUF 7380
- STDBUF Section: ユーザーコマンド (1) Updated: 2021年5月 Index JM Home Page 名前 stdbuf - 標準入出
...
る引数は短いオプションでも必須です。 -i , --input = ,MODE/ 標準入力のバッファ動作を変更する -o , --output = ...
,MODE/ 標準出力のバッファ動作を変更する -e , --error = , ...
終了する --version バージョン情報を表示して終了する MODE が 'L' の場合、対応するストリームは行単位でバッファ ...
ます。 このオプションは標準入力に対しては無効です。 MODE が '0' の場合、対応するストリームはバッファリングさ ...
-
https://man.plustar.jp/manpage/man1/stdbuf.1.html
- [similar]
- Man page of FMEMOPEN 7318
- FMEMOPEN Section: Linux Programmer's Manual (3) Updated: 2015-01-22 Index JM Home Page 名前 fmem
...
*fmemopen(void * buf , size_t size , const char * mode ); FILE *open_memstream(char ** ptr , size_t * siz ...
) 関数は、ストリームをオープンし、そのストリームに mode で指定されたアクセス許可を設定する。 そのストリーム ...
くとも size バイトの長さでなければならない。 引き数 mode は fopen (3) の場合と同じである。 mode で追記モード ...
(append mode) が指定された場合、ファイル位置の初期値は バッファ ...
-
https://man.plustar.jp/manpage/man3/fmemopen.3.html
- [similar]