Home
last modified time | relevance | path

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

12

/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/iptables/include/libiptc/
Dxtcshared.h22 const char *(*strerror)(int); member
/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/python/cpython3/Include/cpython/
Dpyerrors.h55 PyObject *strerror; member
/external/openssh/openbsd-compat/
Dbsd-misc.c95 const char *strerror(int e) in strerror() function
/external/curl/lib/
Dconfig-dos.h173 #define strerror(e) strerror_s_((e)) macro
/external/python/cpython3/Objects/
Dexceptions.c801 PyObject **myerrno, PyObject **strerror, in oserror_parse_args()
866 PyObject *myerrno, PyObject *strerror, in oserror_init()
956 PyObject *myerrno = NULL, *strerror = NULL; in OSError_new() local
1023 PyObject *myerrno = NULL, *strerror = NULL; in OSError_init() local
/external/mksh/src/
Dshf.c1096 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
Dsh.h465 #define strerror /* poisoned */ dontuse_strerror macro
/external/strace/
Dstrace.c198 strerror(int err_no) in strerror() function
/external/python/cpython2/Objects/
Dexceptions.c592 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; in EnvironmentError_init() local
/external/curl/tests/python_dependencies/impacket/
Dnmb.py142 def strerror(errclass, errcode): function
Dsmb.py237 def strerror(errclass, errcode): function
/external/rust/crates/libc/src/cloudabi/
Dmod.rs251 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/external/python/cpython2/Lib/
D_pyio.py37 def __init__(self, errno, strerror, characters_written=0): argument
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py1563 strerror = 'error' variable in BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
/external/pcre/dist2/src/
Dpcre2grep.c1096 strerror(int n) in strerror() function
/external/rust/crates/libc/src/windows/
Dmod.rs370 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/external/rust/crates/libc/src/
Dwasi.rs461 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/external/rust/crates/libc/src/unix/
Dmod.rs521 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1165 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc595 TEST(MemorySanitizer, strerror) { in TEST() argument

12