Searched refs:funcCall (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | locale_test.cpp | 1602 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 D | wcs_test.cpp | 2437 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()
|