Searched refs:AST_LC_setenv (Results 1 – 12 of 12) sorted by relevance
160 #define AST_LC_setenv (1L<<27) macro
162 #define AST_LC_setenv (1L<<27) macro
170 #define AST_LC_setenv (1L<<27) macro
389 #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()
1075 …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()
2695 * "" 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()
441 #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()
24 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 }
212 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 }