Searched refs:typebuf (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c632 char typebuf[80]; local
651 type_format(rdataset->type, typebuf, sizeof(typebuf));
653 "%s/%s\n", namebuf, typebuf);
1063 char typebuf[80]; local
1083 type_format(rdataset->type, typebuf, sizeof(typebuf));
1084 fprintf(stderr, "No signatures for %s/%s\n", namebuf, typebuf);
1104 type_format(rdataset->type, typebuf, sizeof(typebuf));
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drootns.c268 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
280 dns_rdatatype_format(rdata->type, typebuf, sizeof(typebuf));
290 sep, viewname, namebuf, typebuf, databuf);
295 "in hints", sep, viewname, namebuf, typebuf,
H A Ddiff.c245 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
316 dns_rdatatype_format(t->rdata.type, typebuf,
317 sizeof(typebuf));
327 namebuf, typebuf, classbuf,
H A Dresolver.c2334 char typebuf[64]; local
2393 dns_rdatatype_format(fctx->type, typebuf, sizeof(typebuf));
2400 namebuf, typebuf, classbuf, addrbuf);
3528 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
3542 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
3544 strcat(buf, typebuf); /* checked */
4668 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
4672 dns_rdatatype_format(rdataset->type, typebuf,
5434 char typebuf[64]; local
5506 char typebuf[64]; local
7270 char typebuf[64]; local
8209 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
8835 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
[all...]
H A Dvalidator.c977 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
988 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
990 namebuf, typebuf);
3919 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
3922 dns_rdatatype_format(val->event->type, typebuf,
3923 sizeof(typebuf));
3926 val, namebuf, typebuf, msgbuf);
H A Dadb.c3361 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
3381 dns_rdatatype_format(li->qtype, typebuf, sizeof(typebuf));
3382 fprintf(f, " %s [lame TTL %d]\n", typebuf,
H A Dzone.c2410 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2439 typebuf,
2440 sizeof(typebuf));
2445 ownerbuf, typebuf);
4267 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
4272 typebuf, sizeof(typebuf));
4275 namebuf, typebuf,
15694 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
15711 dns_rdatatype_format(rdata->type, typebuf, sizeo
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dstatschannel.c625 char typebuf[64]; local
636 dns_rdatatype_format(DNS_RDATASTATSTYPE_BASE(type), typebuf, local
637 sizeof(typebuf));
638 typestr = typebuf;
677 char typebuf[64]; local
688 dns_rdatatype_format(DNS_RDATASTATSTYPE_BASE(type), typebuf, local
689 sizeof(typebuf));
690 typestr = typebuf;
732 char typebuf[64]; local
747 dns_rdatatype_format(DNS_RDATASTATSTYPE_BASE(type), typebuf, local
[all...]
H A Dclient.c2806 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2810 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
2812 (void)snprintf(buf, len, "%s '%s/%s/%s'", msg, namebuf, typebuf,
2857 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2898 dns_rdatatype_format(rdataset->type, typebuf,
2899 sizeof(typebuf));
2903 strcpy(typebuf, "-");
2909 client->message->id, namebuf, typebuf, classbuf,
H A Dupdate.c2752 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2754 dns_rdatatype_format(rdata.type, typebuf,
2755 sizeof(typebuf));
2758 typebuf);
2764 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2766 dns_rdatatype_format(rdata.type, typebuf,
2767 sizeof(typebuf));
2771 "ignored", typebuf);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c321 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
334 typebuf,
335 sizeof(typebuf));
337 "has %s record", typebuf);
H A Ddighost.c3341 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
3346 typebuf,
3347 sizeof(typebuf));
3353 namestr, typebuf, classbuf);
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_debug.c593 static char typebuf[20]; local
600 sprintf(typebuf, "TYPE%d", type);
601 return (typebuf);

Completed in 371 milliseconds