manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 122 for VAL (0.048 sec.)
Man page of MATHERR 7827
MATHERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mathe ... ble arg2; /* 2nd argument to function */ double retval; /* Function return value */ } type フィールドは以 ... 一つしか取らない関数の場合は arg2 は不定となる)。 retval フィールドはその数学関数が呼び出し元に返そうとして ... type に 設定される値を示す。 "Result" 列は exc->retval に 設定されるデフォルトの返り値を示す。 "Msg?" 列と ... NAN y EDOM atanh(|x|==1) SING (x>0.0)? y EDOM HUGE_VAL : -HUGE_VAL cosh(fin) o/f OVERFLOW HUGE n ERANGE s ...
https://man.plustar.jp/manpage/man3/matherr.3.html - [similar]
Man page of GETOPT 7827
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... as an error by testing whether the function return value is '?'. (By default, opterr has a nonzero value. ... on { const char *name; int has_arg; int *flag; int val; }; それぞれのフィールドの意味は以下の通り。 name ... し方を指定する。 flag が NULL なら getopt_long () は val を返す (例えば呼び出し元のプログラムは、 val に等価 ... ときオプションが見つかると flag がポイントする変数に val が代入される。見つからないとこの変数は変更されない ...
https://man.plustar.jp/manpage/man3/optarg.3.html - [similar]
Man page of GETOPT 7827
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... as an error by testing whether the function return value is '?'. (By default, opterr has a nonzero value. ... on { const char *name; int has_arg; int *flag; int val; }; それぞれのフィールドの意味は以下の通り。 name ... し方を指定する。 flag が NULL なら getopt_long () は val を返す (例えば呼び出し元のプログラムは、 val に等価 ... ときオプションが見つかると flag がポイントする変数に val が代入される。見つからないとこの変数は変更されない ...
https://man.plustar.jp/manpage/man3/opterr.3.html - [similar]
Man page of GETOPT 7827
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... as an error by testing whether the function return value is '?'. (By default, opterr has a nonzero value. ... on { const char *name; int has_arg; int *flag; int val; }; それぞれのフィールドの意味は以下の通り。 name ... し方を指定する。 flag が NULL なら getopt_long () は val を返す (例えば呼び出し元のプログラムは、 val に等価 ... ときオプションが見つかると flag がポイントする変数に val が代入される。見つからないとこの変数は変更されない ...
https://man.plustar.jp/manpage/man3/optind.3.html - [similar]
Man page of GETOPT 7827
GETOPT Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 getopt ... as an error by testing whether the function return value is '?'. (By default, opterr has a nonzero value. ... on { const char *name; int has_arg; int *flag; int val; }; それぞれのフィールドの意味は以下の通り。 name ... し方を指定する。 flag が NULL なら getopt_long () は val を返す (例えば呼び出し元のプログラムは、 val に等価 ... ときオプションが見つかると flag がポイントする変数に val が代入される。見つからないとこの変数は変更されない ...
https://man.plustar.jp/manpage/man3/optopt.3.html - [similar]
Man page of PERFMONCTL 7703
PERFMONCTL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pe ... arg , 1); PFM_DEBUG perfmonctl(int fd , PFM_DEBUG, val , 0); val が 0 以外の場合、デバッグモードを有効にす ... る。 そうでない場合、 無効にする。 PFM_GET_PMC_RESET_VAL perfmonctl(int fd , PFM_GET_PMC_RESET_VAL, pfarg_r ...
https://man.plustar.jp/manpage/man2/perfmonctl.2.html - [similar]
Man page of MAKEINFO 7332
MAKEINFO Section: User Commands (1) Updated: February 2003 Index JM Home Page 名前 makeinfo - Te ... lp このヘルプメッセージを表示して終了します。 --no-validate ノードの相互参照の検証処理を省きます。 --no-w ... h they are defined (default). --paragraph-indent = VAL Info の段落を VAL 文字だけスペースで字下げします ( ... デフォルトは 3 です)。 VAL が `none' であるとき、字下げは行いません。 VAL...
https://man.plustar.jp/manpage/man1/makeinfo.1.html - [similar]
Man page of MAKEINFO 7332
MAKEINFO Section: User Commands (1) Updated: February 2003 Index JM Home Page 名前 makeinfo - Te ... lp このヘルプメッセージを表示して終了します。 --no-validate ノードの相互参照の検証処理を省きます。 --no-w ... h they are defined (default). --paragraph-indent = VAL Info の段落を VAL 文字だけスペースで字下げします ( ... デフォルトは 3 です)。 VAL が `none' であるとき、字下げは行いません。 VAL...
https://man.plustar.jp/manpage/man1/texi2any.1.html - [similar]
Man page of TSEARCH 6949
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... %6d\n", *datap); break; } } int main(void) { int **val; srand(time(NULL)); for (int i = 0; i < 12; i++) { ... ptr = xmalloc(sizeof(*ptr)); *ptr = rand() & 0xff; val = tsearch(ptr, &root, compare); if (val == NULL) e ... xit(EXIT_FAILURE); else if (*val != ptr) free(ptr); } twalk(root, action); tdestroy ...
https://man.plustar.jp/manpage/man3/tdelete.3.html - [similar]
Man page of TSEARCH 6949
TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear ... %6d\n", *datap); break; } } int main(void) { int **val; srand(time(NULL)); for (int i = 0; i < 12; i++) { ... ptr = xmalloc(sizeof(*ptr)); *ptr = rand() & 0xff; val = tsearch(ptr, &root, compare); if (val == NULL) e ... xit(EXIT_FAILURE); else if (*val != ptr) free(ptr); } twalk(root, action); tdestroy ...
https://man.plustar.jp/manpage/man3/tdestroy.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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