Searched refs:strerrno (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strerror.c | 692 strerrno (int errnoval) in strerrno() function 799 name = strerrno (errn); in main()
|
D | functions.texi | 1553 @deftypefn Replacement {const char*} strerrno (int @var{errnum}) 1568 valid until the next call to @code{strerrno}.
|
D | ChangeLog | 2564 * strerror.c (init_error_tables, errno_max, strerror, strerrno, 7647 * strerror.c (strerror, strerrno, strtoerrno): add rudimentary 8106 (strerrno): Make const. 8849 available, add errno_max(), add strerrno(), add strtoerrno(),
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 254 extern const char *strerrno (int);
|