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

/bind-9.11.3/bin/dig/
H A Ddig.c796 char option_store[256]; local
802 strlcpy(option_store, option, sizeof(option_store));
803 ptr = option_store;
806 printf(";; Invalid option %s\n", option_store);
/bind-9.11.3/bin/tools/
H A Dmdig.c1038 char option_store[256]; local
1044 strlcpy(option_store, option, sizeof(option_store));
1045 ptr = option_store;
1048 printf(";; Invalid option %s\n", option_store);
/bind-9.11.3/bin/delv/
H A Ddelv.c975 char option_store[256]; local
979 strlcpy(option_store, option, sizeof(option_store));
980 ptr = option_store;
983 printf(";; Invalid option %s\n", option_store);

Completed in 21 milliseconds