Home
last modified time | relevance | path

Searched refs:expsize (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c314 int expsize; /* character count for expstr */ in __vfwprintf() local
763 expsize = exponent(expstr, expt - 1, expchar); in __vfwprintf()
764 size = expsize + prec; in __vfwprintf()
1022 PRINT(expstr, expsize); in __vfwprintf()
Dvfprintf.c311 int expsize; /* character count for expstr */ in __vfprintf() local
786 expsize = exponent(expstr, expt - 1, expchar); in __vfprintf()
787 size = expsize + prec; in __vfprintf()
1045 PRINT(expstr, expsize); in __vfprintf()