Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dsocket.c60 msg1 = strerror_r(-s->expect, err_string1, ERR_STRING_SZ); in run_tests()
61 msg2 = strerror_r(errno, err_string2, ERR_STRING_SZ); in run_tests()
74 msg1 = strerror_r(errno, err_string1, ERR_STRING_SZ); in run_tests()
/linux/tools/lib/
H A Dstr_error_r.c23 int err = strerror_r(errnum, buf, buflen); in str_error_r()
/linux/tools/include/nolibc/
H A Dstdio.h979 int strerror_r(int errnum, char *buf, size_t buflen) in strerror_r() function
999 strerror_r(errnum, b, sizeof(buf)); in strerror()
/linux/tools/lib/bpf/
H A Dlibbpf_utils.c57 ret = strerror_r(err, buf, size); in libbpf_strerror()
/linux/tools/usb/
H A Dtestusb.c328 if (strerror_r (errno, buf, sizeof buf)) { in handle_testdev()
H A Dffs-test.c86 strerror_r(_errno, buffer, sizeof buffer); in _msg()
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c32 ret_str = strerror_r(errno, buf, sizeof(buf)); in __fatal_error()