Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/config/
H A Dconfig.h134 struct opt_list { struct
137 struct opt_list *o_next; argument
139 extern struct opt_list *otab;
H A Dmkoptions.c56 struct opt_list *ol; in options()
108 struct opt_list *ol; in do_option()
254 struct opt_list *po; in tooption()
279 struct opt_list *po; in read_options()
H A Dmain.c64 struct opt_list *otab;
/dragonfly/usr.sbin/rtadvd/
H A Drtadvd.c123 TAILQ_HEAD(, nd_optlist) opt_list;
131 #define opt_list nd_opt_each.opt_list macro
926 TAILQ_INIT(&ndopts.opt_list); in rs_input()
1093 TAILQ_INIT(&ndopts.opt_list); in ra_input()
1205 TAILQ_FOREACH(nol, &ndopts.opt_list, nol_next) in ra_input()
1501 TAILQ_INSERT_TAIL(&(ndopts->opt_list), nol, nol_next); in nd6_options()
1523 while ((nol = TAILQ_FIRST(&ndopts->opt_list)) != NULL) { in free_ndopts()
1524 TAILQ_REMOVE(&ndopts->opt_list, nol, nol_next); in free_ndopts()
/dragonfly/usr.sbin/cron/crontab/
H A Dcrontab.c48 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enumerator
107 case opt_list: list_cmd(); in main()
153 Option = opt_list; in parse_args()