Home
last modified time | relevance | path

Searched refs:optionUsage (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dmakeshell.c829 optionUsage(opts, exit_cd); in genshelloptUsage()
836 optionUsage(opts, exit_cd); in genshelloptUsage()
849 optionUsage(opts, EXIT_FAILURE); in genshelloptUsage()
854 optionUsage(opts, EXIT_SUCCESS); in genshelloptUsage()
893 optionUsage(optionParseShellOptions, EXIT_FAILURE); in genshelloptUsage()
H A Dusage.c518 optionUsage(tOptions * opts, int usage_exit_code) in optionUsage() function
/freebsd/contrib/ntp/ntpd/
H A Dcmd_args.c202 optionUsage(&ntpdOptions, 2); /* does not return */ in getCmdOpts()
H A Dntpd-opts.c1300 * The callout function that invokes the optionUsage function.
1311 optionUsage(&ntpdOptions, ex_code); in doUsageOpt()
1392 optionUsage, /* usage procedure */
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c346 * The callout function that invokes the optionUsage function.
357 optionUsage(&ntpsnmpdOptions, ex_code); in doUsageOpt()
417 optionUsage, /* usage procedure */
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c594 * The callout function that invokes the optionUsage function.
605 optionUsage(&ntpdcOptions, ex_code); in doUsageOpt()
686 optionUsage, /* usage procedure */
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c615 * The callout function that invokes the optionUsage function.
626 optionUsage(&ntpqOptions, ex_code); in doUsageOpt()
731 optionUsage, /* usage procedure */
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h1245 extern void optionUsage(tOptions *, int);
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c792 * The callout function that invokes the optionUsage function.
803 optionUsage(&sntpOptions, ex_code); in doUsageOpt()
1038 optionUsage, /* usage procedure */
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c1005 * The callout function that invokes the optionUsage function.
1016 optionUsage(&ntp_keygenOptions, ex_code); in doUsageOpt()
1172 optionUsage, /* usage procedure */
/freebsd/contrib/ntp/
H A DCommitLog[all...]