Home
last modified time | relevance | path

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

/NextBSD/contrib/tcp_wrappers/
HDoptions.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))
/NextBSD/contrib/ntp/sntp/libopts/
HDautoopts.c221 next_opt(tOptions * opts, tOptState * o_st) in next_opt() function
254 switch (next_opt(opts, &opt_st)) { in regular_opts()
HDproto.h31 next_opt(tOptions * opts, tOptState * o_st);
HDinit.c161 res = next_opt(opts, &opt_st); in immediate_opts()