HomeSort by: relevance | last modified time | path
    Searched defs:next_opt (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libwrap/
options.c 161 char *next_opt; local in function:process_options
165 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
166 next_opt = get_field((char *) 0);
206 if (next_opt && use_last(op))
options.c 161 char *next_opt; local in function:process_options
165 for (curr_opt = get_field(options); curr_opt; curr_opt = next_opt) {
166 next_opt = get_field((char *) 0);
206 if (next_opt && use_last(op))

Completed in 37 milliseconds