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

/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.h130 struct opt_list { struct
135 SLIST_ENTRY(opt_list) o_next;
138 SLIST_HEAD(, opt_list) otab;
H A Dmkoptions.c67 struct opt_list *ol;
144 struct opt_list *ol;
295 struct opt_list *po;
315 struct opt_list *po;
329 struct opt_list *po;
332 po = (struct opt_list *) calloc(1, sizeof *po);
344 struct opt_list *po;
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dsave.c451 void ** opt_list; local
456 opt_list = VOIDP(al->apzArgs);
467 tOptionValue const * ovp = *(opt_list++);
485 void ** opt_list; local
491 opt_list = VOIDP(al->apzArgs);
497 tOptionValue const * base = *(opt_list++);
/freebsd-9.3-release/usr.sbin/cron/crontab/
H A Dcrontab.c52 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enumerator in enum:opt_t
111 case opt_list: list_cmd();
162 Option = opt_list;
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Drtadvd.c124 TAILQ_HEAD(, nd_optlist) opt_list;
132 #define opt_list nd_opt_each.opt_list macro
932 TAILQ_INIT(&ndopts.opt_list);
1108 TAILQ_INIT(&ndopts.opt_list);
1220 TAILQ_FOREACH(nol, &ndopts.opt_list, nol_next)
1510 TAILQ_INSERT_TAIL(&(ndopts->opt_list), nol, nol_next);
1532 while ((nol = TAILQ_FIRST(&ndopts->opt_list)) != NULL) {
1533 TAILQ_REMOVE(&ndopts->opt_list, nol, nol_next);

Completed in 118 milliseconds