Home
last modified time | relevance | path

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

/illumos-gate/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)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2354 { "LC_ALL", LC_ALL, AST_LC_ALL, 0 },
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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.c132 case LC_ALL: return min ? -1 : AST_LC_ALL; in lcindex()