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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c32 toupper_l(int c, locale_t loc) function
48 return (isascii(c) ? __trans_upper[c] : toupper_l(c, uselocale(NULL)));
/illumos-gate/usr/src/head/
H A Dctype.h111 extern int toupper_l(int, locale_t);
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h182 _XLOCALE_INLINE int toupper_l(int, locale_t);
194 _XLOCALE_INLINE int toupper_l(int __c, locale_t __l)
/illumos-gate/usr/src/man/man3c/
H A DMakefile1272 toupper_l.3c \
2358 toupper_l.3c := LINKSRC = toupper.3c

Completed in 93 milliseconds