Lines Matching defs:opts

2  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
5 * From the definitions ntpd-opts.def
41 #include "ntpd-opts.h"
806 /* must/cannot opts */ NULL, aIpv4CantList,
818 /* must/cannot opts */ NULL, aIpv6CantList,
830 /* must/cannot opts */ NULL, aAuthreqCantList,
842 /* must/cannot opts */ NULL, aAuthnoreqCantList,
854 /* must/cannot opts */ NULL, NULL,
866 /* must/cannot opts */ NULL, NULL,
878 /* must/cannot opts */ NULL, NULL,
890 /* must/cannot opts */ NULL, NULL,
902 /* must/cannot opts */ NULL, NULL,
914 /* must/cannot opts */ NULL, NULL,
926 /* must/cannot opts */ NULL, NULL,
938 /* must/cannot opts */ NULL, NULL,
950 /* must/cannot opts */ NULL, NULL,
962 /* must/cannot opts */ NULL, NULL,
974 /* must/cannot opts */ NULL, NULL,
986 /* must/cannot opts */ NULL, NULL,
998 /* must/cannot opts */ NULL, NULL,
1010 /* must/cannot opts */ NULL, aNoforkCantList,
1022 /* must/cannot opts */ NULL, NULL,
1034 /* must/cannot opts */ NULL, NULL,
1046 /* must/cannot opts */ NULL, NULL,
1058 /* must/cannot opts */ NULL, aQuitCantList,
1070 /* must/cannot opts */ NULL, NULL,
1082 /* must/cannot opts */ NULL, aSaveconfigquitCantList,
1094 /* must/cannot opts */ NULL, NULL,
1106 /* must/cannot opts */ NULL, NULL,
1118 /* must/cannot opts */ NULL, NULL,
1130 /* must/cannot opts */ NULL, NULL,
1142 /* must/cannot opts */ NULL, NULL,
1154 /* must/cannot opts */ NULL, NULL,
1166 /* must/cannot opts */ NULL, aWait_SyncCantList,
1178 /* must/cannot opts */ NULL, NULL,
1190 /* must/cannot opts */ NULL, NULL,
1202 /* must/cannot opts */ NULL, NULL,
1214 /* must/cannot opts */ NULL, NULL,
1226 /* must/cannot opts */ NULL, NULL,
1240 /* must/cannot opts */ NULL, NULL,
1252 /* must/cannot opts */ NULL, NULL,
1297 * @param[in] opts the AutoOpts option description structure
1302 doUsageOpt(tOptions * opts, tOptDesc * od)
1309 (void)opts;
1476 tOptions * const opts = &ntpdOptions;
1497 coerce_it(VOIDP(&(opts->pzCopyright)));
1498 coerce_it(VOIDP(&(opts->pzCopyNotice)));
1499 coerce_it(VOIDP(&(opts->pzFullVersion)));
1500 coerce_it(VOIDP(&(opts->pzUsageTitle)));
1501 coerce_it(VOIDP(&(opts->pzExplain)));
1502 coerce_it(VOIDP(&(opts->pzDetail)));
1504 tOptDesc * od = opts->pOptDesc;
1505 for (ix = opts->optCt; ix > 0; ix--, od++)
1984 /* ntpd-opts.c ends here */