Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dlocale.c2904 static int compare_string2(const void *e1, const void *e2) in compare_string2() function
2941 qsort(buf, sizeof(strings)/sizeof(strings[0]), sizeof(strings[0]), compare_string2); in test_sorting()