Searched refs:wcscoll_l (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | collcmp.c | 46 return (wcscoll_l(s1, s2, loc));
|
H A D | strcoll.c | 95 ret = wcscoll_l(w1, w2, loc);
|
H A D | wcscoll.c | 39 wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t loc) function 197 return (wcscoll_l(ws1, ws2, uselocale(NULL)));
|
/illumos-gate/usr/src/head/ |
H A D | wchar.h | 182 extern int wcscoll_l(const wchar_t *, const wchar_t *, locale_t);
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1342 wcscoll_l.3c \ 2424 wcscoll_l.3c := LINKSRC = wcscoll.3c
|
Completed in 105 milliseconds