Home
last modified time | relevance | path

Searched refs:typebuf (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/dig/
H A Dhost.c267 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in printsection() local
280 typebuf, in printsection()
281 sizeof(typebuf)); in printsection()
283 "has %s record", typebuf); in printsection()
H A Ddighost.c3418 char typebuf[DNS_RDATATYPE_FORMATSIZE]; in recv_done()
3423 typebuf, in recv_done()
3424 sizeof(typebuf)); in recv_done()
3430 namestr, typebuf, classbuf); in recv_done()
3417 char typebuf[DNS_RDATATYPE_FORMATSIZE]; recv_done() local