Lines Matching defs:opts

2  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
5 * From the definitions sntp-opts.def
41 #include "sntp-opts.h"
154 /* 2271 */ "save-opts\0"
157 /* 2323 */ "no-load-opts\0"
474 /* must/cannot opts */ NULL, aIpv4CantList,
486 /* must/cannot opts */ NULL, aIpv6CantList,
498 /* must/cannot opts */ NULL, NULL,
510 /* must/cannot opts */ NULL, NULL,
522 /* must/cannot opts */ NULL, NULL,
534 /* must/cannot opts */ NULL, NULL,
546 /* must/cannot opts */ NULL, NULL,
558 /* must/cannot opts */ NULL, NULL,
570 /* must/cannot opts */ NULL, NULL,
582 /* must/cannot opts */ NULL, NULL,
594 /* must/cannot opts */ NULL, NULL,
606 /* must/cannot opts */ NULL, NULL,
618 /* must/cannot opts */ NULL, NULL,
630 /* must/cannot opts */ NULL, NULL,
642 /* must/cannot opts */ NULL, NULL,
654 /* must/cannot opts */ NULL, NULL,
666 /* must/cannot opts */ NULL, NULL,
678 /* must/cannot opts */ NULL, NULL,
690 /* must/cannot opts */ NULL, NULL,
704 /* must/cannot opts */ NULL, NULL,
716 /* must/cannot opts */ NULL, NULL,
729 /* must/cannot opts */ NULL, NULL,
742 /* must/cannot opts */ NULL, NULL,
790 * @param[in] opts the AutoOpts option description structure
795 doUsageOpt(tOptions * opts, tOptDesc * od)
802 (void)opts;
1123 tOptions * const opts = &sntpOptions;
1144 coerce_it(VOIDP(&(opts->pzCopyright)));
1145 coerce_it(VOIDP(&(opts->pzCopyNotice)));
1146 coerce_it(VOIDP(&(opts->pzFullVersion)));
1147 coerce_it(VOIDP(&(opts->pzUsageTitle)));
1148 coerce_it(VOIDP(&(opts->pzExplain)));
1149 coerce_it(VOIDP(&(opts->pzDetail)));
1151 tOptDesc * od = opts->pOptDesc;
1152 for (ix = opts->optCt; ix > 0; ix--, od++)
1580 /* sntp-opts.c ends here */