HomeSort by relevance Sort by last modified time
    Searched defs:MAXDIGS (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/
doprnt.h 38 #define MAXDIGS 11
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/
print.h 38 #define MAXDIGS 11
  /onnv/onnv-gate/usr/src/lib/libc/port/print/
print.h 63 #define MAXDIGS 11
  /onnv/onnv-gate/usr/src/cmd/vi/port/
printf.c 62 #define MAXDIGS 10 /* number of digits in BIG */
269 ptr = buf + MAXDIGS + 1;
289 * The result is NOT null terminated, and is MAXDIGS characters long,
309 bp += MAXDIGS;
333 bp += MAXDIGS + 1;
  /onnv/onnv-gate/usr/src/cmd/csh/
printf.c 64 #define MAXDIGS 20
156 char buf[max(MAXDIGS, max(MAXFCVT + DMAXEXP, MAXECVT) + 1)];
158 char buf[MAXDIGS];
394 p = bp = buf + MAXDIGS;

Completed in 480 milliseconds