/external/ltp/testcases/kernel/sched/nptl/ |
D | nptl01.c | 78 strerror_r(ret, buf, buf_len)); in call_mutex_init() 88 strerror_r(ret, buf, buf_len)); in call_mutex_lock() 98 strerror_r(ret, buf, buf_len)); in call_mutex_unlock() 108 strerror_r(ret, buf, buf_len)); in call_cond_init() 119 strerror_r(ret, buf, buf_len)); in call_cond_wait() 129 strerror_r(ret, buf, buf_len)); in call_cond_signal() 142 strerror_r(errno, buf, buf_len)); in do_timedwait() 193 strerror_r(ret, buf, buf_len)); in create_child_thread() 199 strerror_r(ret, buf, buf_len)); in create_child_thread() 203 strerror_r(ret, buf, buf_len)); in create_child_thread() [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | socket.c | 58 strerror_r(-s->expect, err_string1, ERR_STRING_SZ); in run_tests() 59 strerror_r(errno, err_string2, ERR_STRING_SZ); in run_tests() 72 strerror_r(errno, err_string1, ERR_STRING_SZ); in run_tests()
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | strerror_r.cpp | 9 char *res = strerror_r(EINVAL, buf, sizeof(buf)); in main() 13 res = strerror_r(-1, buf, sizeof(buf)); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | strerror_r.cpp | 16 return strerror_r(TEST_ERROR, buffer, sizeof(buffer)); in Thread() 23 strerror_r(TEST_ERROR, buffer, sizeof(buffer)); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Errno.cpp | 51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError() 53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
|
/external/llvm-project/llvm/lib/Support/ |
D | Errno.cpp | 51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError() 53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
|
/external/llvm/lib/Support/ |
D | Errno.cpp | 52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError() 54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Errno.cpp | 52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError() 54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
|
/external/llvm-project/flang/runtime/ |
D | io-error.cpp | 89 newBuf = ::strerror_r(ioStat_, buffer, bufferLength); in GetIoMsg() 91 return ::strerror_r(ioStat_, buffer, bufferLength) == 0; in GetIoMsg()
|
D | CMakeLists.txt | 12 check_cxx_symbol_exists(strerror_r string.h HAVE_STRERROR_R) 24 message(FATAL_ERROR "None of strerror, strerror_r, strerror_s found.")
|
D | config.h.cmake | 4 /* Define to 1 if you have the `strerror_r' function. */
|
/external/fsverity-utils/lib/ |
D | utils.c | 55 static char *strerror_r(int errnum, char *buf, size_t buflen) in strerror_r() function 79 strerror_r(err, errbuf, sizeof(errbuf))) < 0) in libfsverity_do_error_msg()
|
/external/elfutils/libdwfl/ |
D | dwfl_error.c | 147 return strerror_r (error, unknown, 0); in errnomsg() 151 return strerror_r (error, msg, sizeof (msg)) ? unknown : msg; in errnomsg()
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | error_code.ipp | 48 strerror_r(value, buf, sizeof(buf)); 52 return strerror_r(value, buf, sizeof(buf));
|
/external/OpenCL-CTS/test_common/harness/ |
D | os_helpers.cpp | 84 int rc = strerror_r(err, &buffer.front(), buffer.size()); in _err_msg() 210 int rc = strerror_r(err, &buffer.front(), buffer.size()); in _err_msg() 253 return strerror_r(err, buffer, sizeof(buffer)); in _err_msg()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | strerror_r_test.cpp | 11 char *res = (char *)strerror_r(300, buf, sizeof(buf)); in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | strerror_r_test.cc | 11 char *res = (char *)strerror_r(300, buf, sizeof(buf)); in main()
|
/external/stressapptest/src/ |
D | sattypes.h | 184 return string(strerror_r(error_num, buf, sizeof buf)); in ErrorString() 186 if (strerror_r(error_num, buf, sizeof buf)) in ErrorString()
|
/external/compiler-rt/test/msan/ |
D | strerror_r-non-gnu.c | 14 int res = strerror_r(EINVAL, buf, sizeof(buf)); in main()
|
/external/llvm-project/compiler-rt/test/msan/ |
D | strerror_r-non-gnu.c | 14 int res = strerror_r(EINVAL, buf, sizeof(buf)); in main()
|
/external/libpcap/ |
D | fmtutils.c | 339 char *errstring = strerror_r(errnum, strerror_buf, PCAP_ERRBUF_SIZE); in pcap_fmt_errmsg_for_errno() 346 int err = strerror_r(errnum, p, errbuflen_remaining); in pcap_fmt_errmsg_for_errno()
|
/external/curl/CMake/ |
D | CurlTests.c | 521 check(strerror_r(EACCES, buffer, sizeof(buffer))[0]); in main() 536 check(strerror_r(EACCES, buffer, sizeof(buffer))); in main()
|
/external/llvm-project/lldb/include/lldb/Host/windows/ |
D | PosixApi.h | 115 inline int strerror_r(int errnum, char *buf, size_t buflen) { in strerror_r() function
|
/external/curl/lib/ |
D | strerror.c | 752 if(0 != strerror_r(err, buf, max)) { in Curl_strerror() 764 char *msg = strerror_r(err, buffer, sizeof(buffer)); in Curl_strerror() 777 if(OK == strerror_r(err, buffer)) in Curl_strerror()
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | strerror.cc | 41 auto ret = strerror_r(errnum, buf, buflen); in StrErrorAdaptor()
|