Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c205 st->optType = TOPT_LONG; in opt_set()
236 st->optType = TOPT_DEFAULT; in opt_unknown()
412 pOptState->optType = TOPT_SHORT; in opt_find_short()
428 pOptState->optType = TOPT_SHORT; in opt_find_short()
460 switch (o_st->optType) { in get_opt_arg_must()
522 switch (o_st->optType) { in get_opt_arg_may()
595 if (o_st->optType == TOPT_SHORT) in get_opt_arg_none()
H A Dsort.c46 switch (pOS->optType) { in must_arg()
82 switch (pOS->optType) { in maybe_arg()
276 if ( (os.optType == TOPT_SHORT) in optionSort()
H A Denv.c120 os->optType = TOPT_UNDEFINED; in do_env_opt()
H A Dautoopts.h224 teOptType optType; member