manページ検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1959 for include (0.028 sec.)
Man page of TSEARCH 3303
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... roy - 二分探索木 (binary search tree) の操作 書式 #include < search.h > typedef enum { preorder, postorder, e ... ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < search.h > void twalk_r(const void * root , void ... GNU_SOURCE /* Expose declaration of tdestroy() */ #include < search.h > #include < stddef.h > #include < stdl ... ib.h > #include < stdio.h > #include < time.h > static void *root ...
https://man.plustar.jp/manpage/man3/twalk_r.3.html - [similar]
Man page of SCANDIR 3303
SCANDIR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 scand ... hasort, versionsort - ディレクトリを走査する 書式 #include < dirent.h > int scandir(const char * dirp , struc ... struct dirent ** a , const struct dirent ** b ); #include < fcntl.h > /* AT_* 定数の定義 */ #include < diren ... 示する。 プログラムのソース #define _DEFAULT_SOURCE #include < dirent.h > #include < stdio.h > #include < stdli ...
https://man.plustar.jp/manpage/man3/versionsort.3.html - [similar]
Man page of STRVERSCMP 3260
STRVERSCMP Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 st ... ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < string.h > int strverscmp(const char * s1 , cons ... n1 < jan10 プログラムのソース #define _GNU_SOURCE #include < string.h > #include < stdio.h > #include < stdli ... verscmp , 数字 , STRVERSCMP , 関数 , 両方 , 比較 , include , 境界 , バイト , res Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man3/strverscmp.3.html - [similar]
Man page of ATEXIT 3212
ATEXIT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 atexit ... スが正常終了した時に呼び出される関数を登録する 書式 #include < stdlib.h > int atexit(void (* function )(void)); ... t () (と on_exit (3)) を使用することができる。 例 #include < stdio.h > #include < stdlib.h > #include < unist ... 登録 , atexit , ATEXIT , プロセス , 終了 , 注意 , include , function , 実行 Linux マニュアル 一覧 [ man1 ] [ ...
https://man.plustar.jp/manpage/man3/atexit.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 3212
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... ine _GNU_SOURCE /* See feature_test_macros (7) */ #include < pthread.h > int pthread_setaffinity_np(pthread_t ... finity マスクを確認している。 #define _GNU_SOURCE #include < pthread.h > #include < stdio.h > #include < stdl ... ib.h > #include < errno.h > #define handle_error_en(en, msg) \ do ... ; thread = pthread_self(); /* Set affinity mask to include CPUs 0 to 7 */ CPU_ZERO(&cpuset); for (int j = 0; ...
https://man.plustar.jp/manpage/man3/pthread_getaffinity_np.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 3212
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... ine _GNU_SOURCE /* See feature_test_macros (7) */ #include < pthread.h > int pthread_setaffinity_np(pthread_t ... finity マスクを確認している。 #define _GNU_SOURCE #include < pthread.h > #include < stdio.h > #include < stdl ... ib.h > #include < errno.h > #define handle_error_en(en, msg) \ do ... ; thread = pthread_self(); /* Set affinity mask to include CPUs 0 to 7 */ CPU_ZERO(&cpuset); for (int j = 0; ...
https://man.plustar.jp/manpage/man3/pthread_setaffinity_np.3.html - [similar]
Man page of RECVMMSG 3170
RECVMMSG Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv ... ne _GNU_SOURCE /* feature_test_macros (7) 参照 */ #include < sys/socket.h > int recvmmsg(int sockfd , struct ... 14 5 28421 プログラムのソース #define _GNU_SOURCE #include < netinet/ip.h > #include < stdio.h > #include < s ... tdlib.h > #include < string.h > #include < sys/socket.h > int main(vo ...
https://man.plustar.jp/manpage/man2/recvmmsg.2.html - [similar]
Man page of ATALK_ATON 3170
ATALK_ATON Section: C Library Functions (3) Updated: 12 Jan 1994 Index JM Home Page 名前 atalk_a ... ton - AppleTalk アドレスを解析する 書式 #include < sys/types.h > #include < netatalk/at.h > atalk_a ... , ATON , アドレス , atalk , aton , Index , 名前 , include , 表現 , This Linux マニュアル 一覧 [ man1 ] [ man ...
https://man.plustar.jp/manpage/man3/atalk_aton.3.html - [similar]
Man page of FGETPWENT 3170
FGETPWENT Section: Linux Programmer's Manual (3) Updated: 2018-02-02 Index JM Home Page 名前 fge ... ent - パスワードファイルエントリーの取り出し 書式 #include < stdio.h > #include < sys/types.h > #include < pw ... NT , 参照 , エラー , pages , エントリー , stream , include Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/fgetpwent.3.html - [similar]
Man page of GETGROUPLIST 3170
GETGROUPLIST Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... ユーザーが所属するグループのリストを取得する 書式 #include < grp.h > int getgrouplist(const char * user , gid ... ialout) 33 (video) 100 (users) プログラムのソース #include < stdio.h > #include < stdlib.h > #include < grp.h ... > #include < pwd.h > int main(int argc, char *argv[]) { int n ...
https://man.plustar.jp/manpage/man3/getgrouplist.3.html - [similar]
PREV 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 NEXT

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