Searched refs:ntpdOptions (Results 1 – 4 of 4) sorted by relevance
126 #define DESC(n) (ntpdOptions.pOptDesc[INDEX_OPT_## n])406 #define ERRSKIP_OPTERR STMTS(ntpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)407 #define ERRSTOP_OPTERR STMTS(ntpdOptions.fOptSet |= OPTPROC_ERRSTOP)409 ntpdOptions.curOptIdx = (n); \410 ntpdOptions.pzCurOpt = NULL )412 #define USAGE(c) (*ntpdOptions.pUsageProc)(&ntpdOptions, c)423 extern tOptions ntpdOptions;446 # define OPT_NO_XLAT_CFG_NAMES STMTS(ntpdOptions.fOptSet |= \448 # define OPT_NO_XLAT_OPT_NAMES STMTS(ntpdOptions.fOptSet |= \451 # define OPT_XLAT_CFG_NAMES STMTS(ntpdOptions.fOptSet &= \[all …]
202 optionUsage(&ntpdOptions, 2); /* does not return */ in getCmdOpts()
1311 optionUsage(&ntpdOptions, ex_code); in doUsageOpt()1375 tOptions ntpdOptions = { variable1481 tOptions * const opts = &ntpdOptions; in translate_option_strings()
393 optct = ntpOptionProcess(&ntpdOptions, *pargc, *pargv); in parse_cmdline_opts()