Searched refs:MAXLLDIGS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h66 #define MAXLLDIGS 21 macro
H A Ddoprnt.c495 wchar_t buf[max(MAXLLDIGS, 1034)];
509 char buf[max(MAXLLDIGS, 1034)];
982 p = bp = buf + MAXLLDIGS;
1125 p = bp = buf + MAXLLDIGS;
1213 p = bp = buf + MAXLLDIGS;

Completed in 47 milliseconds