Searched defs:rbuf (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | keydata_65533.c | 172 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 D | fuzz.c | 147 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 D | server.c | 13206 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 D | dispatch_test.c | 249 unsigned char rbuf[12]; local 289 region.base = rbuf; 290 region.length = sizeof(rbuf);
|
H A D | gost_test.c | 229 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 D | gssapictx.c | 350 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 49 milliseconds