Searched refs:ntpdcOptions (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.h95 #define DESC(n) (ntpdcOptions.pOptDesc[INDEX_OPT_## n])
227 #define ERRSKIP_OPTERR STMTS(ntpdcOptions.fOptSet &= ~OPTPROC_ERRSTOP)
228 #define ERRSTOP_OPTERR STMTS(ntpdcOptions.fOptSet |= OPTPROC_ERRSTOP)
230 ntpdcOptions.curOptIdx = (n); \
231 ntpdcOptions.pzCurOpt = NULL )
233 #define USAGE(c) (*ntpdcOptions.pUsageProc)(&ntpdcOptions, c)
244 extern tOptions ntpdcOptions;
267 # define OPT_NO_XLAT_CFG_NAMES STMTS(ntpdcOptions.fOptSet |= \
269 # define OPT_NO_XLAT_OPT_NAMES STMTS(ntpdcOptions
[all...]
H A Dntpdc-opts.c573 optionUsage(&ntpdcOptions, ex_code);
637 tOptions ntpdcOptions = { variable
737 * Translate all the translatable strings in the ntpdcOptions
743 tOptions * const opts = &ntpdcOptions;
786 by a field name in the ntpdcOptions structure noted in the
798 /* referenced via ntpdcOptions.pzCopyright */
807 /* referenced via ntpdcOptions.pzCopyNotice */
819 /* referenced via ntpdcOptions.pOptDesc->pzText */
822 /* referenced via ntpdcOptions.pOptDesc->pzText */
825 /* referenced via ntpdcOptions
[all...]
H A Dntpdc.c309 int optct = ntpOptionProcess(&ntpdcOptions, argc, argv);

Completed in 105 milliseconds