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

1 2

  /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/dhcp/bind/dist/lib/dns/include/dns/
dnstap.h 116 char typebuf[DNS_RDATATYPE_FORMATSIZE]; member in struct:dns_dtdata
  /src/external/mpl/dhcp/bind/dist/lib/dns/
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,
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...]
catz.c 1968 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1976 dns_rdatatype_format(rdataset.type, typebuf,
1977 sizeof(typebuf));
1983 cname, classbuf, typebuf,
master.c 1778 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1782 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
1784 source, line, "type", typebuf,
1798 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1802 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
1804 source, line, "type", typebuf,
1939 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1943 dns_rdatatype_format(type, typebuf, sizeof(typebuf))
    [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);
  /src/external/mpl/bind/dist/lib/dns/
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,
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);
diff.c 329 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
399 typebuf,
400 sizeof(typebuf));
410 namebuf, typebuf,
470 dns_rdatatype_format(type, typebuf,
471 sizeof(typebuf));
478 namebuf, typebuf, classbuf,
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...]
db.c 1257 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local
1262 dns_rdatatype_format(type, typebuf, sizeof(typebuf));
1269 namebuf, typebuf, originbuf, clsbuf,
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...]
  /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/bind/dist/lib/dns/include/dns/
dnstap.h 118 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/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/external/bsd/libbind/dist/resolv/
res_debug.c 616 static char typebuf[20]; local
623 sprintf(typebuf, "TYPE%d", type);
624 return (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/sys/dev/wscons/
wsdisplay.c 1495 char *type, typebuf[16], *emul, emulbuf[16]; local
1509 error = copyinstr(d->screentype, typebuf,
1510 sizeof(typebuf), 0);
1513 type = typebuf;
1537 error = copyinstr(d->name, typebuf, sizeof(typebuf), 0);
1540 d->name = typebuf;
  /src/external/mpl/dhcp/dist/server/
dhcp.c 114 char typebuf[32]; local
123 sprintf(typebuf, "type %d", packet->packet_type);
124 s = typebuf;
  /src/external/mpl/bind/dist/lib/ns/
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...]

Completed in 43 milliseconds

1 2