Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwprintf.c1490 wchar_t expbuf[MAXEXPDIG]; in exponent() local
1499 t = expbuf + MAXEXPDIG; in exponent()
1505 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) in exponent()
Dvfprintf.c1524 char expbuf[MAXEXPDIG]; in exponent() local
1533 t = expbuf + MAXEXPDIG; in exponent()
1539 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) in exponent()