Searched refs:wcscoll_l (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | wcscoll.c | 39 wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t loc) in wcscoll_l() function 219 return (wcscoll_l(ws1, ws2, uselocale(NULL))); in wcscoll()
|
H A D | collcmp.c | 46 return (wcscoll_l(s1, s2, loc)); in _collate_range_cmp()
|
H A D | strcoll.c | 95 ret = wcscoll_l(w1, w2, loc); in strcoll_l()
|
/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 | 1506 wcscoll_l.3c \ 2748 wcscoll_l.3c := LINKSRC = wcscoll.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 577 wcscoll_l;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1600 link path=usr/share/man/man3c/wcscoll_l.3c target=wcscoll.3c
|