Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.c192 char expstr[7]; /* buffer for exponent string */ in __vfprintf() local
537 expsize = exponent(expstr, expt, ch); in __vfprintf()
796 PRINT(expstr, expsize); in __vfprintf()