Searched refs:tOptState (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/ntp/sntp/libopts/ |
| H A D | proto.h | 28 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 D | find.c | 46 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); 319 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET); in optionVendorOption() 488 get_opt_arg_must(tOptions * opts, tOptState * o_st) in get_opt_arg_must() 547 get_opt_arg_may(tOptions * pOpts, tOptState * o_st) in get_opt_arg_may() 619 get_opt_arg_none(tOptions * pOpts, tOptState * o_st) in get_opt_arg_none() 652 get_opt_arg(tOptions * opts, tOptState * o_st) in get_opt_arg() [all …]
|
| H A D | sort.c | 34 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() 90 maybe_arg(tOptions * opts, char * arg_txt, tOptState * pOS, in maybe_arg() 133 short_opt_ck(tOptions * opts, char * arg_txt, tOptState * pOS, in short_opt_ck() 189 tOptState os = OPTSTATE_INITIALIZER(DEFINED); in optionSort()
|
| H A D | env.c | 37 do_env_opt(tOptState * os, char * env_name, 118 do_env_opt(tOptState * os, char * env_name, in do_env_opt() 194 tOptState st; in env_presets()
|
| H A D | autoopts.c | 108 handle_opt(tOptions * opts, tOptState * o_st) in handle_opt() 221 next_opt(tOptions * opts, tOptState * o_st) in next_opt() 252 tOptState opt_st = OPTSTATE_INITIALIZER(DEFINED); in regular_opts()
|
| H A D | configfile.c | 39 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); in file_preset() 516 handle_cfg(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_cfg() 918 handle_struct(tOptions * opts, tOptState * ost, char * txt, int dir) in handle_struct()
|
| H A D | load.c | 480 load_opt_line(tOptions * opts, tOptState * opt_state, char * line, in load_opt_line() 572 tOptState st = OPTSTATE_INITIALIZER(SET); in optionLoadLine()
|
| H A D | reset.c | 78 tOptState opt_state = OPTSTATE_INITIALIZER(DEFINED); in optionResetOpt()
|
| H A D | init.c | 158 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET); in immediate_opts()
|
| H A D | autoopts.h | 222 } tOptState; typedef
|