Searched refs:AST_LC_LANG (Results 1 – 4 of 4) sorted by relevance
158 #define AST_LC_LANG 255 macro211 #define LC_LANG (-AST_LC_LANG)
2724 if (category != AST_LC_ALL && category != AST_LC_LANG) in _ast_setlocale()2766 …sfprintf(sfstderr, "locale user %17s %16s %16s %16s%s%s\n", category == AST_LC_LANG ? "LANG" : lc_… in _ast_setlocale()2832 else if (category == AST_LC_LANG || !(p = lc_categories[category].prev)) in _ast_setlocale()2839 if (category == AST_LC_LANG) in _ast_setlocale()
137 case LC_LANG: return AST_LC_LANG; in lcindex()
233 09-09-28 locales: add AST_LC_LANG for $LANG