Searched refs:ws2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/lib/libc/string/
H A Dwcscoll.c49 wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t locale) argument
63 return (wcscmp(ws1, ws2));
65 if ((mbs1 = __mbsdup(ws1)) == NULL || (mbs2 = __mbsdup(ws2)) == NULL) {
75 return (wcscmp(ws1, ws2));
88 wcscoll(const wchar_t *ws1, const wchar_t *ws2) argument
90 return wcscoll_l(ws1, ws2, __get_locale());

Completed in 60 milliseconds