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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.c59 static const char *strerrno (int err);
91 strerrno (errno));
99 strerrno (errno));
107 strerrno (errno));
121 strerrno (errno));
156 strerrno (errno));
166 strerrno (errno));
201 strerrno (errno));
235 strerrno (errno));
238 strerrno (errn
506 strerrno (int err) function
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dlibiberty.h244 /* Return the name of an errno value (e.g., strerrno (EINVAL) returns
247 extern const char *strerrno (int);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dlibiberty.h233 /* Return the name of an errno value (e.g., strerrno (EINVAL) returns
236 extern const char *strerrno (int);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dlibiberty.h221 /* Return the name of an errno value (e.g., strerrno (EINVAL) returns
224 extern const char *strerrno (int);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dlibiberty.h244 /* Return the name of an errno value (e.g., strerrno (EINVAL) returns
247 extern const char *strerrno (int);

Completed in 194 milliseconds