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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c54 #define SUPRESS_CURR_SYMBOL 0x10 /* supress the currency from output */ macro
187 flags |= SUPRESS_CURR_SYMBOL;
325 if (!(flags & SUPRESS_CURR_SYMBOL)) {
349 if (!(flags & SUPRESS_CURR_SYMBOL)) {

Completed in 123 milliseconds