Searched defs:bufp (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/rdata/any_255/
H A Dtsig_250.c129 char *bufp; local
162 bufp = &buf[sizeof(buf) - 1];
163 *bufp-- = 0;
164 *bufp-- = ' ';
166 *bufp-- = decdigits[sigtime % 10];
169 bufp++;
170 RETERR(str_totext(bufp, target));
/bind-9.11.3/lib/dns/
H A Ddnstap.c903 dns_dt_getframe(dns_dthandle_t *handle, isc_uint8_t **bufp, size_t *sizep) { argument
908 REQUIRE(bufp != NULL);
911 data = (const isc_uint8_t *) *bufp;
918 DE_CONST(data, *bufp);

Completed in 20 milliseconds