Searched refs:AST_LC_ALL (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/include/
H A Dast_std.h143 #define AST_LC_ALL 0 macro
169 #define LC_ALL (-AST_LC_ALL)
/ast/src/cmd/std/
H A Dlocale.c865 if ((flags & LC_category) && key->index != AST_LC_ALL)
904 case AST_LC_ALL:
915 if (key->type == AST_LC_ALL)
1133 value = getenv(state.categories[AST_LC_ALL].name);
1161 key->index = AST_LC_ALL;
/ast/src/lib/libast/port/
H A Dlc.c132 case LC_ALL: return min ? -1 : AST_LC_ALL;
/ast/src/lib/libast/comp/
H A Dsetlocale.c2327 { "LC_ALL", LC_ALL, AST_LC_ALL, 0 },
2555 * set composite AST_LC_ALL locale categories
2697 if (category != AST_LC_ALL && category != AST_LC_LANG)
2751 else if (category == AST_LC_ALL)
2827 else if (category != AST_LC_ALL)

Completed in 30 milliseconds