Searched refs:tOptState (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | proto.h | 29 handle_opt(tOptions * opts, tOptState * o_st); 32 next_opt(tOptions * opts, tOptState * o_st); 59 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir); 83 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir); 143 do_env_opt(tOptState * os, char * env_name, 175 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st); 178 opt_unknown(tOptions * opts, char const * name, char * arg, tOptState * st); 184 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state); 187 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState); 190 get_opt_arg_must(tOptions * opts, tOptState * o_st); [all …]
|
H A D | find.c | 179 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st) in opt_set() 222 opt_unknown(tOptions * opts, char const * name, char * arg, tOptState * st) in opt_unknown() 289 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET); in optionVendorOption() 341 opt_find_long(tOptions * opts, char const * opt_name, tOptState * state) in opt_find_long() 382 opt_find_short(tOptions * pOpts, uint_t optValue, tOptState * pOptState) in opt_find_short() 458 get_opt_arg_must(tOptions * opts, tOptState * o_st) in get_opt_arg_must() 517 get_opt_arg_may(tOptions * pOpts, tOptState * o_st) in get_opt_arg_may() 589 get_opt_arg_none(tOptions * pOpts, tOptState * o_st) in get_opt_arg_none() 623 get_opt_arg(tOptions * opts, tOptState * o_st) in get_opt_arg() 664 find_opt(tOptions * opts, tOptState * o_st) in find_opt()
|
H A D | sort.c | 38 must_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in must_arg() 76 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in maybe_arg() 119 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS, in short_opt_ck() 175 tOptState os = OPTSTATE_INITIALIZER(DEFINED); in optionSort()
|
H A D | autoopts.c | 102 handle_opt(tOptions * opts, tOptState * o_st) in handle_opt() 215 next_opt(tOptions * opts, tOptState * o_st) in next_opt() 246 tOptState opt_st = OPTSTATE_INITIALIZER(DEFINED); in regular_opts()
|
H A D | env.c | 112 do_env_opt(tOptState * os, char * env_name, in do_env_opt() 188 tOptState st; in env_presets()
|
H A D | load.c | 470 load_opt_line(tOptions * opts, tOptState * opt_state, char * line, in load_opt_line() 562 tOptState st = OPTSTATE_INITIALIZER(SET); in optionLoadLine()
|
H A D | reset.c | 78 tOptState opt_state = OPTSTATE_INITIALIZER(DEFINED); in optionResetOpt()
|
H A D | configfile.c | 372 tOptState optst = OPTSTATE_INITIALIZER(PRESET); in file_preset() 473 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_cfg() 874 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_struct()
|
H A D | init.c | 154 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET); in immediate_opts()
|
H A D | autoopts.h | 225 } tOptState; typedef
|