Searched refs:ntpdOptions (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntpd-opts.h118 #define DESC(n) (ntpdOptions.pOptDesc[INDEX_OPT_## n])
398 #define ERRSKIP_OPTERR STMTS(ntpdOptions.fOptSet &= ~OPTPROC_ERRSTOP)
399 #define ERRSTOP_OPTERR STMTS(ntpdOptions.fOptSet |= OPTPROC_ERRSTOP)
401 ntpdOptions.curOptIdx = (n); \
402 ntpdOptions.pzCurOpt = NULL )
404 #define USAGE(c) (*ntpdOptions.pUsageProc)(&ntpdOptions, c)
415 extern tOptions ntpdOptions;
438 # define OPT_NO_XLAT_CFG_NAMES STMTS(ntpdOptions.fOptSet |= \
440 # define OPT_NO_XLAT_OPT_NAMES STMTS(ntpdOptions
[all...]
H A Dcmd_args.c204 optionUsage(&ntpdOptions, 2); /* does not return */
H A Dntpd-opts.c1306 optionUsage(&ntpdOptions, ex_code);
1370 tOptions ntpdOptions = { variable
1470 * Translate all the translatable strings in the ntpdOptions
1476 tOptions * const opts = &ntpdOptions;
1519 by a field name in the ntpdOptions structure noted in the
1531 /* referenced via ntpdOptions.pzCopyright */
1540 /* referenced via ntpdOptions.pzCopyNotice */
1552 /* referenced via ntpdOptions.pOptDesc->pzText */
1555 /* referenced via ntpdOptions.pOptDesc->pzText */
1558 /* referenced via ntpdOptions
[all...]
H A Dntpd.c356 optct = ntpOptionProcess(&ntpdOptions, *pargc, *pargv);

Completed in 93 milliseconds