/third_party/musl/porting/liteos_m/kernel/src/errno/ |
H A D | strerror.c | 31 char *strerror(int e) in strerror() function
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
H A D | strerror.c | 31 char *strerror(int e) in strerror() function
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
H A D | strerror.c | 31 char *strerror(int e) in strerror() function
|
/third_party/musl/src/errno/ |
H A D | strerror.c | 42 char *strerror(int e) in strerror() function
|
/third_party/python/Include/cpython/ |
H A D | pyerrors.h | 59 PyObject *strerror; member
|
/third_party/curl/lib/ |
H A D | config-dos.h | 128 #define strerror(e) strerror_s_((e)) macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | config-dos.h | 85 # define strerror(e) strerror_s_((e)) macro
|
/third_party/mksh/ |
H A D | shf.c | 1095 #undef strerror in cstrerror() macro 1097 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
|
H A D | sh.h | 484 #undef strerror macro 485 #define strerror /* poisoned */ dontuse_strerror macro
|
/third_party/popt/src/ |
H A D | popt.c | 38 static char * strerror(int errno) in strerror() function
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 1582 strerror = 'error' variable in BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 117 #define strerror(x) "" macro
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 369 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 1165 strerror(int n) in strerror() function
|
H A D | pcre2test.c | 2754 strerror(int n) in strerror() function
|
/third_party/python/Objects/ |
H A D | exceptions.c | 1822 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 D | mod.rs | 729 pub fn strerror(arg1: c_int) -> *mut c_char; in strerror() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 573 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 560 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1159 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3442 pub fn strerror(n: c_int) -> *mut c_char; in strerror() functions
|