Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libopts/
H A Dsort.c34 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
38 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
42 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS,
52 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in must_arg() argument
60 switch (pOS->optType) { in must_arg()
75 if (pOS->pzOptArg != NULL) in must_arg()
90 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in maybe_arg() argument
96 switch (pOS->optType) { in maybe_arg()
112 if (pOS->pzOptArg != NULL) in maybe_arg()
133 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS, in short_opt_ck() argument
[all …]