Searched refs:next_opt (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/tcp_wrappers/
H A Doptions.c142 char *next_opt; local
146 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
147 next_opt = get_field((char *) 0);
187 if (next_opt && use_last(op))
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.c221 next_opt(tOptions * opts, tOptState * o_st) function
254 switch (next_opt(opts, &opt_st)) {
H A Dinit.c160 res = next_opt(opts, &opt_st);
H A Dproto.h31 next_opt(tOptions * opts, tOptState * o_st);

Completed in 133 milliseconds