Searched refs:strerrno (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gdb/include/
H A Dlibiberty.h175 /* Return the name of an errno value (e.g., strerrno (EINVAL) returns
178 extern const char *strerrno PARAMS ((int));
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c670 @deftypefn Replacement {const char*} strerrno (int @var{errnum})
685 valid until the next call to @code{strerrno}.
692 strerrno (int errnoval) function
799 name = strerrno (errn);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dstrerror.c670 @deftypefn Replacement {const char*} strerrno (int @var{errnum})
685 valid until the next call to @code{strerrno}.
692 strerrno (int errnoval) function
799 name = strerrno (errn);
/freebsd-12-stable/contrib/gcclibs/include/
H A Dlibiberty.h221 /* Return the name of an errno value (e.g., strerrno (EINVAL) returns
224 extern const char *strerrno (int);
/freebsd-12-stable/contrib/binutils/include/
H A Dlibiberty.h232 /* Return the name of an errno value (e.g., strerrno (EINVAL) returns
235 extern const char *strerrno (int);

Completed in 134 milliseconds