Home
last modified time | relevance | path

Searched refs:tolower_l (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtolower.c26 tolower_l(int c, locale_t loc) in tolower_l() function
41 return (isascii(c) ? __trans_lower[c] : tolower_l(c, uselocale(NULL))); in tolower()
/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/head/
H A Dctype.h110 extern int tolower_l(int, locale_t);
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dctype_h.cfg63 func | tolower_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
/illumos-gate/usr/src/man/man3c/
H A DMakefile1334 tolower_l.3c \
2489 tolower_l.3c := LINKSRC = tolower.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers447 tolower_l;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1343 link path=usr/share/man/man3c/tolower_l.3c target=tolower.3c