Home
last modified time | relevance | path

Searched refs:optIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.c149 if (eqv_od->optActualIndex != od->optIndex) { in handle_opt()
164 if (eqv_od->optActualIndex != od->optIndex) { in handle_opt()
170 eqv_od->optActualIndex = od->optIndex; in handle_opt()
183 od->optActualIndex = od->optIndex; in handle_opt()
H A Dreset.c40 pOpts->originalOptArgArray[ pOD->optIndex ].argString; in optionReset()
41 pOD->optCookie = pOpts->originalOptArgCookie[ pOD->optIndex ]; in optionReset()
H A Dcheck.c130 || (pOD->optEquivIndex == pOD->optIndex) ) in is_consistent()
H A Dsave.c778 opts->originalOptArgArray[od->optIndex].argString; in prt_file_arg()
879 && (od->optEquivIndex != od->optIndex)) in optionSaveFile()
H A Dusage.c837 && (od->optIndex < opts->presetOptCt) in prt_extd_usage()
872 && (opts->specOptIdx.default_opt == od->optIndex)) in prt_extd_usage()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h521 uint16_t const optIndex; member