Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfprintf.c310 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ in __vfprintf() local
795 expsize = exponent(expstr, expt - 1, expchar); in __vfprintf()
1051 PRINT(expstr, expsize); in __vfprintf()
Dvfwprintf.c317 wchar_t expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ in __vfwprintf() local
757 expsize = exponent(expstr, expt - 1, expchar); in __vfwprintf()
1012 PRINT(expstr, expsize); in __vfwprintf()