Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dsocket.c36 #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()