Searched refs:lc_all (Results 1 – 5 of 5) sorted by relevance
753 static Lc_t* lc_all; variable826 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 …]
2371 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...]
483 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()
395 do for lc_all in C $lc_utf8396 …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…
406 do for lc_all in C $lc_utf8407 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'"