Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dprintfcommon.h286 exponent(CHAR *p0, int exp, CHAR fmtch) in exponent() argument
292 *p++ = fmtch; in exponent()
314 if (fmtch == 'e' || fmtch == 'E') in exponent()
H A Dxprintf_float.c84 exponent(char *p0, int expo, int fmtch) in exponent() argument
90 *p++ = fmtch; in exponent()
113 if (fmtch == 'e' || fmtch == 'E') in exponent()