Searched refs:ERR_STRING_SZ (Results 1 – 1 of 1) sorted by relevance
34 #define ERR_STRING_SZ 64 macro38 char err_string1[ERR_STRING_SZ]; in run_tests()39 char err_string2[ERR_STRING_SZ]; in run_tests()57 strerror_r(-s->expect, err_string1, ERR_STRING_SZ); in run_tests()58 strerror_r(errno, err_string2, ERR_STRING_SZ); in run_tests()71 strerror_r(errno, err_string1, ERR_STRING_SZ); in run_tests()