Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dig/
H A Ddig.c76 static const char * const opcodetext[] = { variable
449 opcodetext[msg->opcode], in printmessage()
996 num < sizeof(opcodetext)/sizeof(opcodetext[0]); in plus_option()
998 if (strcasecmp(opcodetext[num], value) == 0) in plus_option()
H A Dhost.c50 static const char *opcodetext[] = { variable
446 opcodetext[msg->opcode], rcode_totext(msg->rcode), in printmessage()