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

/freebsd-11-stable/lib/libc/stdio/
H A Dprintfcommon.h272 exponent(CHAR *p0, int exp, CHAR fmtch) argument
278 *p++ = fmtch;
300 if (fmtch == 'e' || fmtch == 'E')
H A Dxprintf_float.c84 exponent(char *p0, int expo, int fmtch) argument
90 *p++ = fmtch;
113 if (fmtch == 'e' || fmtch == 'E')

Completed in 105 milliseconds