HomeSort by relevance Sort by last modified time
    Searched refs:strerror_s (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Support/
Errno.cpp 58 strerror_s(buffer, MaxErrStrLen - 1, errnum);
  /external/swiftshader/third_party/LLVM/lib/Support/
Errno.cpp 55 strerror_s(buffer, errnum);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Errno.cpp 58 strerror_s(buffer, MaxErrStrLen - 1, errnum);
  /external/conscrypt/common/src/jni/main/include/conscrypt/
compat.h 54 #define strerror_r(errnum, buf, buflen) strerror_s(buf, buflen, errnum)
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 32 strerror_s(buffer, errno_value);
  /external/libcxx/src/
system_error.cpp 71 if (::strerror_s(buffer, strerror_buff_size, ev) == 0)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
system_error.cpp 71 if (::strerror_s(buffer, strerror_buff_size, ev) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
string_s.h 19 _CRTIMP errno_t __cdecl strerror_s(char *_Buf,size_t _SizeInBytes,int _ErrNum);
tchar_s.h 153 #define _tcserror_s strerror_s
  /external/libpcap/
pcap.c     [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]

Completed in 957 milliseconds