Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dnano-vfprintf_float.c56 int __exponent (char *p0, int exp, int fmtch);
128 __exponent (char *p0, int exp, int fmtch) in __exponent() argument
135 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in __exponent()
Dvfwprintf.c1644 wexponent(wchar_t *p0, int exp, int fmtch) in wexponent() argument
1649 int isa = fmtch == L'a' || fmtch == L'A'; in wexponent()
1655 *p++ = isa ? (int) (L'p' - L'a') + fmtch : fmtch; in wexponent()
Dvfprintf.c1651 exponent(char *p0, int exp, int fmtch) in exponent() argument
1656 int isa = fmtch == 'a' || fmtch == 'A'; in exponent()
1662 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in exponent()