Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1602 char funcCall[100]; in test_coll() local
1608 sprintf(funcCall, "strcmp(strxfrm(\"%s\"), strxfrm(\"%s\"))", in test_coll()
1612 sprintf(funcCall, "strcoll(\"%s\", \"%s\")", coll[i].a, coll[i].b); in test_coll()
1618 funcCall, result, coll[i].result, errno, coll[i].err); in test_coll()
H A Dwcs_test.cpp2437 char funcCall[256]; in test_coll() local
2443 sprintf(funcCall, "wcscmp(wcsxfrm(\"%ls\"), wcsxfrm(\"%ls\"))", in test_coll()
2447 sprintf(funcCall, "wcscoll(\"%ls\", \"%ls\")", coll[i].a, in test_coll()
2454 funcCall, result, coll[i].result, errno, coll[i].err); in test_coll()