manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 115 for add (0.066 sec.)
Man page of GETADDRINFO_A 5863
GETADDRINFO_A Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... getaddrinfo_a, gai_suspend, gai_error, gai_cancel - 非同期 ... est_macros (7) 参照 */ #include < netdb.h > int getaddrinfo_a(int mode , struct gaicb * list[] , int nite ... struct gaicb * req ); -lanl でリンクする。 説明 getaddrinfo_a () 関数は getaddrinfo (3) と同じ処理を実行す ... har *ar_name; const char *ar_service; const struct addrinfo *ar_request; struct addrinfo *ar_result; }; こ ...
https://man.plustar.jp/manpage/man3/getaddrinfo_a.3.html - [similar]
Man page of CAPGET 5813
CAPGET Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 capget ... x19980330 #define _LINUX_CAPABILITY_U32S_1 1 /* V2 added in Linux 2.6.25; deprecated */ #define _LINUX_CA ... x20071026 #define _LINUX_CAPABILITY_U32S_2 2 /* V3 added in Linux 2.6.26 */ #define _LINUX_CAPABILITY_VER ... version _LINUX_CAPABILITY_VERSION_1 . Linux 2.6.25 added 64-bit capability sets, with version _LINUX_CAPA ... here was, however, an API glitch, and Linux 2.6.26 added _LINUX_CAPABILITY_VERSION_3 to fix the problem. ...
https://man.plustar.jp/manpage/man2/capget.2.html - [similar]
Man page of CAPGET 5813
CAPGET Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 capget ... x19980330 #define _LINUX_CAPABILITY_U32S_1 1 /* V2 added in Linux 2.6.25; deprecated */ #define _LINUX_CA ... x20071026 #define _LINUX_CAPABILITY_U32S_2 2 /* V3 added in Linux 2.6.26 */ #define _LINUX_CAPABILITY_VER ... version _LINUX_CAPABILITY_VERSION_1 . Linux 2.6.25 added 64-bit capability sets, with version _LINUX_CAPA ... here was, however, an API glitch, and Linux 2.6.26 added _LINUX_CAPABILITY_VERSION_3 to fix the problem. ...
https://man.plustar.jp/manpage/man2/capset.2.html - [similar]
Man page of MEMFD_CREATE 5813
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... イルに対して sealing 操作を許可する。 fcntl (2) の F_ADD_SEALS と F_GET_SEALS 操作の議論を参照。 下記の「注 ... 配置する。 3. The first process uses the fcntl (2) F_ADD_SEALS operation to place one or more seals on the ... char *argv[]) { int fd; unsigned int seals; char *addr; char *name, *seals_arg; ssize_t len; if (argc < ... S') != NULL) seals |= F_SEAL_SEAL; if (fcntl(fd, F_ADD_SEALS, seals) == -1) errExit("fcntl"); } /* Keep r ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of MCOOKIE 5763
MCOOKIE Section: Linux Programmer's Manual (1) Updated: 25 September 1995 Index JM Home Page 名前 ... を生成する。 典型的な使い方は以下の通りである: xauth add :0 . `mcookie` ここで生成される「乱数」は、実際には ...
https://man.plustar.jp/manpage/man1/mcookie.1.html - [similar]
Man page of EPOLL 5763
EPOLL Section: Linux Programmer's Manual (7) Updated: 2019-03-06 Index JM Home Page 名前 epoll - ... iptors is then registered via epoll_ctl (2), which adds items to the interest list of the epoll instance. ... fd = listen_sock; if (epoll_ctl(epollfd, EPOLL_CTL_ADD, listen_sock, &ev) == -1) { perror("epoll_ctl: lis ... ock) { conn_sock = accept(listen_sock, (struct sockaddr *) &addr, &addrlen); if (conn_sock == -1) { perro ... a.fd = conn_sock; if (epoll_ctl(epollfd, EPOLL_CTL_ADD, conn_sock, &ev) == -1) { perror("epoll_ctl: conn_ ...
https://man.plustar.jp/manpage/man7/epoll.7.html - [similar]
JM Project (Japanese)::List(man1) 5763
Linux マニュアル 一覧表 man2 linuxマニュアルの man2 一覧表です。 Linux マニュアル 一覧表 [ man1 ... acct - プロセスアカウントのオンとオフを切り換える add_key add_key - カーネルの鍵管理機能に鍵を追加する a ... outl_p, inb_p, inw_p, inl_p - ポート入出力 inotify_add_watch inotify_add_watch - 初期化済み inotify インス ... d - 前もってファイルをページキャッシュに読み込む readdir readdir - ディレクトリエントリーを読み込む readl ... ea - スレッド局所記憶 (TLS) 領域を設定する set_tid_address set_tid_address - スレッド ID へのポインターを ...
https://man.plustar.jp/manpage/man_2.html - [similar]
Man page of objcopy 5713
objcopy Section: GNU Development Tools (1) Updated: October 1994 Index JM Home Page 名前 objcopy ... ] [ --debugging ] [ --gap-fill= val ] [ --pad-to= address ] [ --set-start= val ] [ --adjust-start= incr ... nings ] [ --set-section-flags= section=flags ] [ --add-section= sectionname=filename ] [ --change-leading ... ャップを val で埋める。この動作は セクションの load address (LMA) に適用される。これはセクションのサイズを ... その余分を val で埋めることでなされる。 --pad-to= address 出力ファイルをロードアドレス address まで水増し ...
https://man.plustar.jp/manpage/man1/objcopy.1.html - [similar]
Man page of INOTIFY_RM_WATCH 5713
INOTIFY_RM_WATCH Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名 ... システムコールは Linux 独自である。 関連項目 inotify_add_watch (2), inotify_init (2), inotify (7) この文書に ...
https://man.plustar.jp/manpage/man2/inotify_rm_watch.2.html - [similar]
Man page of REISERFSTUNE 5713
REISERFSTUNE Section: Maintenance Commands (8) Updated: February 2004 Index JM Home Page 名前 re ... set N ] [ -t | --max-transaction-size N ] [ -b | --add-badblocks file ] [ -B | --badblocks file ] [ -u | ... ある。 不正な値が指定された場合は調整される。 -b | --add-badblocks file file は、ファイルシステム上で不正と ...
https://man.plustar.jp/manpage/man8/reiserfstune.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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