Searched refs:o_st (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dfind.c55 get_opt_arg_must(tOptions * opts, tOptState * o_st);
58 get_opt_arg_may(tOptions * pOpts, tOptState * o_st);
61 get_opt_arg_none(tOptions * pOpts, tOptState * o_st);
484 * @param[in,out] o_st the option processing state
488 get_opt_arg_must(tOptions * opts, tOptState * o_st) argument
490 switch (o_st->optType) {
497 o_st->pzOptArg = opts->pzCurOpt;
505 if (o_st->pzOptArg == NULL)
506 o_st->pzOptArg = opts->origArgVect[ opts->curOptIdx++ ];
527 fprintf(stderr, zMisArg, opts->pzProgPath, o_st
547 get_opt_arg_may(tOptions * pOpts, tOptState * o_st) argument
619 get_opt_arg_none(tOptions * pOpts, tOptState * o_st) argument
652 get_opt_arg(tOptions * opts, tOptState * o_st) argument
679 find_opt(tOptions * opts, tOptState * o_st) argument
[all...]
H A Dproto.h28 handle_opt(tOptions * opts, tOptState * o_st);
31 next_opt(tOptions * opts, tOptState * o_st);
71 get_opt_arg(tOptions * opts, tOptState * o_st);
74 find_opt(tOptions * opts, tOptState * o_st);
H A Dautoopts.c108 handle_opt(tOptions * opts, tOptState * o_st) argument
114 tOptDesc * od = o_st->pOD;
119 od->optArg.argString = o_st->pzOptArg;
177 o_st->flags |= OPTST_EQUIVALENCE;
193 od->fOptState |= (o_st->flags & ~OPTST_PERSISTENT_MASK);
218 * @param o_st the state of the next found option
221 next_opt(tOptions * opts, tOptState * o_st) argument
224 tSuccess res = find_opt(opts, o_st);
229 if ( ((o_st->flags & OPTST_DEFINED) != 0)
230 && ((o_st
[all...]

Completed in 180 milliseconds