Searched refs:expstr (Results 1 – 4 of 4) sorted by relevance
252 expsize = __exponent (pdata->expstr, expt, code); in _printf_float()350 PRINT (pdata->expstr, expsize); in _printf_float()
204 char expstr[MAXEXPLEN]; /* Buffer for exponent string. */ member
394 wchar_t expstr[MAXEXPLEN]; /* buffer for exponent string */ in VFWPRINTF() local1052 expsize = wexponent (expstr, expt, ch); in VFWPRINTF()1487 PRINT (expstr, expsize); in VFWPRINTF()
423 char expstr[MAXEXPLEN]; /* buffer for exponent string */ in VFPRINTF() local1080 expsize = exponent (expstr, expt, ch); in VFPRINTF()1508 PRINT (expstr, expsize); in VFPRINTF()