Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c54 int __exponent (char *p0, int exp, int fmtch);
126 __exponent (char *p0, int exp, int fmtch) in __exponent() argument
133 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in __exponent()
Dvfwprintf.c1642 wexponent(wchar_t *p0, int exp, int fmtch) in wexponent() argument
1647 int isa = fmtch == L'a' || fmtch == L'A'; in wexponent()
1653 *p++ = isa ? (int) (L'p' - L'a') + fmtch : fmtch; in wexponent()
Dvfprintf.c1646 exponent(char *p0, int exp, int fmtch) in exponent() argument
1651 int isa = fmtch == 'a' || fmtch == 'A'; in exponent()
1657 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in exponent()