Home
last modified time | relevance | path

Searched refs:strerror_s (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DErrno.cpp55 strerror_s(buffer, errnum); in StrError()
/external/llvm/lib/Support/
DErrno.cpp58 strerror_s(buffer, MaxErrStrLen - 1, errnum); in StrError()
/external/fmtlib/test/
Dutil.cc47 if (strerror_s(buffer, BUFFER_SIZE, error_code)) in get_system_error()
/external/conscrypt/common/src/jni/main/include/
Dcompat.h53 #define strerror_r(errnum, buf, buflen) strerror_s(buf, buflen, errnum)
/external/libcxx/src/
Dsystem_error.cpp71 if (::strerror_s(buffer, strerror_buff_size, ev) == 0) in do_strerror_r()
/external/fmtlib/fmt/
Dformat.cc77 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/
Dconfig-ix.cmake152 check_symbol_exists(strerror_s string.h HAVE_DECL_STRERROR_S)
/external/llvm/cmake/
Dconfig-ix.cmake208 check_symbol_exists(strerror_s string.h HAVE_DECL_STRERROR_S)
/external/llvm/include/llvm/Config/
Dconfig.h.cmake40 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in84 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
Dconfig.h.cmake86 /* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1293 AC_CHECK_DECLS([strerror_s])
/external/swiftshader/third_party/LLVM/
Dconfigure16215 (void) strerror_s;