Searched defs:MAXDIGS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.h38 #define MAXDIGS 11 macro
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dprint.h38 #define MAXDIGS 11 macro
/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h63 #define MAXDIGS 11 macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dprintf.c62 #define MAXDIGS 10 /* number of digits in BIG */ macro
269 ptr = buf + MAXDIGS + 1;
289 * The result is NOT null terminated, and is MAXDIGS characters long,
309 bp += MAXDIGS;
333 bp += MAXDIGS + 1;
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c64 #define MAXDIGS 20 macro
156 char buf[max(MAXDIGS, max(MAXFCVT + DMAXEXP, MAXECVT) + 1)];
158 char buf[MAXDIGS];
394 p = bp = buf + MAXDIGS;

Completed in 67 milliseconds