Searched defs:debug_lconv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dlocaleconv.c34 static struct lconv debug_lconv = variable in typeref:struct:lconv
95 return ((locales[AST_LC_MONETARY]->flags | locales[AST_LC_NUMERIC]->flags) & LC_debug) ? &debug_lconv : localeconv();

Completed in 57 milliseconds