Searched defs:lc_ctype (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlctype.h24 struct lc_ctype { struct
/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c71 char *lc_ctype; local
79 lc_ctype = setlocale(LC_CTYPE, NULL);
119 for (i = strlen(lc_ctype) + 14; i; i--)
124 (void) printf("LC_CTYPE:%s", lc_ctype);

Completed in 62 milliseconds