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

/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c83 #define NDIG 80 macro
85 /* buf must have at least NDIG bytes */
93 if (ndigits >= NDIG - 1)
94 ndigits = NDIG - 2;
107 p1 = &buf[NDIG];
113 while (p1 < &buf[NDIG])
131 while (p <= p1 && p < &buf[NDIG]) {
136 if (p1 >= &buf[NDIG]) {
137 buf[NDIG - 1] = '\0';
180 char buf1[NDIG];
[all...]

Completed in 54 milliseconds