manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 154 for flag (0.011 sec.)
Man page of FANOTIFY_MARK 6660
FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... > int fanotify_mark(int fanotify_fd , unsigned int flags , uint64_t mask , int dirfd , const char * pathna ... nit (2) で返されたファイルディスクリプターである。 flags は実行する操作内容を示すビットマスクである。 以下 ... directories and files from the fanotify group. If flags contains FAN_MARK_MOUNT , all marks for mounts ar ... e removed from the group. If flags contains FAN_MARK_FILESYSTEM , all marks for file ...
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html - [similar]
Man page of SIGACTION 6324
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... nt, siginfo_t *, void *); sigset_t sa_mask; int sa_flags; void (*sa_restorer)(void); }; アーキテクチャーに ... ts only argument. If SA_SIGINFO is specified in sa_flags , then sa_sigaction (instead of sa_handler ) spec ... っかけとなる シグナルにも sa_mask が適用される。 sa_flags はシグナルハンドラーの動作を変更するためのフラグの ... 集合を指定する。 sa_flags には、以下に示すフラグの (0 個以上の) 論理和をとっ ...
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html - [similar]
Man page of SIGACTION 6324
SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig ... nt, siginfo_t *, void *); sigset_t sa_mask; int sa_flags; void (*sa_restorer)(void); }; アーキテクチャーに ... ts only argument. If SA_SIGINFO is specified in sa_flags , then sa_sigaction (instead of sa_handler ) spec ... っかけとなる シグナルにも sa_mask が適用される。 sa_flags はシグナルハンドラーの動作を変更するためのフラグの ... 集合を指定する。 sa_flags には、以下に示すフラグの (0 個以上の) 論理和をとっ ...
https://man.plustar.jp/manpage/man2/sigaction.2.html - [similar]
Man page of PATH_RESOLUTION 6324
PATH_RESOLUTION Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名 ... tory by using openat2 (2) with the RESOLVE_IN_ROOT flag set. A process may get an entirely private mount n ... the clone (2) system call that had the CLONE_NEWNS flag set. This handles the '/' part of the pathname. If ... by using openat2 (2), with the RESOLVE_NO_SYMLINKS flag set. ステップ 3: 最後のエントリーを見つける パス名 ... ked by using openat2 (2), with the RESOLVE_NO_XDEV flag set (though note that this also restricts bind mou ...
https://man.plustar.jp/manpage/man7/path_resolution.7.html - [similar]
Man page of DLOPEN 6219
DLOPEN Section: Linux Programmer's Manual (3) Updated: 16 May 1995 Index JM Home Page 名前 dlclo ... lfcn.h > void *dlopen (const char * filename , int flag ); const char *dlerror(void); void *dlsym(void *ha ... クにロードされるライブラリへの参照解決に用いられる。 flag は以下のいずれかでなければならない: RTLD_LAZY はダ ... open が失敗となることを示す。さらに RTLD_GLOBAL を flag に OR 演算させることもできる。この場合には、ライブ ...
https://man.plustar.jp/manpage/man3/dlerror.3.html - [similar]
Man page of DLOPEN 6219
DLOPEN Section: Linux Programmer's Manual (3) Updated: 16 May 1995 Index JM Home Page 名前 dlclo ... lfcn.h > void *dlopen (const char * filename , int flag ); const char *dlerror(void); void *dlsym(void *ha ... クにロードされるライブラリへの参照解決に用いられる。 flag は以下のいずれかでなければならない: RTLD_LAZY はダ ... open が失敗となることを示す。さらに RTLD_GLOBAL を flag に OR 演算させることもできる。この場合には、ライブ ...
https://man.plustar.jp/manpage/man3/dlsym.3.html - [similar]
Man page of ACCT 6219
ACCT Section: Linux Programmer's Manual (5) Updated: 2017-09-15 Index JM Home Page 名前 acct - プ ... 16 typedef u_int16_t comp_t; struct acct { char ac_flag; /* Accounting flags */ u_int16_t ac_uid; /* Accou ... g bytes */ }; enum { /* Bits that may be set in ac_flag field */ AFORK = 0x01, /* Has executed fork, but n ... 下のように定義されている。 struct acct_v3 { char ac_flag; /* Flags */ char ac_version; /* Always set to ACC ...
https://man.plustar.jp/manpage/man5/acct.5.html - [similar]
Man page of UNIX 6219
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... the result of getsockopt (2) is an integer boolean flag. SO_PASSSEC Enables receiving of the SELinux secur ... the result of getsockopt (2) is an integer boolean flag. The SO_PASSSEC option is supported for UNIX domai ... トされていない。 Linux 3.4 より前では、 recv (2) の flags 引数での MSG_TRUNC の使用は UNIX ドメインソケット ... discarded. In both of these cases, the MSG_CTRUNC flag will be set in the msg.msg_flags value returned by ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of INOTIFY_INIT 6103
INOTIFY_INIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... .h > int inotify_init(void); int inotify_init1(int flags ); 説明 inotify API の概要については inotify (7) ... ァイルディスクリプターを返す。 inotify_init1 () は、 flags が 0 の場合、 inotify_init () と同じである。 flag ... できる。 IN_NONBLOCK Set the O_NONBLOCK file status flag on the open file description (see open (2)) referr ... ed to by the new file descriptor. Using this flag saves extra calls to fcntl (2) to achieve the same ...
https://man.plustar.jp/manpage/man2/inotify_init.2.html - [similar]
Man page of INOTIFY_INIT 6103
INOTIFY_INIT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ... .h > int inotify_init(void); int inotify_init1(int flags ); 説明 inotify API の概要については inotify (7) ... ァイルディスクリプターを返す。 inotify_init1 () は、 flags が 0 の場合、 inotify_init () と同じである。 flag ... できる。 IN_NONBLOCK Set the O_NONBLOCK file status flag on the open file description (see open (2)) referr ... ed to by the new file descriptor. Using this flag saves extra calls to fcntl (2) to achieve the same ...
https://man.plustar.jp/manpage/man2/inotify_init1.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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