Searched refs:opt_find_short (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | sort.c | 123 if (FAILED(opt_find_short(opts, (uint8_t)*arg_txt, pOS))) in short_opt_ck() 254 res = opt_find_short(opts, (uint8_t)arg_txt[1], &os); in optionSort()
|
H A D | find.c | 382 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState) in opt_find_short() function 672 return opt_find_short(opts, (uint8_t)*(opts->pzCurOpt), o_st); in find_opt() 753 return opt_find_short(opts, (uint8_t)*(opts->pzCurOpt), o_st); in find_opt()
|
H A D | reset.c | 108 succ = opt_find_short(pOpts, (uint8_t)*pzArg, &opt_state); in optionResetOpt()
|
H A D | load.c | 488 } else if (! SUCCESSFUL(opt_find_short(opts, *line, opt_state))) in load_opt_line()
|
H A D | proto.h | 187 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
|