HomeSort by: relevance | last modified time | path
    Searched refs:typebuf (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/mpl/bind/dist/lib/dns/
gen.c 149 char typebuf[TYPECLASSBUF]; member in struct:tt
154 char typebuf[TYPECLASSBUF]; member in struct:ttnam
319 result, function, funname(tt->typebuf, buf1),
325 funname(tt->typebuf, buf2), args);
356 insert_into_typenames(int type, const char *typebuf, const char *attr) {
362 INSIST(strlen(typebuf) < TYPECLASSBUF);
363 for (i = 0; i < TYPENAMES && typenames[i].typebuf[0] != 0; i++) {
367 if (strcmp(typebuf, typenames[i].typebuf) != 0) {
370 typenames[i].typebuf, typebuf)
531 char typebuf[TYPECLASSBUF]; local
    [all...]
diff.c 342 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
412 typebuf,
413 sizeof(typebuf));
423 namebuf, typebuf,
483 dns_rdatatype_format(type, typebuf,
484 sizeof(typebuf));
491 namebuf, typebuf, classbuf,
badcache.c 407 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
410 dns_rdatatype_format(bad->type, typebuf, sizeof(typebuf));
411 fprintf(fp, "; %s/%s [ttl %" PRIu32 "]\n", namebuf, typebuf,
zoneverify.c 306 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
326 dns_rdatatype_format(rdataset->type, typebuf,
327 sizeof(typebuf));
332 namebuf, typebuf);
816 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
841 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf));
843 typebuf);
864 dns_rdatatype_format(rdataset->type, typebuf,
865 sizeof(typebuf));
    [all...]
rootns.c 311 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
324 dns_rdatatype_format(rdata->type, typebuf, sizeof(typebuf));
334 sep, viewname, namebuf, typebuf, databuf);
340 sep, viewname, namebuf, typebuf, databuf);
master.c 1725 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1729 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
1731 source, line, "type", typebuf,
1745 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1749 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
1751 source, line, "type", typebuf,
1908 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1912 dns_rdatatype_format(type, typebuf, sizeof(typebuf))
    [all...]
resolver.c 3098 char typebuf[64]; local
3169 dns_rdatatype_format(fctx->type, typebuf, sizeof(typebuf));
3175 isc_result_totext(reason), namebuf, typebuf, classbuf, addrbuf);
4170 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
4174 dns_rdatatype_format(fctx->qmintype, typebuf,
4175 sizeof(typebuf));
4182 fctx, fctx->info, namebuf, typebuf,
5093 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
5098 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf))
6051 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
6956 char typebuf[64]; local
7112 char typebuf[64]; local
10434 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
10730 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
11217 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 165 char typebuf[TYPECLASSBUF]; member in struct:tt
170 char typebuf[TYPECLASSBUF]; member in struct:ttnam
270 funname(tt->typebuf, buf1), args);
275 funname(tt->typebuf, buf2), args);
310 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type) {
318 insert_into_typenames(int type, const char *typebuf, const char *attr) {
324 INSIST(strlen(typebuf) < TYPECLASSBUF);
326 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type &&
327 strcmp(typebuf, typenames[i].typebuf) != 0
495 char typebuf[TYPECLASSBUF]; local
    [all...]
zoneverify.c 307 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
327 dns_rdatatype_format(rdataset->type, typebuf,
328 sizeof(typebuf));
333 namebuf, typebuf);
816 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
841 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf));
843 typebuf);
864 dns_rdatatype_format(rdataset->type, typebuf,
865 sizeof(typebuf));
    [all...]
rootns.c 292 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
305 dns_rdatatype_format(rdata->type, typebuf, sizeof(typebuf));
315 sep, viewname, namebuf, typebuf, databuf);
321 sep, viewname, namebuf, typebuf, databuf);
badcache.c 480 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
516 dns_rdatatype_format(bad->type, typebuf,
517 sizeof(typebuf));
523 namebuf, typebuf, t);
diff.c 253 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
330 typebuf,
331 sizeof(typebuf));
341 namebuf, typebuf,
resolver.c 3433 char typebuf[64]; local
3504 dns_rdatatype_format(fctx->type, typebuf, sizeof(typebuf));
3510 dns_result_totext(reason), namebuf, typebuf, classbuf, addrbuf);
4391 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
4395 dns_rdatatype_format(fctx->qmintype, typebuf,
4396 sizeof(typebuf));
4403 fctx, fctx->info, namebuf, typebuf,
5666 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
5671 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf))
6476 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
7348 char typebuf[64]; local
7419 char typebuf[64]; local
10411 char typebuf[64]; local
11008 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
    [all...]
validator.c 967 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
975 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
977 namebuf, typebuf);
3348 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
3351 dns_rdatatype_format(val->event->type, typebuf,
3352 sizeof(typebuf));
3355 sep2, depth, spaces, namebuf, typebuf, msgbuf);
dnstap.c 1217 dns_rdatatype_format(rdataset->type, d->typebuf,
1218 sizeof(d->typebuf));
1358 if (d->typebuf[0] == '\0') {
1361 CHECK(putstr(dest, d->typebuf));
  /src/external/mpl/bind/dist/fuzz/
dns_rdata_fromwire_text.c 111 char typebuf[256]; local
115 dns_rdatatype_format(t, typebuf, sizeof(typebuf));
116 if (strncmp(typebuf, "TYPE", 4) != 0) {
  /src/external/mpl/bind/dist/tests/dns/
sigs_test.c 115 isc_buffer_t typebuf; local
154 isc_buffer_init(&typebuf, found_type, sizeof(found_type));
155 result = dns_rdatatype_totext(found->rdata.type, &typebuf);
176 isc_buffer_init(&typebuf, found_covers, sizeof(found_covers));
177 result = dns_rdatatype_totext(rrsig.covered, &typebuf);
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dnstap.h 116 char typebuf[DNS_RDATATYPE_FORMATSIZE]; member in struct:dns_dtdata
  /src/external/mpl/bind/dist/bin/dig/
host.c 283 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
296 typebuf,
297 sizeof(typebuf));
299 "has %s record", typebuf);
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dnstap.h 118 char typebuf[DNS_RDATATYPE_FORMATSIZE]; member in struct:dns_dtdata
  /src/lib/libp2k/
p2k.c 414 char typebuf[PUFFS_TYPELEN]; local
421 strcpy(typebuf, "p2k|");
424 strlcat(typebuf, args->pa_typename, sizeof(typebuf));
426 strlcat(typebuf, vfsname, sizeof(typebuf));
433 puffs_setmntinfo(pu, partpath, typebuf);
  /src/lib/libc/resolv/
res_debug.c 622 static char typebuf[20]; local
629 snprintf(typebuf, sizeof(typebuf), "TYPE%d", type);
630 return (typebuf);
  /src/external/mpl/bind/dist/lib/ns/
update.c 2907 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2909 dns_rdatatype_format(rdata.type, typebuf,
2910 sizeof(typebuf));
2913 typebuf);
2920 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2922 dns_rdatatype_format(rdata.type, typebuf,
2923 sizeof(typebuf));
2927 typebuf);
2981 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2983 dns_rdatatype_format(rdata.type, typebuf,
3223 char typebuf local
    [all...]
client.c 2832 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2836 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
2838 (void)snprintf(buf, len, "%s '%s/%s/%s'", msg, namebuf, typebuf,
2885 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2929 dns_rdatatype_format(rdataset->type, typebuf,
2930 sizeof(typebuf));
2934 strlcpy(typebuf, "-", sizeof(typebuf));
2942 typebuf, classbuf, origfor, original
    [all...]
query.c 618 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
634 dns_rdatatype_format(client->query.qtype, typebuf, sizeof(typebuf));
648 namebuf, classbuf, typebuf, rcodebuf,
1261 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1307 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf));
1317 dns_rpz_policy2str(policy), qname_buf, typebuf, classbuf,
2657 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
2682 dns_rdatatype_format(client->query.qtype, typebuf,
2866 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
5826 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
6096 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
7081 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
11916 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
11949 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
    [all...]

Completed in 108 milliseconds

1 2