manページ検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 936 for file (0.121 sec.)
Man page of EPOLL_WAIT 3981
EPOLL_WAIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ep ... vents on the epoll (7) instance referred to by the file descriptor epfd . The buffer pointed to by events ... ed to return information from the ready list about file descriptors in the interest list that have some ev ... L_ADD , EPOLL_CTL_MOD ) for the corresponding open file descriptor. The events field is a bit mask that in ... ents that have occurred for the corresponding open file description. See epoll_ctl (2) for a list of the b ...
https://man.plustar.jp/manpage/man2/epoll_wait.2.html - [similar]
Man page of FERROR 3937
FERROR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 cleare ... rr, feof, ferror, fileno - ストリームステータスのチェックとリセット 書式 ... #include < stdio.h > void clearerr(FILE * stream ); int feof(FILE * stream ); int ferror(F ... ILE * stream ); int fileno(FILE * stream ); glibc 向けの機能検査マクロの要件 ... ( feature_test_macros (7) 参照): fileno (): _POSIX_C_SOURCE 説明 関数 clearerr () は str ...
https://man.plustar.jp/manpage/man3/clearerr.3.html - [similar]
Man page of FERROR 3937
FERROR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 cleare ... rr, feof, ferror, fileno - ストリームステータスのチェックとリセット 書式 ... #include < stdio.h > void clearerr(FILE * stream ); int feof(FILE * stream ); int ferror(F ... ILE * stream ); int fileno(FILE * stream ); glibc 向けの機能検査マクロの要件 ... ( feature_test_macros (7) 参照): fileno (): _POSIX_C_SOURCE 説明 関数 clearerr () は str ...
https://man.plustar.jp/manpage/man3/feof.3.html - [similar]
Man page of FERROR 3937
FERROR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 cleare ... rr, feof, ferror, fileno - ストリームステータスのチェックとリセット 書式 ... #include < stdio.h > void clearerr(FILE * stream ); int feof(FILE * stream ); int ferror(F ... ILE * stream ); int fileno(FILE * stream ); glibc 向けの機能検査マクロの要件 ... ( feature_test_macros (7) 参照): fileno (): _POSIX_C_SOURCE 説明 関数 clearerr () は str ...
https://man.plustar.jp/manpage/man3/ferror.3.html - [similar]
Man page of FERROR 3937
FERROR Section: Linux Programmer's Manual (3) Updated: 2019-03-06 Index JM Home Page 名前 cleare ... rr, feof, ferror, fileno - ストリームステータスのチェックとリセット 書式 ... #include < stdio.h > void clearerr(FILE * stream ); int feof(FILE * stream ); int ferror(F ... ILE * stream ); int fileno(FILE * stream ); glibc 向けの機能検査マクロの要件 ... ( feature_test_macros (7) 参照): fileno (): _POSIX_C_SOURCE 説明 関数 clearerr () は str ...
https://man.plustar.jp/manpage/man3/fileno.3.html - [similar]
Man page of RPM 3937
RPM Section: Red Hat Linux (8) Updated: 09 June 2002 Index JM Home Page 名前 rpm - RPM パッケージ ... ksig } [ --nogpg ] [ --nopgp ] [ --nomd5 ] PACKAGE_FILE ... パッケージのインストール・アップグレード・削除 ... : rpm { -i|--install } [ install-options ] PACKAGE_FILE ... rpm { -U|--upgrade } [ install-options ] PACKA ... GE_FILE ... rpm { -F|--freshen } [ install-options ] PACKA ... GE_FILE ... rpm { -e|--erase } [ --allmatches ] [ --nodeps ...
https://man.plustar.jp/manpage/man8/rpm.8.html - [similar]
Man page of NL 3899
NL Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 sha1sum - SHA1 ハッ ... ] [ --check ] [ --status ] [ --text ] [ --warn ] [ FILE... ] sha1sum [ --help ] [ --version ] 説明 sha1sum ...FILE の SHA1 チェックサムの出力と検証を FIPS-180-1 に基 ... づいて行う。 FILE が省略された場合、または ` - ' が指定された場合は、 ... サムを出力するときのフォーマットは、 各入力ファイル FILE について「SHA1 チェックサム・スペース・ ファイルタ ...
https://man.plustar.jp/manpage/man1/sha1sum.1.html - [similar]
Man page of SPLIT 3899
SPLIT Section: User Commands (1) Updated: 7 October 2002 Index JM Home Page 名前 split - ファイル ... s= LINES ] [ --line-bytes= BYTES ] [ --verbose ] [ FILE ] split [ --help ] [ --version ] 説明 split は FIL ... ションの内容を持つファイルを次々に作成して出力する。 FILE が与えられなかったり ` - ' だった場合には標準入力が ... 用いられる。 デフォルトでは、 split は FILE のうちの 1000 行ずつ (1000 行に満たない場合は残り全 ... る。 オプション - LINES , -l LINES , --lines= LINES FILE の LINES 行分ずつ (デフォルトは 1000 行) を各出力フ ...
https://man.plustar.jp/manpage/man1/split.1.html - [similar]
Man page of OPEN_BY_HANDLE_AT 3899
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... ndle_at(int dirfd , const char * pathname , struct file_handle * handle , int * mount_id , int flags ); in ... t open_by_handle_at(int mount_fd , struct file_handle * handle , int flags ); 説明 システムコール ... は以下の形式の構造体へのポインターである。 struct file_handle { unsigned int handle_bytes; /* Size of f_h ... Handle type [out] */ unsigned char f_handle[0]; /* File identifier (sized by caller) [out] */ }; It is the ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 3899
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... ndle_at(int dirfd , const char * pathname , struct file_handle * handle , int * mount_id , int flags ); in ... t open_by_handle_at(int mount_fd , struct file_handle * handle , int flags ); 説明 システムコール ... は以下の形式の構造体へのポインターである。 struct file_handle { unsigned int handle_bytes; /* Size of f_h ... Handle type [out] */ unsigned char f_handle[0]; /* File identifier (sized by caller) [out] */ }; It is the ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT

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