Home
last modified time | relevance | path

Searched refs:COMMSIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/dig/
H A Dnslookup.c776 buf = malloc(COMMSIZE); in get_next_command()
782 ptr = fgets(buf, COMMSIZE, stdin); in get_next_command()
784 ptr = fgets(buf, COMMSIZE, stdin); in get_next_command()
H A Ddig.h36 #define COMMSIZE 0xffff macro
H A Ddighost.c2115 lookup->sendspace = malloc(COMMSIZE); in setup_lookup()
2123 isc_buffer_init(&lookup->renderbuf, lookup->sendspace, COMMSIZE); in setup_lookup()
2324 query->recvspace = malloc(COMMSIZE); in setup_lookup()
2328 isc_buffer_init(&query->recvbuf, query->recvspace, COMMSIZE); in setup_lookup()
3669 isc_buffer_init(&query->recvbuf, query->recvspace, COMMSIZE); in recv_done()
H A Ddig.c736 num = strtonum(value, 0, COMMSIZE, &errstr); in plus_option()