Searched refs:ERR_STRING_SZ (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | socket.c | 35 #define ERR_STRING_SZ 64 macro 39 char err_string1[ERR_STRING_SZ]; in run_tests() 40 char err_string2[ERR_STRING_SZ]; in run_tests() 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | socket.c | 36 #define ERR_STRING_SZ 64 macro 40 char err_string1[ERR_STRING_SZ]; in run_tests() 41 char err_string2[ERR_STRING_SZ]; in run_tests() 59 strerror_r(-s->expect, err_string1, ERR_STRING_SZ); in run_tests() 60 strerror_r(errno, err_string2, ERR_STRING_SZ); in run_tests() 73 strerror_r(errno, err_string1, ERR_STRING_SZ); in run_tests()
|
Completed in 1 milliseconds