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/
H A Dstrerror.c31 char *strerror(int e) in strerror() function
/third_party/musl/porting/uniproton/kernel/src/errno/
H A Dstrerror.c31 char *strerror(int e) in strerror() function
/third_party/musl/porting/liteos_a/kernel/src/errno/
H A Dstrerror.c31 char *strerror(int e) in strerror() function
/third_party/musl/src/errno/
H A Dstrerror.c42 char *strerror(int e) in strerror() function
/third_party/python/Include/cpython/
H A Dpyerrors.h59 PyObject *strerror; member
/third_party/curl/lib/
H A Dconfig-dos.h128 #define strerror(e) strerror_s_((e)) macro
/third_party/node/deps/cares/src/lib/
H A Dconfig-dos.h85 # define strerror(e) strerror_s_((e)) macro
/third_party/mksh/
H A Dshf.c1095 #undef strerror in cstrerror() macro
1097 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
H A Dsh.h484 #undef strerror macro
485 #define strerror /* poisoned */ dontuse_strerror macro
/third_party/popt/src/
H A Dpopt.c38 static char * strerror(int errno) in strerror() function
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py1582 strerror = 'error' variable in BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h117 #define strerror(x) "" macro
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs369 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c1165 strerror(int n) in strerror() function
H A Dpcre2test.c2754 strerror(int n) in strerror() function
/third_party/python/Objects/
H A Dexceptions.c1822 PyObject *myerrno = NULL, *strerror = NULL; in OSError_new() local
1673 oserror_parse_args(PyObject **p_args, PyObject **myerrno, PyObject **strerror, PyObject **filename, PyObject **filename2 , PyObject **winerror ) oserror_parse_args() argument
1731 oserror_init(PyOSErrorObject *self, PyObject **p_args, PyObject *myerrno, PyObject *strerror, PyObject *filename, PyObject *filename2 , PyObject *winerror ) oserror_init() argument
1889 PyObject *myerrno = NULL, *strerror = NULL; OSError_init() local
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs729 pub fn strerror(arg1: c_int) -> *mut c_char; in strerror() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs573 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs560 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1159 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3442 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions

Completed in 60 milliseconds