Home | History | Annotate | Download | only in Stdio

Lines Matching defs:expstr

656   int expsize;    /* character count for expstr */

659 CHAR_T expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
1255 expsize = exponent(expstr, expt - 1, expchar);
1553 PRINT(expstr, expsize);