Home
last modified time | relevance | path

Searched refs:ex_code (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/ntp/sntp/libopts/
HDusage.c83 prt_opt_usage(tOptions * opts, int ex_code, char const * title);
252 optionOnlyUsage(tOptions * pOpts, int ex_code) in optionOnlyUsage() argument
257 if ((ex_code != EXIT_SUCCESS) && in optionOnlyUsage()
269 prt_opt_usage(pOpts, ex_code, pOptTitle); in optionOnlyUsage()
1089 prt_opt_usage(tOptions * opts, int ex_code, char const * title) in prt_opt_usage() argument
1112 && (ex_code == EXIT_SUCCESS)) { in prt_opt_usage()
1124 if (ex_code == EXIT_SUCCESS) { in prt_opt_usage()
1145 if ((docCt > 0) && (ex_code == EXIT_SUCCESS)) { in prt_opt_usage()
1161 if (ex_code == EXIT_SUCCESS) in prt_opt_usage()
HDgenshell.c289 int ex_code; in doUsageOpt() local
290 ex_code = GENSHELLOPT_EXIT_SUCCESS; in doUsageOpt()
291 genshelloptUsage(&genshelloptOptions, ex_code); in doUsageOpt()
/NextBSD/contrib/ntp/ntpsnmpd/
HDntpsnmpd-opts.c350 int ex_code; in doUsageOpt() local
351 ex_code = NTPSNMPD_EXIT_SUCCESS; in doUsageOpt()
352 optionUsage(&ntpsnmpdOptions, ex_code); in doUsageOpt()
/NextBSD/contrib/ntp/ntpq/
HDntpq-opts.c561 int ex_code; in doUsageOpt() local
562 ex_code = NTPQ_EXIT_SUCCESS; in doUsageOpt()
563 optionUsage(&ntpqOptions, ex_code); in doUsageOpt()
/NextBSD/contrib/ntp/ntpdc/
HDntpdc-opts.c571 int ex_code; in doUsageOpt() local
572 ex_code = NTPDC_EXIT_SUCCESS; in doUsageOpt()
573 optionUsage(&ntpdcOptions, ex_code); in doUsageOpt()
/NextBSD/contrib/ntp/sntp/
HDsntp-opts.c794 int ex_code; in doUsageOpt() local
795 ex_code = SNTP_EXIT_SUCCESS; in doUsageOpt()
796 optionUsage(&sntpOptions, ex_code); in doUsageOpt()
/NextBSD/contrib/ntp/util/
HDntp-keygen-opts.c1009 int ex_code; in doUsageOpt() local
1010 ex_code = NTP_KEYGEN_EXIT_SUCCESS; in doUsageOpt()
1011 optionUsage(&ntp_keygenOptions, ex_code); in doUsageOpt()
/NextBSD/contrib/ntp/ntpd/
HDntpd-opts.c1304 int ex_code; in doUsageOpt() local
1305 ex_code = NTPD_EXIT_SUCCESS; in doUsageOpt()
1306 optionUsage(&ntpdOptions, ex_code); in doUsageOpt()