Searched defs:tolower_l (Results 1 - 2 of 2) 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/man/man3c/
H A DMakefile1271 tolower_l.3c \
2356 tolower_l.3c := LINKSRC = tolower.3c

Completed in 68 milliseconds