manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 253 for FLAGS (0.007 sec.)
Man page of FTW 7262
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... ypeflag , struct FTW * ftwbuf ), int nopenfd , int flags ); #include < ftw.h > int ftw(const char * dirpath ... ィレクトリである FTW_DP fpath がディレクトリで、かつ flags で FTW_DEPTH が指定されていた ( FTW_DEPTH が flags ... _SL fpath がシンボリックリンクで、かつ FTW_PHYS が flags に セットされていた。 FTW_SLN fpath is a symbolic ... せる場合以外は、 longjmp (3) を使用しないこと。 The flags argument of nftw () is formed by ORing zero or mor ...
https://man.plustar.jp/manpage/man3/nftw.3.html - [similar]
Man page of MSYNC 7083
MSYNC Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 msync - ... an.h > int msync(void * addr , size_t length , int flags ); 説明 msync () は mmap (2) を使ってメモリーにマッ ... gth のメモリー領域に対応する部分が更新される。 The flags argument should specify exactly one of MS_ASYNC an ... が返り、 errno が適切に設定される。 エラー EBUSY I flags に MS_INVALIDATE が指定されたが、指定されたアドレス ... る。 EINVAL addr が PAGESIZE の倍数でない。または、 flags に MS_ASYNC 、 MS_INVALIDATE 、 MS_SYNC 以外のビッ ...
https://man.plustar.jp/manpage/man2/msync.2.html - [similar]
Man page of RTNETLINK 6723
RTNETLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 rtn ... ifi_index; /* Interface index */ unsigned int ifi_flags; /* Device flags */ unsigned int ifi_change; /* ch ... ange mask */ }; ifi_flags はデバイスのフラグである。 netdevice (7) を参照。 ... n; /* Prefixlength of address */ unsigned char ifa_flags; /* Address flags */ unsigned char ifa_scope; /* A ... づけられているインターフェースの index である。 ifa_flags はフラグワードで、 二つめのアドレス (古い別名インタ ...
https://man.plustar.jp/manpage/man7/rtnetlink.7.html - [similar]
Man page of CLONE 6593
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... lone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , struct user_d ... テムコールのプロトタイプ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , ... メモリー空間の一番大きい アドレスを指すようにする。 flags の下位 1 バイトは子プロセスが死んだ場合に親プロセス ... スが終了した時に親プロセス にシグナルは送られない。 flags には、以下の定数のうち 0個以上をビット毎の論理和 ( ...
https://man.plustar.jp/manpage/man2/__clone2.2.html - [similar]
Man page of CLONE 6593
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... lone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , struct user_d ... テムコールのプロトタイプ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , ... メモリー空間の一番大きい アドレスを指すようにする。 flags の下位 1 バイトは子プロセスが死んだ場合に親プロセス ... スが終了した時に親プロセス にシグナルは送られない。 flags には、以下の定数のうち 0個以上をビット毎の論理和 ( ...
https://man.plustar.jp/manpage/man2/clone.2.html - [similar]
Man page of CLONE 6593
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... lone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , struct user_d ... テムコールのプロトタイプ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , ... メモリー空間の一番大きい アドレスを指すようにする。 flags の下位 1 バイトは子プロセスが死んだ場合に親プロセス ... スが終了した時に親プロセス にシグナルは送られない。 flags には、以下の定数のうち 0個以上をビット毎の論理和 ( ...
https://man.plustar.jp/manpage/man2/clone2.2.html - [similar]
Man page of CLONE 6593
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... lone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * ptid , struct user_d ... テムコールのプロトタイプ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , ... メモリー空間の一番大きい アドレスを指すようにする。 flags の下位 1 バイトは子プロセスが死んだ場合に親プロセス ... スが終了した時に親プロセス にシグナルは送られない。 flags には、以下の定数のうち 0個以上をビット毎の論理和 ( ...
https://man.plustar.jp/manpage/man2/clone3.2.html - [similar]
Man page of RENAME 6593
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... int newdirfd , const char * newpath , unsigned int flags ); glibc 向けの機能検査マクロの要件 ( feature_test ... t (2) を参照。 renameat2() renameat2 () には追加の flags 引数がある。 flags 引数が 0 の renameat2 () の呼び ... 出しは renameat () と等価である。 flags 引数は、以下のフラグの 0 個以上のビットマスクである ... 。 renameat2 () では以下のエラーも発生する。 EEXIST flags に RENAME_NOREPLACE が指定されているが、 newpath が ...
https://man.plustar.jp/manpage/man2/rename.2.html - [similar]
Man page of RENAME 6593
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... int newdirfd , const char * newpath , unsigned int flags ); glibc 向けの機能検査マクロの要件 ( feature_test ... t (2) を参照。 renameat2() renameat2 () には追加の flags 引数がある。 flags 引数が 0 の renameat2 () の呼び ... 出しは renameat () と等価である。 flags 引数は、以下のフラグの 0 個以上のビットマスクである ... 。 renameat2 () では以下のエラーも発生する。 EEXIST flags に RENAME_NOREPLACE が指定されているが、 newpath が ...
https://man.plustar.jp/manpage/man2/renameat.2.html - [similar]
Man page of RENAME 6593
RENAME Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 rename ... int newdirfd , const char * newpath , unsigned int flags ); glibc 向けの機能検査マクロの要件 ( feature_test ... t (2) を参照。 renameat2() renameat2 () には追加の flags 引数がある。 flags 引数が 0 の renameat2 () の呼び ... 出しは renameat () と等価である。 flags 引数は、以下のフラグの 0 個以上のビットマスクである ... 。 renameat2 () では以下のエラーも発生する。 EEXIST flags に RENAME_NOREPLACE が指定されているが、 newpath が ...
https://man.plustar.jp/manpage/man2/renameat2.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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