Searched refs:pOS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | sort.c | 38 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in must_arg() argument 46 switch (pOS->optType) { in must_arg() 61 if (pOS->pzOptArg != NULL) in must_arg() 76 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in maybe_arg() argument 82 switch (pOS->optType) { in maybe_arg() 98 if (pOS->pzOptArg != NULL) in maybe_arg() 119 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS, in short_opt_ck() argument 123 if (FAILED(opt_find_short(opts, (uint8_t)*arg_txt, pOS))) in short_opt_ck() 129 if (OPTST_GET_ARGTYPE(pOS->pOD->fOptState) == OPARG_TYPE_NONE) { in short_opt_ck() 132 } else if (pOS->pOD->fOptState & OPTST_ARG_OPTIONAL) { in short_opt_ck()
|
H A D | proto.h | 498 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,
|