Home
last modified time | relevance | path

Searched refs:OPTST_DEFINED (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDautoopts.c146 if ((od->fOptState & OPTST_DEFINED) != 0) { in handle_opt()
199 if ( (od->fOptState & OPTST_DEFINED) in handle_opt()
229 if ( ((o_st->flags & OPTST_DEFINED) != 0) in next_opt()
HDalias.c91 if ( (new_od->fOptState & OPTST_DEFINED) in optionAlias()
HDfind.c329 opt_st.flags = OPTST_DEFINED; in optionVendorOption()
HDconfigfile.c431 st_flags = OPTST_DEFINED; in file_preset()
/NextBSD/contrib/ntp/sntp/libopts/autoopts/
HDoptions.h217 #define OPTST_DEFINED 0x0000004U macro