Searched refs:towlower_l (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | wcscasecmp.c | 49 while (towlower_l(*s1, loc) == towlower_l(*s2, loc)) { in wcscasecmp_l() 55 return (towlower_l(*s1, loc) - towlower_l(*s2, loc)); in wcscasecmp_l() 70 while ((towlower_l(*s1, loc) == towlower_l(*s2, loc)) && n--) { in wcsncasecmp_l() 76 return (towlower_l(*s1, loc) - towlower_l(*s2, loc)); in wcsncasecmp_l()
|
H A D | fnmatch.c | 208 (towlower_l(pc, loc) == towlower_l(sc, loc))) in fnmatch1() 239 test = towlower_l(test, loc); in rangematch() 264 c = towlower_l(c, loc); in rangematch() 280 c2 = towlower_l(c2, loc); in rangematch()
|
H A D | wctrans.c | 47 wc = towlower_l(wc, loc); in towctrans_l()
|
H A D | towlower.c | 76 towlower_l(wint_t wc, locale_t loc) in towlower_l() function
|
/titanic_41/usr/src/head/ |
H A D | wctype.h | 138 extern wint_t towlower_l(wint_t, locale_t);
|
/titanic_41/usr/src/test/libc-tests/cfg/symbols/ |
H A D | wctype_h.cfg | 180 func | towlower_l |\
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1214 towlower_l.3c \ 2249 towlower_l.3c := LINKSRC = towlower.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 191 towlower_l;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1284 link path=usr/share/man/man3c/towlower_l.3c target=towlower.3c
|