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

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dproto.h68 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
H A Dreset.c108 succ = opt_find_short(pOpts, (uint8_t)*pzArg, &opt_state);
H A Dsort.c137 if (FAILED(opt_find_short(opts, (uint8_t)*arg_txt, pOS)))
268 res = opt_find_short(opts, (uint8_t)arg_txt[1], &os);
H A Dfind.c412 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState) function
687 return opt_find_short(opts, (uint8_t)*(opts->pzCurOpt), o_st);
768 return opt_find_short(opts, (uint8_t)*(opts->pzCurOpt), o_st);
H A Dload.c498 } else if (! SUCCESSFUL(opt_find_short(opts, *line, opt_state)))

Completed in 183 milliseconds