Lines Matching +full:pre +full:- +full:packaged

2  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
4 * It has been AutoGen-ed May 25, 2024 at 12:02:07 AM by AutoGen 5.18.16
5 * From the definitions sntp-opts.def
21 * Copyright (C) 1992-2024 The University of Delaware and Network Time Foundation, all rights reserved.
26 * <http://opensource.org/licenses/ntp-license.php>
41 #include "sntp-opts.h"
78 "Copyright (C) 1992-2024 The University of Delaware and Network Time Foundation, all rights reserved.\n"
83 " <http://opensource.org/licenses/ntp-license.php>\n\0"
100 /* 1091 */ "Enable authentication with the key auth-keynumber\0"
106 /* 1247 */ "Concurrently query all IPs returned for host-name\0"
111 /* 1362 */ "debug-level\0"
114 /* 1420 */ "set-debug-level\0"
121 /* 1521 */ "/var/db/ntp-kod\0"
122 /* 1537 */ "Look in this file for the key specified with -a\0"
149 /* 2073 */ "no-wait\0"
154 /* 2178 */ "more-help\0"
158 /* 2271 */ "save-opts\0"
161 /* 2323 */ "no-load-opts\0"
163 /* 2341 */ "sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p18\n"
164 "Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n"
165 "\t\t[ hostname-or-IP ...]\n\0"
179 /** Upper-cased name for the ipv4 option */
195 /** Upper-cased name for the ipv6 option */
210 /** Upper-cased name for the authentication option */
223 /** Upper-cased name for the broadcast option */
236 /** Upper-cased name for the concurrent option */
245 * debug-level option description:
247 /** Descriptive text for the debug-level option */
249 /** Upper-cased name for the debug-level option */
251 /** Name string for the debug-level option */
253 /** Compiled in flag settings for the debug-level option */
257 * set-debug-level option description:
259 /** Descriptive text for the set-debug-level option */
261 /** Upper-cased name for the set-debug-level option */
263 /** Name string for the set-debug-level option */
265 /** Compiled in flag settings for the set-debug-level option */
274 /** Upper-cased name for the gap option */
289 /** Upper-cased name for the kod option */
304 /** Upper-cased name for the keyfile option */
319 /** Upper-cased name for the logfile option */
332 /** Upper-cased name for the steplimit option */
345 /** Upper-cased name for the ntpversion option */
360 /** Upper-cased name for the usereservedport option */
372 /** Upper-cased name for the step option */
384 /** Upper-cased name for the slew option */
396 /** Upper-cased name for the timeout option */
411 /** Upper-cased name for the wait option */
476 /* last opt argumnt */ { NULL }, /* --ipv4 */
488 /* last opt argumnt */ { NULL }, /* --ipv6 */
500 /* last opt argumnt */ { NULL }, /* --authentication */
512 /* last opt argumnt */ { NULL }, /* --broadcast */
524 /* last opt argumnt */ { NULL }, /* --concurrent */
536 /* last opt argumnt */ { NULL }, /* --debug-level */
548 /* last opt argumnt */ { NULL }, /* --set-debug-level */
596 /* last opt argumnt */ { NULL }, /* --logfile */
608 /* last opt argumnt */ { NULL }, /* --steplimit */
632 /* last opt argumnt */ { NULL }, /* --usereservedport */
644 /* last opt argumnt */ { NULL }, /* --step */
656 /* last opt argumnt */ { NULL }, /* --slew */
680 /* last opt argumnt */ { NULL }, /* --wait */
812 * Code to handle the debug-level option.
821 * Be sure the flag-code[0] handles special values for the options pointer
823 * ((poptdesc->fOptState & OPTST_RESET) != 0) telling the option to
826 /* extracted from debug-opt.def, line 15 */
862 * @code{sntp} will search for the key specified with @option{-a}
933 if (pOptDesc->optArg.argInt < rng[ix].rmin)
935 if (pOptDesc->optArg.argInt == rng[ix].rmin)
939 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
969 if (pOptDesc->optArg.argInt < rng[ix].rmin)
971 if (pOptDesc->optArg.argInt == rng[ix].rmin)
975 if (pOptDesc->optArg.argInt <= rng[ix].rmax)
994 * Information about the person or institution that packaged sntp
1002 "Packaged by " WITH_PACKAGER
1043 { INDEX_OPT_MORE_HELP, /* more-help option index */
1045 NO_EQUIVALENT, /* '-#' option index */
1067 #include <autoopts/usage-txt.h>
1074 * to convert from English to the target language, then strdup-duplicates the
1130 * Guard against re-translation. It won't work. The strings will have
1144 } while (--ix > 0);
1145 /* prevent re-translation and disable "libopts" domain lookup */
1148 coerce_it(VOIDP(&(opts->pzCopyright)));
1149 coerce_it(VOIDP(&(opts->pzCopyNotice)));
1150 coerce_it(VOIDP(&(opts->pzFullVersion)));
1151 coerce_it(VOIDP(&(opts->pzUsageTitle)));
1152 coerce_it(VOIDP(&(opts->pzExplain)));
1153 coerce_it(VOIDP(&(opts->pzDetail)));
1155 tOptDesc * od = opts->pOptDesc;
1156 for (ix = opts->optCt; ix > 0; ix--, od++)
1157 coerce_it(VOIDP(&(od->pzText)));
1184 Copyright (C) 1992-2024 The University of Delaware and Network Time Foundation, all rights reserved.\n\
1189 <http://opensource.org/licenses/ntp-license.php>\n"));
1203 /* referenced via sntpOptions.pOptDesc->pzText */
1206 /* referenced via sntpOptions.pOptDesc->pzText */
1209 /* referenced via sntpOptions.pOptDesc->pzText */
1210 puts(_("Enable authentication with the key auth-keynumber"));
1212 /* referenced via sntpOptions.pOptDesc->pzText */
1215 /* referenced via sntpOptions.pOptDesc->pzText */
1216 puts(_("Concurrently query all IPs returned for host-name"));
1218 /* referenced via sntpOptions.pOptDesc->pzText */
1221 /* referenced via sntpOptions.pOptDesc->pzText */
1224 /* referenced via sntpOptions.pOptDesc->pzText */
1227 /* referenced via sntpOptions.pOptDesc->pzText */
1230 /* referenced via sntpOptions.pOptDesc->pzText */
1231 puts(_("Look in this file for the key specified with -a"));
1233 /* referenced via sntpOptions.pOptDesc->pzText */
1236 /* referenced via sntpOptions.pOptDesc->pzText */
1239 /* referenced via sntpOptions.pOptDesc->pzText */
1242 /* referenced via sntpOptions.pOptDesc->pzText */
1245 /* referenced via sntpOptions.pOptDesc->pzText */
1248 /* referenced via sntpOptions.pOptDesc->pzText */
1251 /* referenced via sntpOptions.pOptDesc->pzText */
1254 /* referenced via sntpOptions.pOptDesc->pzText */
1257 /* referenced via sntpOptions.pOptDesc->pzText */
1260 /* referenced via sntpOptions.pOptDesc->pzText */
1263 /* referenced via sntpOptions.pOptDesc->pzText */
1266 /* referenced via sntpOptions.pOptDesc->pzText */
1269 /* referenced via sntpOptions.pOptDesc->pzText */
1273 puts(_("sntp - standard Simple Network Time Protocol client program - Ver. 4.2.8p18\n\
1274 Usage: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
1275 \t\t[ hostname-or-IP ...]\n"));
1284 puts(_("<<<NOT-FOUND>>>"));
1287 puts(_("<<<NOT-FOUND>>>"));
1288 /* LIBOPTS-MESSAGES: */
1306 "\tCopyright (C) 1999-2017 by Bruce Korb - all rights reserved\n"));
1310 puts(_("optionResetOpt() called, but reset-option not configured"));
1337 "\t'v' - version only\n"
1338 "\t'c' - version and copyright\n"
1339 "\t'n' - version and full copyright notice\n"));
1347 puts(_("-equivalence"));
1349 puts(_("%s: illegal option -- %c\n"));
1351 puts(_("%s: illegal option -- %c\n"));
1353 puts(_("%s: illegal option -- %s\n"));
1355 puts(_("%s: illegal option -- %s\n"));
1357 puts(_("%s: illegal option -- %s\n"));
1359 puts(_("%s: unknown vendor extension option -- %s\n"));
1388 puts(_("error %d (%s) stat-ing %s\n"));
1390 puts(_("error %d (%s) stat-ing %s\n"));
1446 puts(_("%s warning: cannot save options - %s not regular file\n"));
1448 puts(_("%s warning: cannot save options - %s not regular file\n"));
1450 puts(_("%s warning: cannot save options - %s not regular file\n"));
1452 puts(_("%s warning: cannot save options - %s not regular file\n"));
1453 /* END-LIBOPTS-MESSAGES */
1455 /* USAGE-TEXT: */
1457 puts(_("\t\t\t\t- an alternate for '%s'\n"));
1461 puts(_("\t\t\t\t- default option for unnamed options\n"));
1463 puts(_("\t\t\t\t- disabled as '--%s'\n"));
1465 puts(_(" --- %-14s %s\n"));
1469 puts(_("\t\t\t\t- enabled by default\n"));
1473 puts(_(" - examining environment variables named %s_*\n"));
1475 puts(_("\t\t\t\t- file must not pre-exist\n"));
1477 puts(_("\t\t\t\t- file must pre-exist\n"));
1489 puts(_("\t\t\t\t- is a set membership option\n"));
1491 puts(_("\t\t\t\t- must appear between %d and %d times\n"));
1495 puts(_("\t\t\t\t- may appear multiple times\n"));
1497 puts(_("\t\t\t\t- may not be preset\n"));
1499 puts(_(" Arg Option-Name Description\n"));
1501 puts(_(" Flg Arg Option-Name Description\n"));
1503 puts(_(" Flg Arg Option-Name Description\n"));
1509 puts(_("The '-#<number>' option may omit the hash char\n"));
1513 puts(_(" - reading file %s"));
1524 puts(_("\t\t\t\t- may NOT appear - preset only\n"));
1558 puts(_(" Arg Option-Name Req? Description\n"));
1560 puts(_(" Flg Arg Option-Name Req? Description\n"));
1567 puts(_("\t\t\t\t- may appear up to %d times\n"));
1574 /* END-USAGE-TEXT */
1580 /* sntp-opts.c ends here */