Home
last modified time | relevance | path

Searched defs:strerror (Results 1 – 21 of 21) sorted by relevance

/external/syslinux/com32/lib/
Dstrerror.c7 char *strerror(int errnum) in strerror() function
/external/bison/lib/
Dstrerror.c36 strerror (int n) in strerror() function
Dstring.in.h943 # define strerror rpl_strerror macro
/external/syslinux/gpxe/src/hci/
Dstrerror.c77 const char * strerror ( int errno ) { in strerror() function
/external/iptables/include/libiptc/
Dxtcshared.h17 const char *(*strerror)(int); member
/external/iproute2/include/libiptc/
Dxtcshared.h17 const char *(*strerror)(int); member
/external/libxml2/win32/wince/
Dwincecompat.c62 char *strerror(int errnum) in strerror() function
/external/python/cpython2/Include/
Dpyerrors.h57 PyObject *strerror; member
68 PyObject *strerror; member
/external/python/cpython2/Modules/_io/
D_iomodule.h81 PyObject *strerror; member
D_iomodule.c100 PyObject *myerrno = NULL, *strerror = NULL; in blockingioerror_init() local
/external/openssh/openbsd-compat/
Dbsd-misc.c95 const char *strerror(int e) in strerror() function
/external/valgrind/coregrind/
Dm_syscall.c1112 const HChar* VG_(strerror) ( UWord errnum ) in VG_() argument
/external/curl/lib/
Dconfig-dos.h170 #define strerror(e) strerror_s_((e)) macro
/external/bison/darwin-lib/
Dstring.h1255 # define strerror rpl_strerror macro
/external/mksh/src/
Dshf.c1095 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
Dsh.h439 #define strerror /* poisoned */ dontuse_strerror macro
/external/strace/
Dstrace.c180 strerror(int err_no) in strerror() function
/external/python/cpython2/Objects/
Dexceptions.c596 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; in EnvironmentError_init() local
/external/python/cpython2/Lib/
D_pyio.py37 def __init__(self, errno, strerror, characters_written=0): argument
/external/pcre/dist2/src/
Dpcre2grep.c869 strerror(int n) in strerror() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc595 TEST(MemorySanitizer, strerror) { in TEST() argument