Searched refs:USE_INTL_CURRENCY (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c55 #define USE_INTL_CURRENCY 0x40 /* use international currency symbol */ macro
225 flags |= USE_INTL_CURRENCY;
228 flags &= ~(USE_INTL_CURRENCY);
237 if (flags & USE_INTL_CURRENCY) {
439 if ((flags & IS_NEGATIVE) && (flags & USE_INTL_CURRENCY)) {
445 } else if (flags & USE_INTL_CURRENCY) {
556 if (*flags & USE_INTL_CURRENCY)

Completed in 98 milliseconds