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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dfind.c332 || ! SUCCESSFUL(opt_find_long(pOpts, vopt_str, &opt_st))
371 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state) function
706 return opt_find_long(opts, pz, o_st);
717 res = opt_find_long(opts, pz, o_st);
759 return opt_find_long(opts, opts->pzCurOpt, o_st);
770 return opt_find_long(opts, opts->pzCurOpt, o_st);
H A Dproto.h65 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state);
H A Dreset.c116 succ = opt_find_long(pOpts, pzArg, &opt_state);
H A Dsort.c256 res = opt_find_long(opts, arg_txt+2, &os);
266 res = opt_find_long(opts, arg_txt+1, &os);
H A Dload.c495 if (! SUCCESSFUL(opt_find_long(opts, line, opt_state)))

Completed in 153 milliseconds