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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c26 tolower_l(int c, locale_t loc) function
41 return (isascii(c) ? __trans_lower[c] : tolower_l(c, uselocale(NULL)));
/illumos-gate/usr/src/head/
H A Dctype.h110 extern int tolower_l(int, locale_t);
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h181 _XLOCALE_INLINE int tolower_l(int, locale_t);
187 _XLOCALE_INLINE int tolower_l(int __c, locale_t __l)
/illumos-gate/usr/src/man/man3c/
H A DMakefile1271 tolower_l.3c \
2356 tolower_l.3c := LINKSRC = tolower.3c

Completed in 91 milliseconds