Home
last modified time | relevance | path

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

/freebsd/contrib/tcp_wrappers/
H A Doptions.c141 char *next_opt; in process_options() local
145 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) { in process_options()
146 next_opt = get_field((char *) 0); in process_options()
186 if (next_opt && use_last(op)) in process_options()
/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.c215 next_opt(tOptions * opts, tOptState * o_st) in next_opt() function
248 switch (next_opt(opts, &opt_st)) { in regular_opts()
H A Dinit.c156 res = next_opt(opts, &opt_st); in immediate_opts()
H A Dproto.h32 next_opt(tOptions * opts, tOptState * o_st);