manページ検索

phrase: max: clip:
target: order:
Results of 731 - 740 of about 1594 for int (0.123 sec.)
Man page of GETDENTS 2417
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... トリエントリーを取得する 書式 long getdents(unsigned int fd , struct linux_dirent * dirp , unsigned int cou ... ) 参照 */ #include < dirent.h > ssize_t getdents64(int fd , void * dirp , size_t count ); 注 : getdents ( ... * 定数の定義 */ #include < fcntl.h > #include < stdint.h > #include < stdio.h > #include < unistd.h > #in ... d_reclen; char d_name[]; }; #define BUF_SIZE 1024 int main(int argc, char *argv[]) { int fd; long nread; ...
https://man.plustar.jp/manpage/man2/getdents.2.html - [similar]
Man page of GETDENTS 2417
GETDENTS Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 getd ... トリエントリーを取得する 書式 long getdents(unsigned int fd , struct linux_dirent * dirp , unsigned int cou ... ) 参照 */ #include < dirent.h > ssize_t getdents64(int fd , void * dirp , size_t count ); 注 : getdents ( ... * 定数の定義 */ #include < fcntl.h > #include < stdint.h > #include < stdio.h > #include < unistd.h > #in ... d_reclen; char d_name[]; }; #define BUF_SIZE 1024 int main(int argc, char *argv[]) { int fd; long nread; ...
https://man.plustar.jp/manpage/man2/getdents64.2.html - [similar]
Man page of SYNC 2417
SYNC Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 sync, sy ... 書き込む 書式 #include < unistd.h > void sync(void); int syncfs(int fd ); glibc 向けの機能検査マクロの要件 ... のようになった。 glibc 2.2.1 以前ではプロトタイプは "int sync(void)" で、 sync () は常に 0 を返していた。 A ... e same guarantees as fsync () called on every file in the system or filesystem respectively. In mainline ... エラー , file , written , バージョン , バグ , 準拠 , int Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man2/sync.2.html - [similar]
Man page of SYNC_FILE_RANGE 2417
SYNC_FILE_RANGE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... ature_test_macros (7) 参照 */ #include < fcntl.h > int sync_file_range(int fd , off64_t offset , off64_t ... nbytes , unsigned int flags ); 説明 sync_file_range () を使うと、ファイル ... 対象となるようにする。 これは、start-write-for-data-integrity 操作 (データ完全性確保のための書き込み開始の ... | SYNC_FILE_RANGE_WAIT_AFTER これは write-for-data-integrity 操作 (データ完全性確保のための書き込み) であ ...
https://man.plustar.jp/manpage/man2/sync_file_range.2.html - [similar]
Man page of SYNC_FILE_RANGE 2417
SYNC_FILE_RANGE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... ature_test_macros (7) 参照 */ #include < fcntl.h > int sync_file_range(int fd , off64_t offset , off64_t ... nbytes , unsigned int flags ); 説明 sync_file_range () を使うと、ファイル ... 対象となるようにする。 これは、start-write-for-data-integrity 操作 (データ完全性確保のための書き込み開始の ... | SYNC_FILE_RANGE_WAIT_AFTER これは write-for-data-integrity 操作 (データ完全性確保のための書き込み) であ ...
https://man.plustar.jp/manpage/man2/sync_file_range2.2.html - [similar]
Man page of SYNC 2417
SYNC Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 sync, sy ... 書き込む 書式 #include < unistd.h > void sync(void); int syncfs(int fd ); glibc 向けの機能検査マクロの要件 ... のようになった。 glibc 2.2.1 以前ではプロトタイプは "int sync(void)" で、 sync () は常に 0 を返していた。 A ... e same guarantees as fsync () called on every file in the system or filesystem respectively. In mainline ... エラー , file , written , バージョン , バグ , 準拠 , int Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man2/syncfs.2.html - [similar]
Man page of WAIT 2417
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... < sys/types.h > #include < sys/wait.h > pid_t wait(int * wstatus ); pid_t waitpid(pid_t pid , int * wstat ... us , int options ); int waitid(idtype_t idtype , id_t id , ... siginfo_t * infop , int options ); /* これは glibc と POSIX のインターフェ ... でなければ、 wait () や waitpid () は status で指す int に状態情報を格納する。 この整数は以下のマクロを使っ ...
https://man.plustar.jp/manpage/man2/wait.2.html - [similar]
Man page of WAIT4 2417
WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3, ... s/resource.h > #include < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusage * rusage ) ... ; pid_t wait4(pid_t pid , int * wstatus , int options , struct rusage * rusage ) ...
https://man.plustar.jp/manpage/man2/wait3.2.html - [similar]
Man page of WAIT4 2417
WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3, ... s/resource.h > #include < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusage * rusage ) ... ; pid_t wait4(pid_t pid , int * wstatus , int options , struct rusage * rusage ) ...
https://man.plustar.jp/manpage/man2/wait4.2.html - [similar]
Man page of WAIT 2417
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... < sys/types.h > #include < sys/wait.h > pid_t wait(int * wstatus ); pid_t waitpid(pid_t pid , int * wstat ... us , int options ); int waitid(idtype_t idtype , id_t id , ... siginfo_t * infop , int options ); /* これは glibc と POSIX のインターフェ ... でなければ、 wait () や waitpid () は status で指す int に状態情報を格納する。 この整数は以下のマクロを使っ ...
https://man.plustar.jp/manpage/man2/waitid.2.html - [similar]
PREV 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 NEXT

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