Results of 1 - 10 of about 256 for function (0.015 sec.)
- Man page of RANDOM_R 9265
- RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand
...
ッドプログラムでの使用に適している。 The random_r () function is like random (3), except that instead of using s ...
returned in the argument result . The srandom_r () function is like srandom (3), except that it initializes th ...
with the global state variable. The initstate_r () function is like initstate (3) except that it initializes t ...
ing the global state variable. Before calling this function, the buf.state field must be initialized to NULL. ...
-
https://man.plustar.jp/manpage/man3/initstate_r.3.html
- [similar]
- Man page of RANDOM_R 9265
- RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand
...
ッドプログラムでの使用に適している。 The random_r () function is like random (3), except that instead of using s ...
returned in the argument result . The srandom_r () function is like srandom (3), except that it initializes th ...
with the global state variable. The initstate_r () function is like initstate (3) except that it initializes t ...
ing the global state variable. Before calling this function, the buf.state field must be initialized to NULL. ...
-
https://man.plustar.jp/manpage/man3/random_r.3.html
- [similar]
- Man page of RANDOM_R 9265
- RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand
...
ッドプログラムでの使用に適している。 The random_r () function is like random (3), except that instead of using s ...
returned in the argument result . The srandom_r () function is like srandom (3), except that it initializes th ...
with the global state variable. The initstate_r () function is like initstate (3) except that it initializes t ...
ing the global state variable. Before calling this function, the buf.state field must be initialized to NULL. ...
-
https://man.plustar.jp/manpage/man3/setstate_r.3.html
- [similar]
- Man page of RANDOM_R 9265
- RANDOM_R Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 rand
...
ッドプログラムでの使用に適している。 The random_r () function is like random (3), except that instead of using s ...
returned in the argument result . The srandom_r () function is like srandom (3), except that it initializes th ...
with the global state variable. The initstate_r () function is like initstate (3) except that it initializes t ...
ing the global state variable. Before calling this function, the buf.state field must be initialized to NULL. ...
-
https://man.plustar.jp/manpage/man3/srandom_r.3.html
- [similar]
- Man page of MATHERR 9037
- MATHERR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mathe
...
type; /* Exception type */ char *name; /* Name of function causing exception */ double arg1; /* 1st argument ...
to function */ double arg2; /* 2nd argument to function */ dou ...
ble retval; /* Function return value */ } type フィールドは以下の値のいずれ ...
|x| x の絶対値 X_TLOSS < math.h > で定義される定数 Function Type Result Msg? errno acos(|x|>1) DOMAIN HUGE y E ...
-
https://man.plustar.jp/manpage/man3/matherr.3.html
- [similar]
- Man page of ON_EXIT 8161
- ON_EXIT Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 on_ex
...
する 書式 #include < stdlib.h > int on_exit(void (* function )(int , void *), void * arg ); glibc 向けの機能検査 ...
SVID_SOURCE 説明 on_exit () 関数は、指定された関数 function を、プロセスが 正常に終了した際に呼ばれる関数として ...
n () 関数の中の return 命令による終了である。 関数 function には、直近の exit (3) の呼び出しで渡された status ...
りに標準の atexit (3) を使うこと。 注意 By the time function is executed, stack ( auto ) variables may already ...
-
https://man.plustar.jp/manpage/man3/on_exit.3.html
- [similar]
- Man page of FOPENCOOKIE 7494
- FOPENCOOKIE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 f
...
okie(void * cookie , const char * mode , cookie_io_functions_t io_funcs ); 説明 fopencookie () を使うと、 プロ ...
ように定義されている。 typedef struct { cookie_read_function_t *read; cookie_write_function_t *write; cookie_se ...
ek_function_t *seek; cookie_close_function_t *close; } cookie_ ...
io_functions_t; 4 つのフィールドの詳細は以下のとおりである。 c ...
-
https://man.plustar.jp/manpage/man3/fopencookie.3.html
- [similar]
- Man page of _EXIT 7384
- _EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit,
...
どに ついての議論は、 exit (3) を参照すること。 The function _exit () is like exit (3), but does not call any f ...
f the delay is undesired, it may be useful to call functions like tcflush (3) before calling _exit (). Whether ...
い In glibc up to version 2.3, the _exit () wrapper function invoked the kernel system call of the same name. S ...
ince glibc 2.3, the wrapper function invokes exit_group (2), in order to terminate all ...
-
https://man.plustar.jp/manpage/man2/_Exit.2.html
- [similar]
- Man page of _EXIT 7384
- _EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit,
...
どに ついての議論は、 exit (3) を参照すること。 The function _exit () is like exit (3), but does not call any f ...
f the delay is undesired, it may be useful to call functions like tcflush (3) before calling _exit (). Whether ...
い In glibc up to version 2.3, the _exit () wrapper function invoked the kernel system call of the same name. S ...
ince glibc 2.3, the wrapper function invokes exit_group (2), in order to terminate all ...
-
https://man.plustar.jp/manpage/man2/_exit.2.html
- [similar]
- Man page of _EXIT 7384
- _EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit,
...
どに ついての議論は、 exit (3) を参照すること。 The function _exit () is like exit (3), but does not call any f ...
f the delay is undesired, it may be useful to call functions like tcflush (3) before calling _exit (). Whether ...
い In glibc up to version 2.3, the _exit () wrapper function invoked the kernel system call of the same name. S ...
ince glibc 2.3, the wrapper function invokes exit_group (2), in order to terminate all ...
-
https://man.plustar.jp/manpage/man2/exit.2.html
- [similar]