Searched defs:wcscmp (Results 1 – 3 of 3) sorted by relevance
3 int wcscmp(const wchar_t *l, const wchar_t *r) in wcscmp() function
346 # define wcscmp strcmp macro
626 INTERCEPTOR(int, wcscmp, const wchar_t *s1, const wchar_t *s2) { in INTERCEPTOR() argument