Home
last modified time | relevance | path

Searched refs:lc_all (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2371 static Lc_t* lc_all; variable
2473 if ((flags & LC_setenv) && lc_all && locales[category]) in single()
2480 if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_categories[category].prev) && !(lc = lang)) in single()
2803 lc_all = lcmake(s); in _ast_setlocale()
2806 lc_all = 0; in _ast_setlocale()
2819 if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev, 0)) in _ast_setlocale()
2844 if (!lc_all) in _ast_setlocale()
2856 if (f || !lc_all) in _ast_setlocale()
2864 else if (lc_all ! in _ast_setlocale()
[all...]
/titanic_52/usr/src/cmd/ptools/pargs/
H A Dpargs.c483 char *lc_all = NULL, *lang = NULL; in lookup_locale() local
500 lc_all = s + strlen("LC_ALL="); in lookup_locale()
514 if (lc_all && (*lc_all == '\0')) in lookup_locale()
515 lc_all = NULL; in lookup_locale()
520 if (lc_all != NULL) { in lookup_locale()
521 lcs[i] = lc_all; in lookup_locale()
/titanic_52/usr/src/contrib/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'"