/external/iproute2/include/libiptc/ |
D | xtcshared.h | 17 const char *(*strerror)(int); member
|
/external/libxml2/win32/wince/ |
D | wincecompat.c | 62 char *strerror(int errnum) in strerror() function
|
/external/iptables/include/libiptc/ |
D | xtcshared.h | 22 const char *(*strerror)(int); member
|
/external/python/cpython2/Include/ |
D | pyerrors.h | 57 PyObject *strerror; member 68 PyObject *strerror; member
|
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 81 PyObject *strerror; member
|
D | _iomodule.c | 100 PyObject *myerrno = NULL, *strerror = NULL; in blockingioerror_init() local
|
/external/python/cpython3/Include/cpython/ |
D | pyerrors.h | 55 PyObject *strerror; member
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | config-dos.h | 81 #define strerror(e) strerror_s_((e)) macro
|
/external/curl/lib/ |
D | config-dos.h | 170 #define strerror(e) strerror_s_((e)) macro
|
/external/openssh/openbsd-compat/ |
D | bsd-misc.c | 97 const char *strerror(int e) in strerror() function
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 813 PyObject **myerrno, PyObject **strerror, in oserror_parse_args() 878 PyObject *myerrno, PyObject *strerror, in oserror_init() 968 PyObject *myerrno = NULL, *strerror = NULL; in OSError_new() local 1035 PyObject *myerrno = NULL, *strerror = NULL; in OSError_init() local
|
/external/mtools/ |
D | missFuncs.c | 295 char *strerror(int errno) in strerror() function
|
/external/mksh/src/ |
D | shf.c | 1097 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cpp | 397 INTERCEPTOR(char *, strerror, int errnum) { in INTERCEPTOR() argument
|
/external/capstone/bindings/java/capstone/ |
D | Capstone.java | 543 public String strerror(int code) { in strerror() method in Capstone
|
/external/strace/ |
D | strace.c | 198 strerror(int err_no) in strerror() function
|
/external/python/cpython2/Objects/ |
D | exceptions.c | 592 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; in EnvironmentError_init() local
|
/external/autotest/server/cros/servo/ |
D | servo.py | 102 def __init__(self, when, errno, strerror, filename): argument
|
/external/libwebsockets/lib/core/ |
D | private-lib-core.h | 106 #define strerror(x) "" macro
|
/external/python/cpython2/Lib/ |
D | _pyio.py | 37 def __init__(self, errno, strerror, characters_written=0): argument
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 1569 strerror = 'error' variable in BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 1162 strerror(int n) in strerror() function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 334 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 529 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 459 pub fn strerror(n: c_int) -> *mut c_char; in strerror() function
|