Results of 1 - 10 of about 182 for returns (0.004 sec.)
- Man page of STRSIGNAL 9110
- STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str
...
9 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal number passed in th ...
in the current locale. The sigdescr_np () function returns a string describing the signal number passed in th ...
y the current locale. The sigabbrev_np () function returns the abbreviated name of the signal, sig . For exam ...
ple, given the value SIGINT , it returns the string "INT". The (deprecated) array sys_sigli ...
-
https://man.plustar.jp/manpage/man3/sigabbrev_np.3.html
- [similar]
- Man page of STRSIGNAL 9110
- STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str
...
9 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal number passed in th ...
in the current locale. The sigdescr_np () function returns a string describing the signal number passed in th ...
y the current locale. The sigabbrev_np () function returns the abbreviated name of the signal, sig . For exam ...
ple, given the value SIGINT , it returns the string "INT". The (deprecated) array sys_sigli ...
-
https://man.plustar.jp/manpage/man3/sigdescr_np.3.html
- [similar]
- Man page of STRSIGNAL 9110
- STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str
...
9 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal number passed in th ...
in the current locale. The sigdescr_np () function returns a string describing the signal number passed in th ...
y the current locale. The sigabbrev_np () function returns the abbreviated name of the signal, sig . For exam ...
ple, given the value SIGINT , it returns the string "INT". The (deprecated) array sys_sigli ...
-
https://man.plustar.jp/manpage/man3/strsignal.3.html
- [similar]
- Man page of STRSIGNAL 9110
- STRSIGNAL Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 str
...
9 以前: _BSD_SOURCE 説明 The strsignal () function returns a string describing the signal number passed in th ...
in the current locale. The sigdescr_np () function returns a string describing the signal number passed in th ...
y the current locale. The sigabbrev_np () function returns the abbreviated name of the signal, sig . For exam ...
ple, given the value SIGINT , it returns the string "INT". The (deprecated) array sys_sigli ...
-
https://man.plustar.jp/manpage/man3/sys_siglist.3.html
- [similar]
- Man page of MALLOC 8602
- MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc
...
an array of nmemb elements of size bytes each and returns a pointer to the allocated memory. The memory is s ...
et to zero. If nmemb or size is 0, then calloc () returns either NULL, or a unique pointer value that can la ...
e would result in integer overflow, then calloc () returns an error. By contrast, an integer overflow would n ...
rflow. If such an overflow occurs, reallocarray () returns NULL, sets errno to ENOMEM , and leaves the origin ...
-
https://man.plustar.jp/manpage/man3/calloc.3.html
- [similar]
- Man page of MALLOC 8602
- MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc
...
an array of nmemb elements of size bytes each and returns a pointer to the allocated memory. The memory is s ...
et to zero. If nmemb or size is 0, then calloc () returns either NULL, or a unique pointer value that can la ...
e would result in integer overflow, then calloc () returns an error. By contrast, an integer overflow would n ...
rflow. If such an overflow occurs, reallocarray () returns NULL, sets errno to ENOMEM , and leaves the origin ...
-
https://man.plustar.jp/manpage/man3/free.3.html
- [similar]
- Man page of MALLOC 8602
- MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc
...
an array of nmemb elements of size bytes each and returns a pointer to the allocated memory. The memory is s ...
et to zero. If nmemb or size is 0, then calloc () returns either NULL, or a unique pointer value that can la ...
e would result in integer overflow, then calloc () returns an error. By contrast, an integer overflow would n ...
rflow. If such an overflow occurs, reallocarray () returns NULL, sets errno to ENOMEM , and leaves the origin ...
-
https://man.plustar.jp/manpage/man3/malloc.3.html
- [similar]
- Man page of MALLOC 8602
- MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc
...
an array of nmemb elements of size bytes each and returns a pointer to the allocated memory. The memory is s ...
et to zero. If nmemb or size is 0, then calloc () returns either NULL, or a unique pointer value that can la ...
e would result in integer overflow, then calloc () returns an error. By contrast, an integer overflow would n ...
rflow. If such an overflow occurs, reallocarray () returns NULL, sets errno to ENOMEM , and leaves the origin ...
-
https://man.plustar.jp/manpage/man3/realloc.3.html
- [similar]
- Man page of MALLOC 8602
- MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc
...
an array of nmemb elements of size bytes each and returns a pointer to the allocated memory. The memory is s ...
et to zero. If nmemb or size is 0, then calloc () returns either NULL, or a unique pointer value that can la ...
e would result in integer overflow, then calloc () returns an error. By contrast, an integer overflow would n ...
rflow. If such an overflow occurs, reallocarray () returns NULL, sets errno to ENOMEM , and leaves the origin ...
-
https://man.plustar.jp/manpage/man3/reallocarray.3.html
- [similar]
- Man page of TSEARCH 8602
- TSEARCH Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 tsear
...
If the item is found in the tree, then tsearch () returns a pointer to the corresponding tree node. (In othe ...
r words, tsearch () returns a pointer to a pointer to the data item.) If the i ...
tem is not found, then tsearch () adds it, and returns a pointer to the corresponding tree node. tfind () ...
へのポインターでなければならない。 返り値 tsearch () returns a pointer to a matching node in the tree, or to th ...
-
https://man.plustar.jp/manpage/man3/tdelete.3.html
- [similar]