Home
last modified time | relevance | path

Searched refs:AST_LC_ALL (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/lib/libast/common/include/
H A Dast_std.h142 #define AST_LC_ALL 0 macro
167 #define LC_ALL (-AST_LC_ALL)
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h143 #define AST_LC_ALL 0 macro
169 #define LC_ALL (-AST_LC_ALL)
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h152 #define AST_LC_ALL 0 macro
177 #define LC_ALL (-AST_LC_ALL)
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h152 #define AST_LC_ALL 0 macro
177 #define LC_ALL (-AST_LC_ALL)
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h152 #define AST_LC_ALL 0 macro
177 #define LC_ALL (-AST_LC_ALL)
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h152 #define AST_LC_ALL 0 macro
177 #define LC_ALL (-AST_LC_ALL)
/titanic_51/usr/src/lib/libast/common/comp/
H A Dsetlocale.c736 { "LC_ALL", LC_ALL, AST_LC_ALL, 0 },
1035 if (category != AST_LC_ALL && category != AST_LC_LANG) in _ast_setlocale()
1086 else if (category == AST_LC_ALL) in _ast_setlocale()
1162 else if (category != AST_LC_ALL) in _ast_setlocale()
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2354 { "LC_ALL", LC_ALL, AST_LC_ALL, 0 },
2582 * set composite AST_LC_ALL locale categories
2724 if (category != AST_LC_ALL && category != AST_LC_LANG) in _ast_setlocale()
2778 else if (category == AST_LC_ALL) in _ast_setlocale()
2854 else if (category != AST_LC_ALL) in _ast_setlocale()
/titanic_51/usr/src/lib/libast/common/port/
H A Dlc.c123 case LC_ALL: return min ? -1 : AST_LC_ALL; in lcindex()
/titanic_51/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.c132 case LC_ALL: return min ? -1 : AST_LC_ALL; in lcindex()