Searched defs:rbuf (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dkeydata_65533.c172 char rbuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; local
199 isc_time_formathttptimestamp(&t, rbuf, sizeof(rbuf));
200 RETERR(str_totext(rbuf, target));
/bind-9.11.3/bin/named/
H A Dfuzz.c147 char *buf, *rbuf; local
197 rbuf = malloc(65536);
199 RUNTIME_CHECK(rbuf != NULL);
238 sent = recvfrom(listenfd, rbuf, 65536, MSG_DONTWAIT,
246 sent = recvfrom(listenfd, rbuf, 65536, 0,
251 buf[0] = rbuf[0];
252 buf[1] = rbuf[1];
H A Dserver.c13206 char rbuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; local
13305 isc_time_formathttptimestamp(&refreshtime, rbuf, sizeof(rbuf));
13392 CHECK(putstr(text, rbuf));
/bind-9.11.3/lib/dns/tests/
H A Ddispatch_test.c249 unsigned char rbuf[12]; local
289 region.base = rbuf;
290 region.length = sizeof(rbuf);
H A Dgost_test.c229 unsigned char rbuf[32]; local
297 ATF_REQUIRE(BN_bn2bin(privkey1, rbuf) == len);
298 ATF_REQUIRE(memcmp(rbuf, privraw, len) == 0);
/bind-9.11.3/lib/dns/
H A Dgssapictx.c350 char rbuf[DNS_NAME_FORMATSIZE]; local
366 dns_name_format(realm, rbuf, sizeof(rbuf));
400 && (strcmp(rname, rbuf) == 0))
403 if (strcmp(rname, rbuf) == 0)
423 char rbuf[DNS_NAME_FORMATSIZE]; local
440 dns_name_format(realm, rbuf, sizeof(rbuf));
489 && (strcmp(rname, rbuf) == 0)
490 && (strcasecmp(nname, rbuf)
[all...]

Completed in 57 milliseconds