Searched refs:COMMSIZE (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/dig/ |
| H A D | nslookup.c | 776 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 D | dig.h | 36 #define COMMSIZE 0xffff macro
|
| H A D | dighost.c | 2115 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 D | dig.c | 736 num = strtonum(value, 0, COMMSIZE, &errstr); in plus_option()
|