manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 715 for IF (0.023 sec.)
Man page of IF_NAMEINDEX 9384
IF_NAMEINDEX Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ... if_nameindex, if_freenameindex - ネットワークインターフェースの名前 ... とインデックスを取得する 書式 #include < net/if.h > struct if_nameindex *if_nameindex( void ); voi ... d if_freenameindex(struct if_nameindex * ptr ); 説明 if ... _nameindex () 関数は if_nameindex 構造体の配列を返す。 各構造体にはローカル ...
https://man.plustar.jp/manpage/man3/if_freenameindex.3.html - [similar]
Man page of IF_NAMEINDEX 9384
IF_NAMEINDEX Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ... if_nameindex, if_freenameindex - ネットワークインターフェースの名前 ... とインデックスを取得する 書式 #include < net/if.h > struct if_nameindex *if_nameindex( void ); voi ... d if_freenameindex(struct if_nameindex * ptr ); 説明 if ... _nameindex () 関数は if_nameindex 構造体の配列を返す。 各構造体にはローカル ...
https://man.plustar.jp/manpage/man3/if_nameindex.3.html - [similar]
Man page of IF_NAMETOINDEX 8081
IF_NAMETOINDEX Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ... if_nametoindex, if_indextoname - ネットワークインター ... とインデックスのマッピングを行う 書式 #include < net/if.h > unsigned int if_nametoindex(const char * ifnam ... e ); char *if_indextoname(unsigned int ifindex, char * ifname ); ... 説明 if_nametoindex () 関数は、 名前が ifname のネットワー ...
https://man.plustar.jp/manpage/man3/if_indextoname.3.html - [similar]
Man page of IF_NAMETOINDEX 8081
IF_NAMETOINDEX Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 ... if_nametoindex, if_indextoname - ネットワークインター ... とインデックスのマッピングを行う 書式 #include < net/if.h > unsigned int if_nametoindex(const char * ifnam ... e ); char *if_indextoname(unsigned int ifindex, char * ifname ); ... 説明 if_nametoindex () 関数は、 名前が ifname のネットワー ...
https://man.plustar.jp/manpage/man3/if_nametoindex.3.html - [similar]
Man page of SELECT_TUT 7962
SELECT_TUT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 se ... gemptyset(&sigmask); sigaddset(&sigmask, SIGCHLD); if (sigprocmask(SIG_BLOCK, &sigmask, NULL) == -1) { p ... ler = child_sig_handler; sigemptyset(&sa.sa_mask); if (sigaction(SIGCHLD, &sa, NULL) == -1) { perror("si ... eadfds, &writefds, &exceptfds, NULL, &empty_mask); if (r == -1 && errno != EINTR) { /* Handle error */ } ... if (got_SIGCHLD) { got_SIGCHLD = 0; /* Handle signall ...
https://man.plustar.jp/manpage/man2/select_tut.2.html - [similar]
Man page of PTHREAD_GETATTR_NP 6812
PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... s = pthread_attr_getguardsize(attr, &guard_size); if (s != 0) handle_error_en(s, "pthread_attr_getguard ... ead_attr_getstack(attr, &stack_addr, &stack_size); if (s != 0) handle_error_en(s, "pthread_attr_getstack ... rintf("%sStack address = %p", prefix, stack_addr); if (stack_size > 0) printf(" (EOS = %p)", (char *) st ... ttr_t attr; s = pthread_getattr_np(thread, &attr); if (s != 0) handle_error_en(s, "pthread_getattr_np"); ...
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html - [similar]
Man page of FANOTIFY 6812
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... tify - ファイルシステムイベントを監視する 説明 The fan ... otify API provides notification and interception of fil ... rarchical storage management. In the original fanotify API, only a limited set of events was supported. ... for those events was added in Linux 5.1. (See inotify (7) for details of an API that did notify those e ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of MEMFD_CREATE 5501
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... page.rst for more information about hugetlbfs. Specifying both MFD_HUGETLB and MFD_ALLOW_SEALING in flag ... AL Both MFD_HUGETLB and MFD_ALLOW_SEALING were specified in flags . EMFILE オープンされているファイルディ ... seals on the file, in order to restrict further modifications on the file. (If placing the seal F_SEAL_W ... ; char *addr; char *name, *seals_arg; ssize_t len; if (argc < 3) { fprintf(stderr, "%s name size [seals] ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of INOTIFY 5347
INOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 inotif ... fy - ファイルシステムイベントを監視する 説明 inotify API はファイルシステムイベントを監視するための機構 ... を提供する。 inotify は個々のファイルやディレクトリを監視するのに使える ... 。 ディレクトリを監視する場合、inotify はディレクトリ自身と ディレクトリ内のファイルのイ ... の API では以下のシステムコールが使用される。 * inotify_init (2) は inotify インスタンスを作成し、inotify ...
https://man.plustar.jp/manpage/man7/inotify.7.html - [similar]
Man page of TSEARCH 5306
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... o a variable which points to the root of the tree. If the tree is empty, then the variable that rootp po ... ints to should be set to NULL. If the item is found in the tree, then tsearch () ret ... returns a pointer to a pointer to the data item.) If the item is not found, then tsearch () adds it, an ... e in the tree, or to the newly added node, or NULL if there was insufficient memory to add the item. tfi ...
https://man.plustar.jp/manpage/man3/tdelete.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT

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