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

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c115 int right_prec; /* right precision */ local
156 right_prec = -1; /* no right precision specified */
216 GET_NUMBER(right_prec);
217 if ((unsigned int)right_prec >= maxsize - (dst - s) -
268 left_prec, right_prec, pad_char);
524 int left_prec, int right_prec, int pad_char) {
554 /* fill right_prec with default value */
555 if (right_prec == -1) {
557 right_prec = lc->int_frac_digits;
559 right_prec
523 __format_grouped_double(double value, int *flags, int left_prec, int right_prec, int pad_char) argument
[all...]

Completed in 59 milliseconds