Lines Matching defs:opts

2  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
5 * From the definitions ntp-keygen-opts.def
41 #include "ntp-keygen-opts.h"
162 /* 2171 */ "save-opts\0"
165 /* 2223 */ "no-load-opts\0"
651 /* must/cannot opts */ NULL, NULL,
663 /* must/cannot opts */ NULL, NULL,
675 /* must/cannot opts */ NULL, NULL,
687 /* must/cannot opts */ NULL, NULL,
699 /* must/cannot opts */ NULL, NULL,
711 /* must/cannot opts */ NULL, NULL,
723 /* must/cannot opts */ NULL, NULL,
735 /* must/cannot opts */ NULL, NULL,
747 /* must/cannot opts */ NULL, NULL,
759 /* must/cannot opts */ NULL, NULL,
771 /* must/cannot opts */ NULL, NULL,
783 /* must/cannot opts */ NULL, NULL,
795 /* must/cannot opts */ NULL, NULL,
807 /* must/cannot opts */ NULL, NULL,
819 /* must/cannot opts */ NULL, NULL,
831 /* must/cannot opts */ NULL, NULL,
843 /* must/cannot opts */ NULL, NULL,
855 /* must/cannot opts */ NULL, NULL,
867 /* must/cannot opts */ NULL, NULL,
879 /* must/cannot opts */ NULL, NULL,
891 /* must/cannot opts */ NULL, NULL,
903 /* must/cannot opts */ NULL, NULL,
917 /* must/cannot opts */ NULL, NULL,
929 /* must/cannot opts */ NULL, NULL,
942 /* must/cannot opts */ NULL, NULL,
955 /* must/cannot opts */ NULL, NULL,
1003 * @param[in] opts the AutoOpts option description structure
1008 doUsageOpt(tOptions * opts, tOptDesc * od)
1015 (void)opts;
1257 tOptions * const opts = &ntp_keygenOptions;
1278 coerce_it(VOIDP(&(opts->pzCopyright)));
1279 coerce_it(VOIDP(&(opts->pzCopyNotice)));
1280 coerce_it(VOIDP(&(opts->pzFullVersion)));
1281 coerce_it(VOIDP(&(opts->pzUsageTitle)));
1282 coerce_it(VOIDP(&(opts->pzExplain)));
1283 coerce_it(VOIDP(&(opts->pzDetail)));
1285 tOptDesc * od = opts->pOptDesc;
1286 for (ix = opts->optCt; ix > 0; ix--, od++)
1722 /* ntp-keygen-opts.c ends here */