Searched refs:LC_setlocale (Results 1 – 9 of 9) sorted by relevance
822 if (flags & (LC_setenv|LC_setlocale)) in single()829 …if (!lc && (!(lc_categories[category].flags & LC_setlocale) || !(lc = lc_categories[category].prev… in single()882 lc_categories[category].flags &= ~(LC_setenv|LC_setlocale); in single()888 …tegories[category].prev->name : NiL, (lc_categories[category].flags & LC_setlocale) ? "[setlocale]… in single()1083 f = LC_setlocale; in _ast_setlocale()1116 if (lc_categories[i].flags & LC_setlocale) in _ast_setlocale()1127 …if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev… in _ast_setlocale()1176 …if (!single(i, lc_all && !(lc_categories[i].flags & LC_setlocale) ? lc_all : lc_categories[i].prev… in _ast_setlocale()
50 #define LC_setlocale 0x10000 macro