Searched refs:right_prec (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c132 int right_prec; /* right precision */ local
170 right_prec = -1; /* no right precision specified */
230 GET_NUMBER(right_prec);
231 if ((unsigned int)right_prec >= maxsize - (dst - s) - left_prec)
282 right_prec, pad_char);
513 __format_grouped_double(double value, struct lconv* lc, int *flags, int left_prec, int right_prec, argument
544 /* fill right_prec with default value */
545 if (right_prec == -1) {
547 right_prec = lc->int_frac_digits;
549 right_prec
[all...]

Completed in 41 milliseconds