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

/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_float.c160 int expsize; /* character count for expstr */ local
293 expsize = exponent(expstr, expt - 1, expchar);
294 size = expsize + prec;
410 ret += __printf_puts(io, expstr, expsize);
H A Dvfprintf.c347 int expsize; /* character count for expstr */ local
761 expsize = exponent(expstr, expt - 1, expchar);
762 size = expsize + prec;
1020 PRINT(expstr, expsize);
H A Dvfwprintf.c426 int expsize; /* character count for expstr */ local
825 expsize = exponent(expstr, expt - 1, expchar);
826 size = expsize + prec;
1082 PRINT(expstr, expsize);

Completed in 61 milliseconds