Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfprintf.c1528 exponent(char *p0, int exp, int fmtch) in exponent() argument
1534 *p++ = fmtch; in exponent()
1555 if (fmtch == 'e' || fmtch == 'E') in exponent()
Dvfwprintf.c1477 exponent(wchar_t *p0, int exp, int fmtch) in exponent() argument
1483 *p++ = fmtch; in exponent()
1504 if (fmtch == 'e' || fmtch == 'E') in exponent()