Searched refs:MAXEXPDIG (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libc/stdio/
H A Dfloatio.h41 * MAXEXPDIG is the maximum number of decimal digits needed to store a
47 #define MAXEXPDIG 6 macro
H A Dprintfcommon.h275 CHAR expbuf[MAXEXPDIG];
285 t = expbuf + MAXEXPDIG;
291 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);
H A Dxprintf_float.c87 char expbuf[MAXEXPDIG];
97 t = expbuf + MAXEXPDIG;
103 for (; t < expbuf + MAXEXPDIG; *p++ = *t++)
161 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
H A Dvfwprintf.c428 wchar_t expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
H A Dvfprintf.c348 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */

Completed in 108 milliseconds