Searched refs:strerror_s (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Errno.cpp | 55 strerror_s(buffer, errnum); in StrError()
|
/external/llvm/lib/Support/ |
D | Errno.cpp | 58 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
|
/external/fmtlib/test/ |
D | util.cc | 47 if (strerror_s(buffer, BUFFER_SIZE, error_code)) in get_system_error()
|
/external/conscrypt/common/src/jni/main/include/ |
D | compat.h | 53 #define strerror_r(errnum, buf, buflen) strerror_s(buf, buflen, errnum)
|
/external/libcxx/src/ |
D | system_error.cpp | 71 if (::strerror_s(buffer, strerror_buff_size, ev) == 0) in do_strerror_r()
|
/external/fmtlib/fmt/ |
D | format.cc | 77 static inline fmt::internal::Null<> strerror_s(char *, std::size_t, ...) { in strerror_s() function 151 return fallback(strerror_s(buffer_, buffer_size_, error_code_)); in safe_strerror()
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 152 check_symbol_exists(strerror_s string.h HAVE_DECL_STRERROR_S)
|
/external/llvm/cmake/ |
D | config-ix.cmake | 208 check_symbol_exists(strerror_s string.h HAVE_DECL_STRERROR_S)
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 40 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | config.h.in | 84 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
|
D | config.h.cmake | 86 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 1293 AC_CHECK_DECLS([strerror_s])
|
/external/swiftshader/third_party/LLVM/ |
D | configure | 16215 (void) strerror_s;
|