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

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-smisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
63 s += dplen;
66 s += dplen + 9;
H A Dgdtoa-gethex.c217 int dplen = strlen((const char *)decimalpoint); local
219 int dplen = 1; local
223 nd -= dplen;
224 if (nd > maxdigits && (strunc = alloca(maxdigits + dplen + 2)) != NULL) {
225 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd;
231 memcpy(strunc, s0, maxdigits + dplen);
232 tp += dplen;
242 s0 += dplen;
H A Dgdtoa-strtod.c89 int dplen = strlen(decimalpoint); local
93 static int dplen; local
100 dplen = strlen(s0);
105 #define dplen 1 macro
319 TRUNCATE_DIGITS(s0, strunc, nd, nd0, nf, FPINBITS, FPIEMIN, dplen);
554 bd0 = s2b(s0, nd0, nd, y, dplen);
H A Dgdtoa-strtodg.c358 int dplen = strlen(decimalpoint); local
362 static int dplen; local
369 dplen = strlen(s0);
374 #define dplen 1 macro
548 TRUNCATE_DIGITS(s0, strunc, nd, nd0, nf, fpi->nbits, fpi->emin, dplen);
737 bd0 = s2b(s0, nd0, nd, y, dplen);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dparse.y855 setkeymsg_spdaddr(type, upper, policy, srcs, splen, dsts, dplen)
862 int dplen;
941 (dplen >= 0 ? dplen : plen);

Completed in 121 milliseconds