Searched refs:tOptState (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dproto.h28 handle_opt(tOptions * opts, tOptState * o_st);
31 next_opt(tOptions * opts, tOptState * o_st);
65 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state);
68 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState);
71 get_opt_arg(tOptions * opts, tOptState * o_st);
74 find_opt(tOptions * opts, tOptState * o_st);
95 load_opt_line(tOptions * opts, tOptState * opt_state, char * line,
H A Dfind.c46 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st);
49 opt_unknown(tOptions * opts, char const * name, char * arg, tOptState * st);
55 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);
209 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st)
252 opt_unknown(tOptions * opts, char const * name, char * arg, tOptState * st)
319 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET);
371 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state)
412 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptStat
[all...]
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,
90 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS,
133 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS,
189 tOptState os = OPTSTATE_INITIALIZER(DEFINED);
H A Denv.c37 do_env_opt(tOptState * os, char * env_name,
118 do_env_opt(tOptState * os, char * env_name,
194 tOptState st;
H A Dreset.c78 tOptState opt_state = OPTSTATE_INITIALIZER(DEFINED);
H A Dautoopts.c108 handle_opt(tOptions * opts, tOptState * o_st)
221 next_opt(tOptions * opts, tOptState * o_st)
252 tOptState opt_st = OPTSTATE_INITIALIZER(DEFINED);
H A Dload.c480 load_opt_line(tOptions * opts, tOptState * opt_state, char * line,
572 tOptState st = OPTSTATE_INITIALIZER(SET);
H A Dautoopts.h222 } tOptState; typedef in typeref:struct:__anon6379
H A Dconfigfile.c39 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir);
63 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir);
416 tOptState optst = OPTSTATE_INITIALIZER(PRESET);
516 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir)
918 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir)
H A Dinit.c158 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET);

Completed in 111 milliseconds