Searched refs:option_store (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c723 char option_store[256]; local
731 strncpy(option_store, option, sizeof(option_store));
732 option_store[sizeof(option_store)-1]=0;
733 ptr = option_store;
736 printf(";; Invalid option %s\n", option_store);

Completed in 100 milliseconds