Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/sntp/libopts/
Dinit.c214 opts->fOptSet |= OPTPROC_PRESETTING; in do_presets()
237 opts->fOptSet &= ~OPTPROC_PRESETTING; in do_presets()
Dautoopts.c125 if ( ((opts->fOptSet & OPTPROC_PRESETTING) != 0) in handle_opt()
Dconfigfile.c441 if ((opts->fOptSet & OPTPROC_PRESETTING) == 0) in file_preset()
/freebsd-9-stable/contrib/ntp/sntp/libopts/autoopts/
Doptions.h383 #define OPTPROC_PRESETTING 0x080000U macro