Home
last modified time | relevance | path

Searched refs:strerror_r (Results 1 – 25 of 96) sorted by relevance

1234

/external/ltp/testcases/kernel/sched/nptl/
Dnptl01.c78 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/
Dsocket.c58 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/
Dstrerror_r.cpp9 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/
Dstrerror_r.cpp16 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/
DErrno.cpp51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
/external/llvm-project/llvm/lib/Support/
DErrno.cpp51 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
53 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
/external/llvm/lib/Support/
DErrno.cpp52 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/
DErrno.cpp52 str = strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
54 strerror_r(errnum, buffer, MaxErrStrLen - 1); in StrError()
/external/llvm-project/flang/runtime/
Dio-error.cpp89 newBuf = ::strerror_r(ioStat_, buffer, bufferLength); in GetIoMsg()
91 return ::strerror_r(ioStat_, buffer, bufferLength) == 0; in GetIoMsg()
DCMakeLists.txt12 check_cxx_symbol_exists(strerror_r string.h HAVE_STRERROR_R)
24 message(FATAL_ERROR "None of strerror, strerror_r, strerror_s found.")
Dconfig.h.cmake4 /* Define to 1 if you have the `strerror_r' function. */
/external/fsverity-utils/lib/
Dutils.c55 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/
Ddwfl_error.c147 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/
Derror_code.ipp48 strerror_r(value, buf, sizeof(buf));
52 return strerror_r(value, buf, sizeof(buf));
/external/OpenCL-CTS/test_common/harness/
Dos_helpers.cpp84 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/
Dstrerror_r_test.cpp11 char *res = (char *)strerror_r(300, buf, sizeof(buf)); in main()
/external/compiler-rt/test/asan/TestCases/Posix/
Dstrerror_r_test.cc11 char *res = (char *)strerror_r(300, buf, sizeof(buf)); in main()
/external/stressapptest/src/
Dsattypes.h184 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/
Dstrerror_r-non-gnu.c14 int res = strerror_r(EINVAL, buf, sizeof(buf)); in main()
/external/llvm-project/compiler-rt/test/msan/
Dstrerror_r-non-gnu.c14 int res = strerror_r(EINVAL, buf, sizeof(buf)); in main()
/external/libpcap/
Dfmtutils.c339 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/
DCurlTests.c521 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/
DPosixApi.h115 inline int strerror_r(int errnum, char *buf, size_t buflen) { in strerror_r() function
/external/curl/lib/
Dstrerror.c752 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/
Dstrerror.cc41 auto ret = strerror_r(errnum, buf, buflen); in StrErrorAdaptor()

1234