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

/freebsd-11-stable/lib/libc/stdlib/
H A Dstrfmon.c114 int left_prec; /* left precision */ local
155 left_prec = -1; /* no left precision specified */
207 GET_NUMBER(left_prec);
208 if ((unsigned int)left_prec >= maxsize - (dst - s))
218 left_prec)
256 /* fill left_prec with amount of padding chars */
257 if (left_prec >= 0) {
268 left_prec, right_prec, pad_char);
524 int left_prec, int right_prec, int pad_char) {
550 /* fill left_prec wit
523 __format_grouped_double(double value, int *flags, int left_prec, int right_prec, int pad_char) argument
[all...]

Completed in 68 milliseconds