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

/freebsd-13-stable/lib/libc/stdio/
H A Dfloatio.h43 * MAXEXPDIG is the maximum number of decimal digits needed to store a
49 #define MAXEXPDIG 6 macro
H A Dprintfcommon.h277 CHAR expbuf[MAXEXPDIG];
287 t = expbuf + MAXEXPDIG;
293 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);
H A Dxprintf_float.c89 char expbuf[MAXEXPDIG];
99 t = expbuf + MAXEXPDIG;
105 for (; t < expbuf + MAXEXPDIG; *p++ = *t++)
163 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
H A Dvfprintf.c351 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
H A Dvfwprintf.c430 wchar_t expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */

Completed in 113 milliseconds