manページ検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 440 for type (0.043 sec.)
Man page of OPEN_BY_HANDLE_AT 4257
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... /* feature_test_macros (7) 参照 */ #include < sys/types.h > #include < sys/stat.h > #include < fcntl.h > ... bytes; /* Size of f_handle [in, out] */ int handle_type; /* Handle type [out] */ unsigned char f_handle[0] ... の内容を意識せずに扱うべきである。 フィールド handle_type と f_handle は後で open_by_handle_at () を呼び出す ... _to_handle_at.c #define _GNU_SOURCE #include < sys/types.h > #include < sys/stat.h > #include < fcntl.h > ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of SIGPROCMASK 4257
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... ナルの確認と変更 書式 #include < signal.h > /* Prototype for the glibc wrapper function */ int sigprocmask( ... onst sigset_t * set , sigset_t * oldset ); /* Prototype for the underlying system call */ int rt_sigprocma ... l_sigset_t * oldset , size_t sigsetsize ); /* Prototype for the legacy system call (deprecated) */ int sig ... unctions for modifying and inspecting variables of type sigset_t ("signal sets") is described in sigsetops ...
https://man.plustar.jp/manpage/man2/rt_sigprocmask.2.html - [similar]
Man page of SIGPROCMASK 4257
SIGPROCMASK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 s ... ナルの確認と変更 書式 #include < signal.h > /* Prototype for the glibc wrapper function */ int sigprocmask( ... onst sigset_t * set , sigset_t * oldset ); /* Prototype for the underlying system call */ int rt_sigprocma ... l_sigset_t * oldset , size_t sigsetsize ); /* Prototype for the legacy system call (deprecated) */ int sig ... unctions for modifying and inspecting variables of type sigset_t ("signal sets") is described in sigsetops ...
https://man.plustar.jp/manpage/man2/sigprocmask.2.html - [similar]
Man page of UNIX 4257
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... include < sys/un.h > unix_socket = socket(AF_UNIX, type, 0); error = socketpair(AF_UNIX, type, 0, int * sv ... tract namespace) もサポートしている。 Valid socket types in the UNIX domain are: SOCK_STREAM , for a strea ... abel of the peer socket in an ancillary message of type SCM_SECURITY (see below). The value given as an ar ... sg_level フィールドに SOL_SOCKET をセットし、 cmsg_type フィールドにタイプをセットする。 詳細は cmsg (3) を ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of LLSEEK 4207
LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee ... 読み書きオフセットの位置を変える 書式 #include < sys/types.h > #include < unistd.h > int _llseek(unsigned in ... le offset is returned in the argument result . The type loff_t is a 64-bit signed type. This system call e ...
https://man.plustar.jp/manpage/man2/_llseek.2.html - [similar]
Man page of LLSEEK 4207
LLSEEK Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 _llsee ... 読み書きオフセットの位置を変える 書式 #include < sys/types.h > #include < unistd.h > int _llseek(unsigned in ... le offset is returned in the argument result . The type loff_t is a 64-bit signed type. This system call e ...
https://man.plustar.jp/manpage/man2/llseek.2.html - [similar]
Man page of SOCKET 4157
SOCKET Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 socket ... ための端点 (endpoint) を作成する 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket.h > ... int socket(int domain , int type , int protocol ); 説明 socket () creates an endpoi ... , can be found in address_families (7). ソケットは type で指定される型を持ち、それは通信方式 (semantics) を ... 実装されているわけではない。 Linux 2.6.27 以降では、 type 引数は二つ目の目的にも使用される。 ソケットの型を指 ...
https://man.plustar.jp/manpage/man2/socket.2.html - [similar]
Man page of SUDOERS 4157
SUDOERS Section: File Formats Manual (5) Updated: January 20, 2016 Index JM Home Page 名前 sudoe ... _)* 個々のエイリアスの定義は、次の形をとる。 Alias_Type NAME = item1, item2, ... 上記において Alias_Type... いで、一行に複数書くこともできる。 たとえば、 Alias_Type NAME = item1, item2, item3 : NAME = item4, item5 既 ... を定義して、代わりにそれを参照すればよい。 Default_Type ::= 'Defaults' | 'Defaults' '@' Host_List | 'Defau ... Defaults' '>' Runas_List Default_Entry ::= Default_Type Parameter_List Parameter_List ::= Parameter | Para ...
https://man.plustar.jp/manpage/man5/sudoers.5.html - [similar]
Man page of FDISK 4157
FDISK Section: System Administration (8) Updated: February 2016 Index JM Home Page 名前 fdisk - ... tsz の方は 1 セクタ 512 バイトのセクタ数。) -t , --type type 指定したタイプ ( type ) のディスクラベルに対し ... を持つ最近のハードウェアでは、なおさらのことだ。 DOS-type (MBR) DOS 形式のパーティションテーブルは、記述でき ... はデフォルトでは、シリンダ境界に留意しない。 BSD/Sun-type BSD/Sun 形式のディスクラベルは、8 個のパーティショ ... 通常 DOS パーティションの中にネストされる。 IRIX/SGI-type IRIX/SGI 形式のディスクラベルは、16 個のパーティシ ...
https://man.plustar.jp/manpage/man8/fdisk.8.html - [similar]
Man page of SYSFS 4108
SYSFS Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 sysfs - ... ーネル (kernel) に存在しているファイルシステムの型 (type) 情報を返す。 それぞれの sysfs () コールの形式と返 ... string) fsname をファイルシステムの型インデックス (type index) に翻訳する。 2 ファイルシステムの型インデッ ...
https://man.plustar.jp/manpage/man2/sysfs.2.html - [similar]
PREV 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 NEXT

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