Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfprintf.c1274 char expbuf[MAXEXP]; in exponent() local
1284 t = expbuf + MAXEXP; in exponent()
1290 for (; t < expbuf + MAXEXP; *p++ = *t++); in exponent()