Searched refs:string_check (Results 1 – 1 of 1) sorted by relevance
/curl/tests/libtest/ |
H A D | lib557.c | 1169 errors += string_check(buf, "foo"); in test_string_formatting() 1172 errors += string_check(buf, "foo"); in test_string_formatting() 1205 errors += string_check(buf, ""); in test_pos_arguments() 1269 errors += string_check(buf, in test_weird_arguments() 1321 errors += string_check(buf, ""); in test_weird_arguments() 1340 errors += string_check(buf, "9.1"); in test_float_formatting() 1343 errors += string_check(buf, "9.10"); in test_float_formatting() 1346 errors += string_check(buf, "9"); in test_float_formatting() 1390 errors += string_check(buf, "9.30"); in test_float_formatting() 1392 errors += string_check(buf, "9.3"); in test_float_formatting() [all …]
|
Completed in 9 milliseconds