Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/getconf/
H A Dgetconf.c82 const struct conf_variable conf_table[] = variable
442 cp = conf_table; in main()
557 for (cp = conf_table; cp->name != NULL; cp++) in list_var()