Searched refs:opt_find_long (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | find.c | 302 || ! SUCCESSFUL(opt_find_long(pOpts, vopt_str, &opt_st)) in optionVendorOption() 341 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state) in opt_find_long() function 691 return opt_find_long(opts, pz, o_st); in find_opt() 702 res = opt_find_long(opts, pz, o_st); in find_opt() 744 return opt_find_long(opts, opts->pzCurOpt, o_st); in find_opt() 755 return opt_find_long(opts, opts->pzCurOpt, o_st); in find_opt()
|
H A D | sort.c | 242 res = opt_find_long(opts, arg_txt+2, &os); in optionSort() 252 res = opt_find_long(opts, arg_txt+1, &os); in optionSort()
|
H A D | reset.c | 116 succ = opt_find_long(pOpts, (char *)pzArg, &opt_state); in optionResetOpt()
|
H A D | load.c | 485 if (! SUCCESSFUL(opt_find_long(opts, line, opt_state))) in load_opt_line()
|
H A D | proto.h | 184 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state);
|