Searched refs:fmtch (Results 1 – 3 of 3) sorted by relevance
56 int __exponent (char *p0, int exp, int fmtch);128 __exponent (char *p0, int exp, int fmtch) in __exponent() argument135 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in __exponent()
1644 wexponent(wchar_t *p0, int exp, int fmtch) in wexponent() argument1649 int isa = fmtch == L'a' || fmtch == L'A'; in wexponent()1655 *p++ = isa ? (int) (L'p' - L'a') + fmtch : fmtch; in wexponent()
1651 exponent(char *p0, int exp, int fmtch) in exponent() argument1656 int isa = fmtch == 'a' || fmtch == 'A'; in exponent()1662 *p++ = isa ? 'p' - 'a' + fmtch : fmtch; in exponent()