Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libopts/
H A Dusage.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()
H A Dgenshell.c289 int ex_code; in doUsageOpt() local
290 ex_code = GENSHELLOPT_EXIT_SUCCESS; in doUsageOpt()
291 genshelloptUsage(&genshelloptOptions, ex_code); in doUsageOpt()
/freebsd-13.1/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c350 int ex_code; in doUsageOpt() local
351 ex_code = NTPSNMPD_EXIT_SUCCESS; in doUsageOpt()
352 optionUsage(&ntpsnmpdOptions, ex_code); in doUsageOpt()
/freebsd-13.1/contrib/ntp/ntpq/
H A Dntpq-opts.c592 int ex_code; in doUsageOpt() local
593 ex_code = NTPQ_EXIT_SUCCESS; in doUsageOpt()
594 optionUsage(&ntpqOptions, ex_code); in doUsageOpt()
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dntpdc-opts.c571 int ex_code; in doUsageOpt() local
572 ex_code = NTPDC_EXIT_SUCCESS; in doUsageOpt()
573 optionUsage(&ntpdcOptions, ex_code); in doUsageOpt()
/freebsd-13.1/contrib/ntp/sntp/
H A Dsntp-opts.c797 int ex_code; in doUsageOpt() local
798 ex_code = SNTP_EXIT_SUCCESS; in doUsageOpt()
799 optionUsage(&sntpOptions, ex_code); in doUsageOpt()
/freebsd-13.1/contrib/ntp/util/
H A Dntp-keygen-opts.c1010 int ex_code; in doUsageOpt() local
1011 ex_code = NTP_KEYGEN_EXIT_SUCCESS; in doUsageOpt()
1012 optionUsage(&ntp_keygenOptions, ex_code); in doUsageOpt()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntpd-opts.c1304 int ex_code; in doUsageOpt() local
1305 ex_code = NTPD_EXIT_SUCCESS; in doUsageOpt()
1306 optionUsage(&ntpdOptions, ex_code); in doUsageOpt()
/freebsd-13.1/contrib/unbound/contrib/
H A Dfastrpz.patch604 +typedef void (librpz_fatal_t)(int ex_code,
606 +extern void librpz_fatal(int ex_code,