Home
last modified time | relevance | path

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

/openbsd/usr.sbin/dhcrelay/
H A Ddhcrelay.c638 size_t dplen) in relay_agentinfo_append() argument
641 ssize_t newtotal = dplen; in relay_agentinfo_append()
647 return (dplen); in relay_agentinfo_append()
660 return (dplen); in relay_agentinfo_append()
762 size_t dplen) in relay_agentinfo_remove() argument
805 return (dplen); in relay_agentinfo_remove()
871 ssize_t dplen; in l2relay() local
883 if ((dplen = relay_agentinfo_append(pc, dp, length)) == -1) in l2relay()
898 send_packet(sp->intf, dp, dplen, pc); in l2relay()
905 send_packet(interfaces, dp, dplen, pc); in l2relay()
[all …]
/openbsd/lib/libc/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)
70 s += dplen;
73 s += dplen + 9;
H A Dstrtod.c110 int dplen = strlen(decimalpoint); local
114 static int dplen; local
118 dplen = strlen(s0);
123 #define dplen 1 macro
573 bd0 = s2b(s0, nd0, nd, y, dplen);
H A Dstrtodg.c359 int dplen = strlen(decimalpoint); local
363 static int dplen; local
367 dplen = strlen(s0);
372 #define dplen 1 macro
748 bd0 = s2b(s0, nd0, nd, y, dplen);
/openbsd/usr.bin/mg/
H A Dfile.c731 xdirname(char *dp, const char *path, size_t dplen) in xdirname() argument
737 len = strlcpy(dp, dirname(ts), dplen); in xdirname()
738 if (dplen > 0 && dp[0] == '/' && dp[1] == '\0') { in xdirname()
/openbsd/sys/dev/acpi/
H A Dacpidmar.c1711 int dplen, i; in acpidmar_parse_devscope() local
1722 dplen = ds->length - sizeof(*ds); in acpidmar_parse_devscope()
1723 d = malloc(sizeof(*d) + dplen, M_DEVBUF, M_ZERO | M_WAITOK); in acpidmar_parse_devscope()
1726 d->ndp = dplen / 2; in acpidmar_parse_devscope()
1728 memcpy(d->dp, &ds[1], dplen); in acpidmar_parse_devscope()
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c681 size_t dplen = 0; in do_infra_rtt() local
682 uint8_t* dp = sldns_str2wire_dname(now->variable, &dplen); in do_infra_rtt()
685 dp, dplen, LDNS_RR_TYPE_A, atoi(now->string), in do_infra_rtt()