Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h111 #define DESC(n) (sntpOptions.pOptDesc[INDEX_OPT_## n])
311 #define ERRSKIP_OPTERR STMTS(sntpOptions.fOptSet &= ~OPTPROC_ERRSTOP)
312 #define ERRSTOP_OPTERR STMTS(sntpOptions.fOptSet |= OPTPROC_ERRSTOP)
314 sntpOptions.curOptIdx = (n); \
315 sntpOptions.pzCurOpt = NULL )
317 #define USAGE(c) (*sntpOptions.pUsageProc)(&sntpOptions, c)
328 extern tOptions sntpOptions;
351 # define OPT_NO_XLAT_CFG_NAMES STMTS(sntpOptions.fOptSet |= \
353 # define OPT_NO_XLAT_OPT_NAMES STMTS(sntpOptions.fOptSet |= \
356 # define OPT_XLAT_CFG_NAMES STMTS(sntpOptions.fOptSet &= \
[all …]
H A Dsntp-opts.c803 optionUsage(&sntpOptions, ex_code); in doUsageOpt()
1020 tOptions sntpOptions = { variable
1127 tOptions * const opts = &sntpOptions; in translate_option_strings()
H A Dmain.c153 optct = ntpOptionProcess(&sntpOptions, argc, argv); in sntp_main()
/freebsd/contrib/ntp/sntp/tests/
H A Dsntptest.c7 optionSaveState(&sntpOptions); in sntptest()
13 optionRestore(&sntpOptions); in sntptest_destroy()
29 optionProcess(&sntpOptions, COUNTOF(opts), opts); in ActivateOption()