Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/errno/
Dstrerror.c31 char *strerror(int e) in strerror() function
/third_party/musl/porting/uniproton/kernel/src/errno/
Dstrerror.c31 char *strerror(int e) in strerror() function
/third_party/musl/porting/liteos_a/kernel/src/errno/
Dstrerror.c31 char *strerror(int e) in strerror() function
/third_party/musl/src/errno/
Dstrerror.c42 char *strerror(int e) in strerror() function
/third_party/libxml2/win32/wince/
Dwincecompat.c62 char *strerror(int errnum) in strerror() function
/third_party/node/deps/cares/src/lib/
Dconfig-dos.h85 #define strerror(e) strerror_s_((e)) macro
/third_party/python/Include/cpython/
Dpyerrors.h53 PyObject *strerror; member
/third_party/python/Objects/
Dexceptions.c816 PyObject **myerrno, PyObject **strerror, in oserror_parse_args()
881 PyObject *myerrno, PyObject *strerror, in oserror_init()
971 PyObject *myerrno = NULL, *strerror = NULL; in OSError_new() local
1039 PyObject *myerrno = NULL, *strerror = NULL; in OSError_init() local
/third_party/mksh/
Dshf.c1097 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
Dsh.h485 #define strerror /* poisoned */ dontuse_strerror macro
/third_party/popt/src/
Dpopt.c38 static char * strerror(int errno) in strerror() function
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py1576 strerror = 'error' variable in BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h111 #define strerror(x) "" macro
/third_party/pcre2/pcre2/src/
Dpcre2grep.c1154 strerror(int n) in strerror() function
Dpcre2test.c2736 strerror(int n) in strerror() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs369 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs560 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/third_party/rust/crates/libc/src/
Dwasi.rs573 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs729 pub fn strerror(arg1: c_int) -> *mut c_char; in strerror() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1159 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3442 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function