Home
last modified time | relevance | path

Searched refs:OPTPROC_PRESETTING (Results 1 – 4 of 4) sorted by path

/freebsd/contrib/ntp/sntp/libopts/
H A Dautoopts.c119 if ( ((opts->fOptSet & OPTPROC_PRESETTING) != 0) in handle_opt()
H A Dconfigfile.c397 if ((opts->fOptSet & OPTPROC_PRESETTING) == 0) in file_preset()
H A Dinit.c210 opts->fOptSet |= OPTPROC_PRESETTING; in do_presets()
233 opts->fOptSet &= ~OPTPROC_PRESETTING; in do_presets()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h384 #define OPTPROC_PRESETTING 0x080000U macro