| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | gen.c | 165 char typebuf[TYPECLASSBUF]; member 170 char typebuf[TYPECLASSBUF]; member 270 funname(tt->typebuf, buf1), args); in doswitch() 275 funname(tt->typebuf, buf2), args); in doswitch() 310 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type) { in find_typename() 318 insert_into_typenames(int type, const char *typebuf, const char *attr) { in insert_into_typenames() argument 324 INSIST(strlen(typebuf) < TYPECLASSBUF); in insert_into_typenames() 326 if (typenames[i].typebuf[0] != 0 && typenames[i].type == type && in insert_into_typenames() 327 strcmp(typebuf, typenames[i].typebuf) != 0) in insert_into_typenames() 331 typenames[i].typebuf, typebuf); in insert_into_typenames() [all …]
|
| H A D | rootns.c | 292 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in report() local 305 dns_rdatatype_format(rdata->type, typebuf, sizeof(typebuf)); in report() 315 sep, viewname, namebuf, typebuf, databuf); in report() 321 sep, viewname, namebuf, typebuf, databuf); in report()
|
| H A D | zoneverify.c | 307 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in check_no_rrsig() local 327 dns_rdatatype_format(rdataset->type, typebuf, in check_no_rrsig() 328 sizeof(typebuf)); in check_no_rrsig() 333 namebuf, typebuf); in check_no_rrsig() 816 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in verifyset() local 841 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf)); in verifyset() 843 typebuf); in verifyset() 864 dns_rdatatype_format(rdataset->type, typebuf, in verifyset() 865 sizeof(typebuf)); in verifyset() 869 namebuf, typebuf, sig.keyid); in verifyset() [all …]
|
| H A D | badcache.c | 480 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in dns_badcache_print() local 516 dns_rdatatype_format(bad->type, typebuf, in dns_badcache_print() 517 sizeof(typebuf)); in dns_badcache_print() 523 namebuf, typebuf, t); in dns_badcache_print()
|
| H A D | diff.c | 253 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in diff_apply() local 330 typebuf, in diff_apply() 331 sizeof(typebuf)); in diff_apply() 341 namebuf, typebuf, in diff_apply()
|
| H A D | master.c | 1778 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in load_text() local 1782 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); in load_text() 1784 source, line, "type", typebuf, in load_text() 1798 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in load_text() local 1802 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); in load_text() 1804 source, line, "type", typebuf, in load_text() 1939 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in load_text() local 1943 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); in load_text() 1947 line, typebuf, namebuf); in load_text()
|
| H A D | resolver.c | 3433 char typebuf[64]; in add_bad() local 3504 dns_rdatatype_format(fctx->type, typebuf, sizeof(typebuf)); in add_bad() 3510 dns_result_totext(reason), namebuf, typebuf, classbuf, addrbuf); in add_bad() 4391 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in fctx_try() local 4395 dns_rdatatype_format(fctx->qmintype, typebuf, in fctx_try() 4396 sizeof(typebuf)); in fctx_try() 4403 fctx, fctx->info, namebuf, typebuf, in fctx_try() 5666 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in same_question() local 5671 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf)); in same_question() 5673 namebuf, classbuf, typebuf); in same_question() [all …]
|
| H A D | dnstap.c | 1217 dns_rdatatype_format(rdataset->type, d->typebuf, in dns_dt_parse() 1218 sizeof(d->typebuf)); in dns_dt_parse() 1358 if (d->typebuf[0] == '\0') { in dns_dt_datatotext() 1361 CHECK(putstr(dest, d->typebuf)); in dns_dt_datatotext()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | gen.c | 149 char typebuf[TYPECLASSBUF]; member 154 char typebuf[TYPECLASSBUF]; member 319 result, function, funname(tt->typebuf, buf1), in doswitch() 325 funname(tt->typebuf, buf2), args); in doswitch() 356 insert_into_typenames(int type, const char *typebuf, const char *attr) { in insert_into_typenames() 362 INSIST(strlen(typebuf) < TYPECLASSBUF); in insert_into_typenames() 363 for (i = 0; i < TYPENAMES && typenames[i].typebuf[0] != 0; i++) { in insert_into_typenames() 367 if (strcmp(typebuf, typenames[i].typebuf) != 0) { in insert_into_typenames() 370 typenames[i].typebuf, typebu in insert_into_typenames() 354 insert_into_typenames(int type,const char * typebuf,const char * attr) insert_into_typenames() argument 431 add(unsigned int rdclass,const char * classbuf,int type,const char * typebuf,const char * dirbuf) add() argument 532 char typebuf[TYPECLASSBUF]; sd() local [all...] |
| H A D | diff.c | 296 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in diff_apply() 375 typebuf, in diff_apply() 376 sizeof(typebuf)); in diff_apply() 386 namebuf, typebuf, in diff_apply() 494 dns_rdatatype_format(type, typebuf, in diff_apply() 495 sizeof(typebuf)); in diff_apply() 503 namebuf, typebuf, classbuf, 268 char typebuf[DNS_RDATATYPE_FORMATSIZE]; diff_apply() local
|
| H A D | rootns.c | 311 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in report() 324 dns_rdatatype_format(rdata->type, typebuf, sizeof(typebuf)); in report() 334 sep, viewname, namebuf, typebuf, databuf); in report() 340 sep, viewname, namebuf, typebuf, databuf); in report() 313 char typebuf[DNS_RDATATYPE_FORMATSIZE]; report() local
|
| H A D | zoneverify.c | 306 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in check_no_rrsig() local 326 dns_rdatatype_format(rdataset->type, typebuf, in check_no_rrsig() 327 sizeof(typebuf)); in check_no_rrsig() 332 namebuf, typebuf); in check_no_rrsig() 816 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in verifyset() 841 dns_rdatatype_format(rdataset->type, typebuf, sizeof(typebuf)); in verifyset() 843 typebuf); in verifyset() 864 dns_rdatatype_format(rdataset->type, typebuf, in verifyset() 865 sizeof(typebuf)); in verifyset() 815 char typebuf[DNS_RDATATYPE_FORMATSIZE]; verifyset() local [all...] |
| H A D | badcache.c | 407 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in dns_badcache_flushname() 410 dns_rdatatype_format(bad->type, typebuf, sizeof(typebuf)); in dns_badcache_flushname() 411 fprintf(fp, "; %s/%s [ttl %" PRIu32 "]\n", namebuf, typebuf, in dns_badcache_flushname() 478 char typebuf[DNS_RDATATYPE_FORMATSIZE]; dns_badcache_print() local
|
| H A D | master.c | 1744 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in load_text() 1748 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); in load_text() 1750 source, line, "type", typebuf, in load_text() 1764 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in load_text() 1768 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); in load_text() 1770 source, line, "type", typebuf, in load_text() 1927 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in load_text() 1931 dns_rdatatype_format(type, typebuf, sizeo in load_text() 1762 char typebuf[DNS_RDATATYPE_FORMATSIZE]; load_text() local 1782 char typebuf[DNS_RDATATYPE_FORMATSIZE]; load_text() local 1923 char typebuf[DNS_RDATATYPE_FORMATSIZE]; load_text() local [all...] |
| H A D | resolver.c | 3042 char typebuf[64]; in fctx_finddone() 3113 dns_rdatatype_format(fctx->type, typebuf, sizeof(typebuf)); 3119 isc_result_totext(reason), namebuf, typebuf, classbuf, addrbuf); in mark_bad() 4051 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in fctx_nextaddress() 4055 dns_rdatatype_format(fctx->qmintype, typebuf, in fctx_nextaddress() 4056 sizeof(typebuf)); in fctx_nextaddress() 4063 fctx, fctx->info, namebuf, typebuf, in fctx_nextaddress() 4914 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in fctx_create() 4919 dns_rdatatype_format(rdataset->type, typebuf, sizeo in fctx_create() 3197 char typebuf[64]; add_bad() local 4209 char typebuf[DNS_RDATATYPE_FORMATSIZE]; fctx_try() local 5222 char typebuf[DNS_RDATATYPE_FORMATSIZE]; same_question() local 6234 char typebuf[DNS_RDATATYPE_FORMATSIZE]; cache_name() local 7106 char typebuf[64]; is_answeraddress_allowed() local 7177 char typebuf[64]; is_answertarget_allowed() local 10206 char typebuf[64]; rctx_delonly_zone() local 10737 char typebuf[DNS_RDATATYPE_FORMATSIZE]; log_fetch() local [all...] |
| /netbsd-src/external/mpl/bind/dist/fuzz/ |
| H A D | dns_rdata_fromwire_text.c | 111 char typebuf[256]; in LLVMFuzzerTestOneInput() 115 dns_rdatatype_format(t, typebuf, sizeof(typebuf)); in LLVMFuzzerTestOneInput() 116 if (strncmp(typebuf, "TYPE", 4) != 0) { in LLVMFuzzerTestOneInput() 113 char typebuf[256]; LLVMFuzzerTestOneInput() local
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/ |
| H A D | sigs_test.c | 115 isc_buffer_t typebuf; in compare_tuples() 154 isc_buffer_init(&typebuf, found_type, sizeof(found_type)); in compare_tuples() 155 result = dns_rdatatype_totext(found->rdata.type, &typebuf); in compare_tuples() 176 isc_buffer_init(&typebuf, found_covers, sizeof(found_covers)); in compare_tuples() 177 result = dns_rdatatype_totext(rrsig.covered, &typebuf); in compare_tuples() 118 isc_buffer_t typebuf; compare_tuples() local
|
| /netbsd-src/lib/libp2k/ |
| H A D | p2k.c | 414 char typebuf[PUFFS_TYPELEN]; in setupfs() local 421 strcpy(typebuf, "p2k|"); in setupfs() 424 strlcat(typebuf, args->pa_typename, sizeof(typebuf)); in setupfs() 426 strlcat(typebuf, vfsname, sizeof(typebuf)); in setupfs() 433 puffs_setmntinfo(pu, partpath, typebuf); in setupfs()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | dnstap.h | 116 char typebuf[DNS_RDATATYPE_FORMATSIZE]; 115 char typebuf[DNS_RDATATYPE_FORMATSIZE]; global() member
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | dnstap.h | 116 char typebuf[DNS_RDATATYPE_FORMATSIZE]; member
|
| /netbsd-src/external/mpl/bind/dist/lib/ns/ |
| H A D | client.c | 2825 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in ns_client_dumprecursing() 2829 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); in ns_client_dumprecursing() 2831 (void)snprintf(buf, len, "%s '%s/%s/%s'", msg, namebuf, typebuf, in ns_client_dumprecursing() 2878 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in ns_client_qnamereplace() 2922 dns_rdatatype_format(rdataset->type, typebuf, in ns_client_putrdataset() 2923 sizeof(typebuf)); 2927 strlcpy(typebuf, "-", sizeof(typebuf)); in ns_client_newnamebuf() 2935 typebuf, classbu in ns_client_newnamebuf() 2749 char typebuf[DNS_RDATATYPE_FORMATSIZE]; ns_client_aclmsg() local 2802 char typebuf[DNS_RDATATYPE_FORMATSIZE]; ns_client_dumprecursing() local [all...] |
| H A D | update.c | 2938 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in update_action() 2940 dns_rdatatype_format(rdata.type, typebuf, in update_action() 2941 sizeof(typebuf)); in update_action() 2944 typebuf); in update_action() 2951 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in update_action() 2953 dns_rdatatype_format(rdata.type, typebuf, in update_action() 2954 sizeof(typebuf)); in update_action() 2958 typebuf); in update_action() 3012 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in update_action() 3014 dns_rdatatype_format(rdata.type, typebuf, in update_action() 3095 char typebuf[DNS_RDATATYPE_FORMATSIZE]; update_action() local 3108 char typebuf[DNS_RDATATYPE_FORMATSIZE]; update_action() local 3170 char typebuf[DNS_RDATATYPE_FORMATSIZE]; update_action() local [all...] |
| /netbsd-src/sys/dev/wscons/ |
| H A D | wsdisplay.c | 1495 char *type, typebuf[16], *emul, emulbuf[16]; in wsdisplay_cfg_ioctl() local 1509 error = copyinstr(d->screentype, typebuf, in wsdisplay_cfg_ioctl() 1510 sizeof(typebuf), 0); in wsdisplay_cfg_ioctl() 1513 type = typebuf; in wsdisplay_cfg_ioctl() 1537 error = copyinstr(d->name, typebuf, sizeof(typebuf), 0); in wsdisplay_cfg_ioctl() 1540 d->name = typebuf; in wsdisplay_cfg_ioctl()
|
| /netbsd-src/lib/libc/resolv/ |
| H A D | res_debug.c | 624 static char typebuf[20]; in p_type() local 631 sprintf(typebuf, "TYPE%d", type); in p_type() 632 return (typebuf); in p_type()
|
| /netbsd-src/external/bsd/libbind/dist/resolv/ |
| H A D | res_debug.c | 616 static char typebuf[20]; in p_type() local 623 sprintf(typebuf, "TYPE%d", type); in p_type() 624 return (typebuf); in p_type()
|