Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/sntp/libopts/
H A Dpgusage.c115 if ((od->fOptState & OPTST_RESET) != 0) in optionPagedUsage()
131 if ((od->fOptState & OPTST_RESET) != 0) in optionPagedUsage()
H A Dreset.c38 pOD->fOptState |= OPTST_RESET; in optionReset()
H A Denum.c330 if ((pOD->fOptState & OPTST_RESET) != 0) in optionEnumerationVal()
572 if ((od->fOptState & OPTST_RESET) != 0) in optionSetMembers()
H A Dnumeric.c129 || ((od->fOptState & OPTST_RESET) != 0)) in optionNumericVal()
H A Dfile.c180 if ((pOD->fOptState & OPTST_RESET) != 0) { in optionFileCheck()
H A Dstack.c243 if ((od->fOptState & OPTST_RESET) != 0) { in optionStackArg()
H A Dautoopts.h400 || (((_d)->fOptState & OPTST_RESET) != 0) )
H A Dfind.c327 if ((pOD->fOptState & OPTST_RESET) != 0) in optionVendorOption()
H A Dnested.c832 if (od->fOptState & OPTST_RESET) { in optionNestedVal()
H A Dconfigfile.c1176 || ((odesc->fOptState & OPTST_RESET) != 0)) in optionLoadOpt()
/netbsd/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h221 #define OPTST_RESET 0x0000008U macro