Home
last modified time | relevance | path

Searched refs:arg_txt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dsort.c38 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in must_arg() argument
52 if (*arg_txt != NUL) in must_arg()
76 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in maybe_arg() argument
89 if (*arg_txt != NUL) in maybe_arg()
108 arg_txt = opts->origArgVect[ opts->curOptIdx ]; in maybe_arg()
109 if (*arg_txt != '-') in maybe_arg()
119 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS, in short_opt_ck() argument
122 while (*arg_txt != NUL) { in short_opt_ck()
123 if (FAILED(opt_find_short(opts, (uint8_t)*arg_txt, pOS))) in short_opt_ck()
130 arg_txt++; in short_opt_ck()
[all …]
H A Dproto.h498 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
502 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
506 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS,