Home
last modified time | relevance | path

Searched refs:dplen (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/efidp/
H A Defidp.c194 size_t dplen; in format() local
202 dplen = efidp_size(dp); in format()
204 dp, dplen); in format()
207 len -= dplen; in format()
208 dp = (const_efidp)((const char *)dp + dplen); in format()
218 ssize_t dplen; in parse() local
221 dplen = MAXSIZE; in parse()
222 dp = malloc(dplen); in parse()
227 dplen = efidp_parse_device_path(walker, dp, dplen); in parse()
228 if (dplen == -1) in parse()
[all …]
/dragonfly/contrib/gdtoa/
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() argument
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);
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_ameth.c241 int dplen; in dh_priv_encode() local
265 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dh_priv_encode()
271 V_ASN1_SEQUENCE, params, dp, dplen)) in dh_priv_encode()
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c256 int dplen; in dsa_priv_encode() local
278 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dsa_priv_encode()
284 params, dp, dplen)) in dsa_priv_encode()