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

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dreset.c40 pOpts->originalOptArgArray[ pOD->optIndex ].argString;
41 pOD->optCookie = pOpts->originalOptArgCookie[ pOD->optIndex ];
H A Dautoopts.c155 if (eqv_od->optActualIndex != od->optIndex) {
170 if (eqv_od->optActualIndex != od->optIndex) {
176 eqv_od->optActualIndex = od->optIndex;
189 od->optActualIndex = od->optIndex;
H A Dcheck.c130 || (pOD->optEquivIndex == pOD->optIndex) )
H A Dsave.c679 opts->originalOptArgArray[od->optIndex].argString;
751 && (od->optEquivIndex != od->optIndex))
H A Dusage.c888 && (od->optIndex < opts->presetOptCt)
923 && (opts->specOptIdx.default_opt == od->optIndex))
/freebsd-12-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h467 * is an illegal value for 'optIndex' (option description index).
520 uint16_t const optIndex; member in struct:opt_desc

Completed in 47 milliseconds