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

/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_float.c168 int realsz; /* field size expanded by dprec, sign, etc */
169 int dprec; /* a copy of prec if [diouxX], 0 otherwise */ local
190 dprec = -1;
340 realsz = dprec > size ? dprec : size;
364 ret += __printf_pad(io, dprec - size, 1);
H A Dvfprintf.c355 int dprec; /* a copy of prec if [diouxX], 0 otherwise */ local
356 int realsz; /* field size expanded by dprec, sign, etc */
503 dprec = 0;
889 number: if ((dprec = prec) >= 0)
944 realsz = dprec > size ? dprec : size;
979 PAD(dprec - size, zeroes);
H A Dvfwprintf.c434 int dprec; /* a copy of prec if [diouxX], 0 otherwise */ local
435 int realsz; /* field size expanded by dprec, sign, etc */
574 dprec = 0;
950 number: if ((dprec = prec) >= 0)
1005 realsz = dprec > size ? dprec : size;
1040 PAD(dprec - size, zeroes);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c192 int dprec; /* a copy of prec if [diouxX], 0 otherwise */ local
193 int realsz; /* field size expanded by dprec */
357 dprec = 0;
658 number: if ((dprec = prec) >= 0)
742 realsz = dprec > size ? dprec : size;
769 PAD(dprec - size, zeroes);

Completed in 110 milliseconds