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

/ast/src/lib/libast/comp/
H A Dsetlocale.c2344 static Lc_t* lc_all; variable
2446 if ((flags & LC_setenv) && lc_all && locales[category])
2453 if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang))
2776 lc_all = lcmake(s);
2779 lc_all = 0;
2792 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0))
2817 if (!lc_all)
2829 if (f || !lc_all)
2837 else if (lc_all !
[all...]
/ast/src/cmd/ksh93/tests/
H A Dio.sh406 do for lc_all in C $lc_utf8
407 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; }")
408 [[ $g == "${e[i]}" ]] || err_exit "LC_ALL=$lc_all read ${o[i]} from pipe '$a $b' failed -- expected '${e[i]}', got '$g'"

Completed in 35 milliseconds