HomeSort by relevance Sort by last modified time
    Searched defs:strerror_r (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/native/
jni_util_md.c 47 #define strerror_r(a, b, c) __xpg_strerror_r((a), (b), (c)) macro
55 return strerror_r(err, buf, len);
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Misc.c 43 strerror_r(int errnum, char *buf, size_t buflen) function
85 status = strerror_r(errnum, errorbuf, sizeof(errorbuf));
  /bionic/libc/bionic/
strerror_r.cpp 1 /* $OpenBSD: strerror_r.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
53 int strerror_r(int error_number, char* buf, size_t buf_len) { function
72 ErrnoRestorer errno_restorer; // The glibc strerror_r doesn't set errno if it truncates...
73 strerror_r(error_number, buf, buf_len);
  /external/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 21 // We want the XSI-compliant strerror_r (it's more portable across NDK versions,
54 #define strerror_r(errnum, buf, buflen) strerror_s(buf, buflen, errnum) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 657 #define strerror_r macro
    [all...]

Completed in 387 milliseconds