Home
last modified time | relevance | path

Searched refs:AST_LC_setenv (Results 1 – 12 of 12) sorted by relevance

/titanic_51/usr/src/lib/libast/common/include/
H A Dast_std.h160 #define AST_LC_setenv (1L<<27) macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h162 #define AST_LC_setenv (1L<<27) macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h170 #define AST_LC_setenv (1L<<27) macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h170 #define AST_LC_setenv (1L<<27) macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h170 #define AST_LC_setenv (1L<<27) macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h170 #define AST_LC_setenv (1L<<27) macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dinit.c389 #ifdef AST_LC_setenv in put_lang()
390 ast.locale.set |= AST_LC_setenv; in put_lang()
393 #ifdef AST_LC_setenv in put_lang()
394 ast.locale.set ^= AST_LC_setenv; in put_lang()
/titanic_51/usr/src/lib/libast/common/comp/
H A Dsetlocale.c1075 …le ? "''" : locale, initialized ? "" : "[initial]", (ast.locale.set & AST_LC_setenv) ? "[setenv]" … in _ast_setlocale()
1076 if (ast.locale.set & AST_LC_setenv) in _ast_setlocale()
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2695 * "" AST_LC_setenv: value unset (defer to LANG)
2696 * "*" AST_LC_setenv: value set (defer to LC_ALL)
2766 sfprintf(sfstderr, "locale user %17s %16s %16s %16s%s%s\n", category == AST_LC_LANG ? "LANG" : lc_categories[category].name, locale && !*locale ? "''" : locale, "", "", initialized ? "" : " initial", (ast.locale.set & AST_LC_setenv) ? " setenv" : ""); in _ast_setlocale()
2768 if (ast.locale.set & AST_LC_setenv) in _ast_setlocale()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c441 #ifdef AST_LC_setenv in put_lang()
442 ast.locale.set |= AST_LC_setenv; in put_lang()
445 #ifdef AST_LC_setenv in put_lang()
446 ast.locale.set ^= AST_LC_setenv; in put_lang()
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE24 10-01-01 comp/setlocale.c: AST_LC_setenv defers to LC_ALL (for sh)
25 10-01-01 ast_std.h: add { AST_LC_internal AST_LC_setenv }
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE212 10-01-01 comp/setlocale.c: AST_LC_setenv defers to LC_ALL (for sh)
213 10-01-01 ast_std.h: add { AST_LC_internal AST_LC_setenv }