Searched refs:fmtch (Results 1 – 3 of 3) sorted by relevance
54 int __exponent (char *p0, int exp, int fmtch);126 __exponent (char *p0, int exp, int fmtch) in __exponent() argument133 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in __exponent()
1642 wexponent(wchar_t *p0, int exp, int fmtch) in wexponent() argument1647 int isa = fmtch == L'a' || fmtch == L'A'; in wexponent()1653 *p++ = isa ? (int) (L'p' - L'a') + fmtch : fmtch; in wexponent()
1646 exponent(char *p0, int exp, int fmtch) in exponent() argument1651 int isa = fmtch == 'a' || fmtch == 'A'; in exponent()1657 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in exponent()