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

/freebsd-9.3-release/contrib/gdtoa/
H A Dsmisc.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 Dstrtod.c112 int dplen = strlen(decimalpoint); local
116 static int dplen; local
123 dplen = strlen(s0);
128 #define dplen 1 macro
577 bd0 = s2b(s0, nd0, nd, y, dplen);
H A Dstrtodg.c338 int dplen = strlen(decimalpoint); local
342 static int dplen; local
349 dplen = strlen(s0);
354 #define dplen 1 macro
712 bd0 = s2b(s0, nd0, nd, y, dplen);
/freebsd-9.3-release/sbin/setkey/
H A Dparse.y768 setkeymsg_spdaddr(type, upper, policy, srcs, splen, dsts, dplen)
775 int dplen;
845 (dplen >= 0 ? dplen : plen);

Completed in 108 milliseconds