manページ検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 253 for flags (0.067 sec.)
Man page of GETIFADDRS 4905
GETIFADDRS Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ge ... ifa_name; /* Name of interface */ unsigned int ifa_flags; /* Flags from SIOCGIFFLAGS */ struct sockaddr *if ... ame はヌル終端されたインターフェース名を指す。 ifa_flags フィールドには、 SIOCGIFFLAGS ioctl (2) 操作で返さ ... このフィールドはヌルポインターとなる場合がある。 ifa_flags にビット IFF_BROADCAST か IFF_POINTOPOINT のどちら ...
https://man.plustar.jp/manpage/man3/getifaddrs.3.html - [similar]
Man page of ACCEPT 4785
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept ... struct sockaddr * addr , socklen_t * addrlen , int flags ); 説明 accept () システムコールは、接続指向のソケ ... ty occurs on a socket; see socket (7) for details. flags が 0 の場合、 accept4 () は accept () と同じである ...flags に以下の値をビット毎の論理和 (OR) で指定することで ... referred 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/accept.2.html - [similar]
Man page of ACCEPT 4785
ACCEPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 accept ... struct sockaddr * addr , socklen_t * addrlen , int flags ); 説明 accept () システムコールは、接続指向のソケ ... ty occurs on a socket; see socket (7) for details. flags が 0 の場合、 accept4 () は accept () と同じである ...flags に以下の値をビット毎の論理和 (OR) で指定することで ... referred 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/accept4.2.html - [similar]
Man page of RESIZE2FS 4785
RESIZE2FS Section: Maintenance Commands (8) Updated: May 2006 Index JM Home Page 名前 resize2fs ... システムのサイズを変更する 書式 resize2fs [ -d debug-flags ] [ -S RAID-stride ] [ -f ] [ -F ] [ -p ] device [ ... ムのサイズより小さくしないこと! オプション -d debug-flags resize2fs のいろいろなデバッグ属性がプログラムに組 ... み込まれている場合、 それらの属性を設定する。 debug-flags は以下のリストのうち希望する属性値を足して計算する ...
https://man.plustar.jp/manpage/man8/resize2fs.8.html - [similar]
Man page of UTIMENSAT 4725
UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti ... * pathname , const struct timespec times [2], int flags ); int futimens(int fd , const struct timespec tim ... 。 pathname が絶対パスの場合、 dirfd は無視される。 flags フィールドはビットマスクで、 0 か < fcntl.h > で定 ... で pathname が NULL か無効なアドレスである。 EINVAL flags に無効な値が指定された。 EINVAL tv_nsec フィールド ... pathname が NULL で、 dirfd が AT_FDCWD ではなく、 flags に AT_SYMLINK_NOFOLLOW が指定されている。 ELOOP ( ...
https://man.plustar.jp/manpage/man2/utimensat.2.html - [similar]
Man page of UTIMENSAT 4725
UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti ... * pathname , const struct timespec times [2], int flags ); int futimens(int fd , const struct timespec tim ... 。 pathname が絶対パスの場合、 dirfd は無視される。 flags フィールドはビットマスクで、 0 か < fcntl.h > で定 ... で pathname が NULL か無効なアドレスである。 EINVAL flags に無効な値が指定された。 EINVAL tv_nsec フィールド ... pathname が NULL で、 dirfd が AT_FDCWD ではなく、 flags に AT_SYMLINK_NOFOLLOW が指定されている。 ELOOP ( ...
https://man.plustar.jp/manpage/man3/futimens.3.html - [similar]
Man page of MPOOL 4725
MPOOL Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 mpool - ... *mpool_get(MPOOL * mp , pgno_t pgno , unsigned int flags ); int mpool_put(MPOOL * mp , void * pgaddr , unsi ... gned int flags ); int mpool_sync(MPOOL * mp ); int mpool_close(MP ... していないと NULL が返され、 errno がセットされる。 flags 引数は現在使用されていない。 関数 mpool_put () は ...
https://man.plustar.jp/manpage/man3/mpool.3.html - [similar]
Man page of DUP 4665
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... < unistd.h > int dup3(int oldfd , int newfd , int flags ); 説明 dup () システムコールは、 ファイルディスク ... グを強制的に設定することができる。 これを行うには、 flags に O_CLOEXEC を指定する。 このフラグが役に立つ理由 ... り割り込まれた。 signal (7) 参照。 EINVAL ( dup3 ()) flags に無効な値が入っている。 EINVAL ( dup3 ()) oldfd が ...
https://man.plustar.jp/manpage/man2/dup.2.html - [similar]
Man page of DUP 4665
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... < unistd.h > int dup3(int oldfd , int newfd , int flags ); 説明 dup () システムコールは、 ファイルディスク ... グを強制的に設定することができる。 これを行うには、 flags に O_CLOEXEC を指定する。 このフラグが役に立つ理由 ... り割り込まれた。 signal (7) 参照。 EINVAL ( dup3 ()) flags に無効な値が入っている。 EINVAL ( dup3 ()) oldfd が ...
https://man.plustar.jp/manpage/man2/dup2.2.html - [similar]
Man page of DUP 4665
DUP Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 dup, dup2 ... < unistd.h > int dup3(int oldfd , int newfd , int flags ); 説明 dup () システムコールは、 ファイルディスク ... グを強制的に設定することができる。 これを行うには、 flags に O_CLOEXEC を指定する。 このフラグが役に立つ理由 ... り割り込まれた。 signal (7) 参照。 EINVAL ( dup3 ()) flags に無効な値が入っている。 EINVAL ( dup3 ()) oldfd が ...
https://man.plustar.jp/manpage/man2/dup3.2.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 NEXT

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