Home
last modified time | relevance | path

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

/netbsd-src/lib/libwrap/
H A Doptions.c135 static struct option option_table[] = { variable
198 for (op = option_table; op->name && STR_NE(op->name, key); op++) in process_options()