Home
last modified time | relevance | path

Searched refs:OPTST_RESET (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dpgusage.c113 if ((od->fOptState & OPTST_RESET) != 0) in optionPagedUsage()
129 if ((od->fOptState & OPTST_RESET) != 0) in optionPagedUsage()
H A Dreset.c36 pOD->fOptState |= OPTST_RESET; in optionReset()
H A Denum.c304 if ((pOD->fOptState & OPTST_RESET) != 0) in optionEnumerationVal()
546 if ((od->fOptState & OPTST_RESET) != 0) in optionSetMembers()
H A Dnumeric.c127 || ((od->fOptState & OPTST_RESET) != 0) in optionNumericVal()
H A Dfile.c178 if ((pOD->fOptState & OPTST_RESET) != 0) { in optionFileCheck()
H A Dstack.c241 if ((od->fOptState & OPTST_RESET) != 0) { in optionStackArg()
H A Dautoopts.h397 || (((_d)->fOptState & OPTST_RESET) != 0) )
H A Dfind.c295 if ((pOD->fOptState & OPTST_RESET) != 0) in optionVendorOption()
H A Dnested.c798 if (od->fOptState & OPTST_RESET) { in optionNestedVal()
H A Dconfigfile.c1130 || ((odesc->fOptState & OPTST_RESET) != 0)) in optionLoadOpt()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h220 #define OPTST_RESET 0x0000008U macro