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

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c753 static Lc_t* lc_all; variable
826 if ((flags & LC_setenv) && lc_all && locales[category])
829 if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang))
1111 lc_all = lcmake(s);
1114 lc_all = 0;
1127 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))
1152 if (!lc_all)
1164 if (f || !lc_all)
1172 else if (lc_all !
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dio.sh395 do for lc_all in C $lc_utf8
396 do g=$(LC_ALL=$lc_all $SHELL -c "{ print -n '$a'; sleep 0.2; print -n '$b'; sleep 0.2; } | { read ${o[i]} a; print -n \$a; read a; print -n \ \$a; }")
397 [[ $g == "${e[i]}" ]] || err_exit "LC_ALL=$lc_all read ${o[i]} from pipe '$a $b' failed -- expected '${e[i]}', got '$g'"

Completed in 60 milliseconds