Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dprintf_common.h122 static int exponent(CharT* p0, int exp, int fmtch) { in exponent() argument
124 *p++ = fmtch; in exponent()
147 if (fmtch == 'e' || fmtch == 'E') *p++ = '0'; in exponent()