Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c50 #define IS_NEGATIVE 0x80 /* is argument value negative ? */ macro
267 flags |= IS_NEGATIVE; in __strfmon()
273 pad_size = __calc_left_pad((flags ^ IS_NEGATIVE), lc, in __strfmon()
326 if (sign_posn == 0 && (flags & IS_NEGATIVE)) in __strfmon()
383 if (sign_posn == 0 && (flags & IS_NEGATIVE)) in __strfmon()
428 if ((flags & IS_NEGATIVE) && (flags & USE_INTL_CURRENCY)) { in __setup_vars()
438 } else if (flags & IS_NEGATIVE) { in __setup_vars()