Searched refs:strlen_check (Results 1 – 1 of 1) sorted by relevance
/curl/tests/libtest/ |
H A D | lib557.c | 1152 #define strlen_check(x,y) _strlen_check(__LINE__, x, y) macro 1400 errors += strlen_check(buf, 325); in test_float_formatting() 1403 errors += strlen_check(buf, 325); in test_float_formatting() 1407 errors += strlen_check(buf, 325); in test_float_formatting() 1422 errors += strlen_check(buf, 317); in test_float_formatting() 1425 errors += strlen_check(buf, 1); in test_float_formatting() 1427 errors += strlen_check(buf, 2); in test_float_formatting() 1429 errors += strlen_check(buf, 3); in test_float_formatting() 1431 errors += strlen_check(buf, 4); in test_float_formatting() 1433 errors += strlen_check(buf, 5); in test_float_formatting()
|
Completed in 16 milliseconds