Home
last modified time | relevance | path

Searched refs:optType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/ntp/sntp/libopts/
H A Dfind.c235 st->optType = TOPT_LONG; in opt_set()
266 st->optType = TOPT_DEFAULT; in opt_unknown()
442 pOptState->optType = TOPT_SHORT; in opt_find_short()
458 pOptState->optType = TOPT_SHORT; in opt_find_short()
490 switch (o_st->optType) { in get_opt_arg_must()
552 switch (o_st->optType) { in get_opt_arg_may()
625 if (o_st->optType == TOPT_SHORT) in get_opt_arg_none()
H A Dsort.c60 switch (pOS->optType) { in must_arg()
96 switch (pOS->optType) { in maybe_arg()
290 if ( (os.optType == TOPT_SHORT) in optionSort()
H A Denv.c126 os->optType = TOPT_UNDEFINED; in do_env_opt()
H A Dautoopts.h221 teOptType optType; member