Home
last modified time | relevance | path

Searched refs:debug_lconv (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dlocaleconv.c34 static struct lconv debug_lconv = variable
96 return &debug_lconv; in _ast_localeconv()
98 return locales[AST_LC_NUMERIC]->territory == &lc_territories[0] ? &default_lconv : &debug_lconv; in _ast_localeconv()
/titanic_51/usr/src/lib/libast/common/comp/
H A Dlocaleconv.c34 static struct lconv debug_lconv = variable
95 …ST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug) ? &debug_lconv : localeconv(); in _ast_localeconv()