Searched refs:lc_all (Results 1 – 3 of 3) 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 …]
483 char *lc_all = NULL, *lang = NULL; in lookup_locale() local500 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…