Home
last modified time | relevance | path

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

/titanic_51/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]) in single()
829 …flags & LC_setlocale) || !(lc = lc_categories[category].prev)) && !(lc = lc_all) && !(lc = lc_cate… in single()
1111 lc_all = lcmake(s); in _ast_setlocale()
1114 lc_all = 0; in _ast_setlocale()
1127 …if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev… in _ast_setlocale()
1152 if (!lc_all) in _ast_setlocale()
1164 if (f || !lc_all) in _ast_setlocale()
1172 else if (lc_all != p) in _ast_setlocale()
1174 lc_all = p; in _ast_setlocale()
[all …]
/titanic_51/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_51/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_51/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 …
397 …[[ $g == "${e[i]}" ]] || err_exit "LC_ALL=$lc_all read ${o[i]} from pipe '$a $b' failed -- expecte…
/titanic_51/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'"