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

/freebsd-12-stable/lib/libc/stdio/
H A Dxprintf_float.c162 int expsize; /* character count for expstr */ local
295 expsize = exponent(expstr, expt - 1, expchar);
296 size = expsize + prec;
412 ret += __printf_puts(io, expstr, expsize);
H A Dvfprintf.c349 int expsize; /* character count for expstr */ local
763 expsize = exponent(expstr, expt - 1, expchar);
764 size = expsize + prec;
1022 PRINT(expstr, expsize);
H A Dvfwprintf.c428 int expsize; /* character count for expstr */ local
827 expsize = exponent(expstr, expt - 1, expchar);
828 size = expsize + prec;
1084 PRINT(expstr, expsize);

Completed in 67 milliseconds