Searched refs:expsize (Results 1 – 3 of 3) sorted by relevance
178 int expsize = 0; in _printf_float() local252 expsize = __exponent (pdata->expstr, expt, code); in _printf_float()253 pdata->size = expsize + ndig; in _printf_float()350 PRINT (pdata->expstr, expsize); in _printf_float()
393 int expsize = 0; /* character count for expstr */ in VFWPRINTF() local1052 expsize = wexponent (expstr, expt, ch); in VFWPRINTF()1053 size = expsize + ndig; in VFWPRINTF()1487 PRINT (expstr, expsize); in VFWPRINTF()
422 int expsize = 0; /* character count for expstr */ in VFPRINTF() local1080 expsize = exponent (expstr, expt, ch); in VFPRINTF()1081 size = expsize + ndig; in VFPRINTF()1508 PRINT (expstr, expsize); in VFPRINTF()