Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/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…