Searched defs:composite (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c295 * Extract the locale name for the category if it is a composite
508 int composite = 0; local
514 composite = 1;
519 if (composite) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c893 * set composite AST_LC_ALL locale categories
894 * return <0:composite-error 0:not-composite >0:composite-ok
898 composite(register const char* s, int initialize) function
1170 else if (composite(locale, 0) < 0)
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c480 int i, j, composite = 0; local
530 composite++;
535 if (composite == 0) {
539 /* composite locale */

Completed in 49 milliseconds