Home
last modified time | relevance | path

Searched refs:MAXDIGS (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dprintf.c62 #define MAXDIGS 10 /* number of digits in BIG */ macro
269 ptr = buf + MAXDIGS + 1; in viprintf()
309 bp += MAXDIGS;
333 bp += MAXDIGS + 1;
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c172 char buf[MAXDIGS]; in _doprnt()
286 bp = buf+MAXDIGS; in _doprnt()
299 bp = buf + MAXDIGS; in _doprnt()
314 bp = buf + MAXDIGS; in _doprnt()
329 bp = buf + MAXDIGS; in _doprnt()
339 p = buf + MAXDIGS; in _doprnt()
620 bp = buf + MAXDIGS; in _doprnt()
644 p = buf + MAXDIGS; in _doprnt()
H A Ddoprnt.h38 #define MAXDIGS 11 macro
/titanic_41/usr/src/cmd/csh/
H A Dprintf.c64 #define MAXDIGS 20 macro
156 char buf[max(MAXDIGS, max(MAXFCVT + DMAXEXP, MAXECVT) + 1)]; in _print()
158 char buf[MAXDIGS]; in _print()
394 p = bp = buf + MAXDIGS; in _print()
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Dprint.h38 #define MAXDIGS 11 macro
H A Ddoprnt.c192 char buf[max(MAXDIGS, 1+max(MAXFCVT+MAXEXP, MAXECVT))]; in _doprnt()
518 p = bp = buf + MAXDIGS; in _doprnt()
583 p = bp = buf + MAXDIGS; in _doprnt()
630 p = bp = buf + MAXDIGS; in _doprnt()
/titanic_41/usr/src/lib/libc/port/print/
H A Dprint.h63 #define MAXDIGS 11 macro