manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 715 for IF (0.160 sec.)
JM Project (Japanese)::List(man1) 4113
Linux マニュアル 一覧表 アルファベット順 - i linuxマニュアルの i の一覧表です。 Linux マニュアル ... le man2 idle - ID 0 のプロセスをアイドル状態にする ifconfig man8 ifconfig - ネットワーク・インタフェース ... の設定 if_freenameindex man3 if_nameindex, if_freenameindex ... ワークインターフェースの名前とインデックスを取得する if_indextoname man3 if_nametoindex, if_indextoname - ... ンターフェースの名前とインデックスのマッピングを行う if_nameindex man3 if_nameindex, if_freenameindex - ネ ...
https://man.plustar.jp/manpage/man_i.html - [similar]
Man page of RESOLV.CONF 4078
RESOLV.CONF Section: Linux Programmer's Manual (5) Updated: 2020-08-13 Index JM Home Page 名前 r ... mation; see the trust-ad option below for details. If this file does not exist, only the name server on ... ken to be everything after the first '.'. Finally, if the hostname does not contain a '.', the root doma ... 問い合わせがタイムアウトになる点にも注意すること。 If there are multiple search directives, only the sea ... emote name server before retrying the query via a different name server. This may not be the total time ...
https://man.plustar.jp/manpage/man5/resolv.conf.5.html - [similar]
Man page of GETGROUPLIST 4037
GETGROUPLIST Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 ... int ngroups; struct passwd *pw; struct group *gr; if (argc != 3) { fprintf(stderr, "Usage: %s <user> <n ... gid_t *groups = malloc(sizeof(*groups) * ngroups); if (groups == NULL) { perror("malloc"); exit(EXIT_FAI ... irst group ID for user) */ pw = getpwnam(argv[1]); if (pw == NULL) { perror("getpwnam"); exit(EXIT_SUCCE ... SS); } /* Retrieve group list */ if (getgrouplist(argv[1], pw->pw_gid, groups, &ngroup ...
https://man.plustar.jp/manpage/man3/getgrouplist.3.html - [similar]
Man page of bc 4002
bc Section: User Commands (1) Updated: . Index JM Home Page 名称 bc - 任意精度の計算言語 書式 bc ... こでも使う事ができます。 (POSIX bcでは、関係演算は、if, while, for 文の中だけで、しかも 1 つの関係式しか使 ... す。複数の文を 1 つのグループにまとめて実行します。 if ( expression ) statement1 [ else statement2] if... ると bc プロセッサを終了させます(拡張機能)。 例えば "if (0 == 1) halt" の場合は bc は終了しません。 halt 文 ... 、quit 文は 入力された時点で実行されます。例えば、 "if (0 == 1) quit" という記述であっても、 bc は終了しま ...
https://man.plustar.jp/manpage/man1/bc.1.html - [similar]
Man page of PRINTF 4002
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... れる。 命令には、通常文字と変換指定 (conversion specifications) がある。 通常文字は % 以外の文字で、出力ス ... 換指定は文字 % で始まり、 変換指定子 (conversion specifier) で終わる。 % と変換指定子の間には、0 個以上の ... rly (after type promotion) with the conversion specifier. By default, the arguments are used in the orde ... width and Precision below) and each conversion specifier asks for the next argument (and it is an error ...
https://man.plustar.jp/manpage/man3/dprintf.3.html - [similar]
Man page of PRINTF 4002
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... れる。 命令には、通常文字と変換指定 (conversion specifications) がある。 通常文字は % 以外の文字で、出力ス ... 換指定は文字 % で始まり、 変換指定子 (conversion specifier) で終わる。 % と変換指定子の間には、0 個以上の ... rly (after type promotion) with the conversion specifier. By default, the arguments are used in the orde ... width and Precision below) and each conversion specifier asks for the next argument (and it is an error ...
https://man.plustar.jp/manpage/man3/fprintf.3.html - [similar]
Man page of PRINTF 4002
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... れる。 命令には、通常文字と変換指定 (conversion specifications) がある。 通常文字は % 以外の文字で、出力ス ... 換指定は文字 % で始まり、 変換指定子 (conversion specifier) で終わる。 % と変換指定子の間には、0 個以上の ... rly (after type promotion) with the conversion specifier. By default, the arguments are used in the orde ... width and Precision below) and each conversion specifier asks for the next argument (and it is an error ...
https://man.plustar.jp/manpage/man3/printf.3.html - [similar]
Man page of PRINTF 4002
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... れる。 命令には、通常文字と変換指定 (conversion specifications) がある。 通常文字は % 以外の文字で、出力ス ... 換指定は文字 % で始まり、 変換指定子 (conversion specifier) で終わる。 % と変換指定子の間には、0 個以上の ... rly (after type promotion) with the conversion specifier. By default, the arguments are used in the orde ... width and Precision below) and each conversion specifier asks for the next argument (and it is an error ...
https://man.plustar.jp/manpage/man3/snprintf.3.html - [similar]
Man page of PRINTF 4002
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... れる。 命令には、通常文字と変換指定 (conversion specifications) がある。 通常文字は % 以外の文字で、出力ス ... 換指定は文字 % で始まり、 変換指定子 (conversion specifier) で終わる。 % と変換指定子の間には、0 個以上の ... rly (after type promotion) with the conversion specifier. By default, the arguments are used in the orde ... width and Precision below) and each conversion specifier asks for the next argument (and it is an error ...
https://man.plustar.jp/manpage/man3/sprintf.3.html - [similar]
Man page of PRINTF 4002
PRINTF Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 printf ... れる。 命令には、通常文字と変換指定 (conversion specifications) がある。 通常文字は % 以外の文字で、出力ス ... 換指定は文字 % で始まり、 変換指定子 (conversion specifier) で終わる。 % と変換指定子の間には、0 個以上の ... rly (after type promotion) with the conversion specifier. By default, the arguments are used in the orde ... width and Precision below) and each conversion specifier asks for the next argument (and it is an error ...
https://man.plustar.jp/manpage/man3/vdprintf.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT

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