Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h57 PyObject *strerror; member
68 PyObject *strerror; member
/aosp_15_r20/packages/modules/adb/sysdeps/
Derrno.h24 #define strerror adb_strerror macro
/aosp_15_r20/external/trusty/lk/lib/libc/string/
Dstrerror.c28 strerror(int errnum) in strerror() function
/aosp_15_r20/external/trusty/musl/src/errno/
Dstrerror.c31 char *strerror(int e) in strerror() function
/aosp_15_r20/external/iproute2/include/libiptc/
H A Dxtcshared.h17 const char *(*strerror)(int); member
/aosp_15_r20/external/musl/src/errno/
H A Dstrerror.c42 char *strerror(int e) in strerror() function
/aosp_15_r20/external/iptables/include/libiptc/
H A Dxtcshared.h22 const char *(*strerror)(int); member
/aosp_15_r20/bionic/libc/bionic/
H A Dstrerror.cpp93 char* strerror(int error_number) { in strerror() function
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c1674 PyObject **myerrno, PyObject **strerror, in oserror_parse_args()
1732 PyObject *myerrno, PyObject *strerror, in oserror_init()
1822 PyObject *myerrno = NULL, *strerror = NULL; in OSError_new() local
1889 PyObject *myerrno = NULL, *strerror = NULL; in OSError_init() local
/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.h81 PyObject *strerror; member
D_iomodule.c100 PyObject *myerrno = NULL, *strerror = NULL; in blockingioerror_init() local
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Dbionic.rs203 extern "C" fn strerror(n: c_int) -> *mut c_char { in strerror() function
/aosp_15_r20/external/curl/lib/
H A Dconfig-dos.h128 #define strerror(e) strerror_s_((e)) macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dconfig-dos.h85 #define strerror(e) strerror_s_((e)) macro
/aosp_15_r20/frameworks/native/opengl/tests/lib/include/
H A DEGLUtils.h70 const char *EGLUtils::strerror(EGLint err) in strerror() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpyerrors.h59 PyObject *strerror; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpyerrors.h59 PyObject *strerror; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpyerrors.h59 PyObject *strerror; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpyerrors.h59 PyObject *strerror; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpyerrors.h59 PyObject *strerror; member
/aosp_15_r20/external/mtools/
H A DmissFuncs.c295 char *strerror(int errno) in strerror() function
/aosp_15_r20/frameworks/rs/driver/
H A DrsdGL.cpp49 static const char *strerror(EGLint err) { in checkEglError() function
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dstring.c649 char *strerror(int errnum) in strerror() function
/aosp_15_r20/external/mksh/src/
H A Dshf.c1097 #define strerror dontuse_strerror /* poisoned */ in cstrerror() macro
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixNativeDispatcher.java571 static native byte[] strerror(int errnum); in strerror() method in UnixNativeDispatcher

12345678910>>...15