Searched refs:lc_all (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dlocale.c257 char *lc_all = PerlEnv_getenv("LC_ALL"); local
382 lc_all ? '"' : '(',
383 lc_all ? lc_all : "unset",
384 lc_all ? '"' : ')');
515 if (lc_all)
516 utf8locale = (ibcmp(lc_all, "UTF-8", 5) == 0 ||
517 ibcmp(lc_all, "UTF8", 4) == 0);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c2386 static Lc_t* lc_all; variable
2463 if ((flags & LC_setenv) && lc_all && locales[category])
2470 if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang))
2792 lc_all = lcmake(s);
2795 lc_all = 0;
2808 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))
2833 if (!lc_all)
2845 if (f || !lc_all)
2853 else if (lc_all !
[all...]

Completed in 26 milliseconds