Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib557.c1392 #define string_check(x,y) _string_check(__LINE__, x, y) macro
1417 errors += string_check(buf, "09foo"); in test_string_formatting()
1420 errors += string_check(buf, " fo"); in test_string_formatting()
1423 errors += string_check(buf, "foo"); in test_string_formatting()
1426 errors += string_check(buf, "foo"); in test_string_formatting()
1429 errors += string_check(buf, "foo "); in test_string_formatting()
1432 errors += string_check(buf, " foo"); in test_string_formatting()
1435 errors += string_check(buf, "foo "); in test_string_formatting()
1486 errors += string_check(buf, in test_weird_arguments()
1538 errors += string_check(buf, ""); in test_weird_arguments()
[all …]
/external/iptables/extensions/
Dlibxt_string.c204 static void string_check(struct xt_fcheck_call *cb) in string_check() function
315 .x6_fcheck = string_check,
330 .x6_fcheck = string_check,