Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dusage.c201 optionOnlyUsage(tOptions * pOpts, int ex_code) in optionOnlyUsage() argument
206 if ((ex_code != EXIT_SUCCESS) && in optionOnlyUsage()
218 prt_opt_usage(pOpts, ex_code, pOptTitle); in optionOnlyUsage()
1038 prt_opt_usage(tOptions * opts, int ex_code, char const * title) in prt_opt_usage() argument
1061 && (ex_code == EXIT_SUCCESS)) { in prt_opt_usage()
1073 if (ex_code == EXIT_SUCCESS) { in prt_opt_usage()
1094 if ((docCt > 0) && (ex_code == EXIT_SUCCESS)) { in prt_opt_usage()
1110 if (ex_code == EXIT_SUCCESS) in prt_opt_usage()
H A Dgenshell.c294 int ex_code; in doUsageOpt() local
295 ex_code = GENSHELLOPT_EXIT_SUCCESS; in doUsageOpt()
296 genshelloptUsage(&genshelloptOptions, ex_code); in doUsageOpt()
H A Dproto.h590 prt_opt_usage(tOptions * opts, int ex_code, char const * title);
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c355 int ex_code; in doUsageOpt() local
356 ex_code = NTPSNMPD_EXIT_SUCCESS; in doUsageOpt()
357 optionUsage(&ntpsnmpdOptions, ex_code); in doUsageOpt()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.c603 int ex_code; in doUsageOpt() local
604 ex_code = NTPDC_EXIT_SUCCESS; in doUsageOpt()
605 optionUsage(&ntpdcOptions, ex_code); in doUsageOpt()
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.c624 int ex_code; in doUsageOpt() local
625 ex_code = NTPQ_EXIT_SUCCESS; in doUsageOpt()
626 optionUsage(&ntpqOptions, ex_code); in doUsageOpt()
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.c801 int ex_code; in doUsageOpt() local
802 ex_code = SNTP_EXIT_SUCCESS; in doUsageOpt()
803 optionUsage(&sntpOptions, ex_code); in doUsageOpt()
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.c1014 int ex_code; in doUsageOpt() local
1015 ex_code = NTP_KEYGEN_EXIT_SUCCESS; in doUsageOpt()
1016 optionUsage(&ntp_keygenOptions, ex_code); in doUsageOpt()
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.c1309 int ex_code; in doUsageOpt() local
1310 ex_code = NTPD_EXIT_SUCCESS; in doUsageOpt()
1311 optionUsage(&ntpdOptions, ex_code); in doUsageOpt()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch604 +typedef void (librpz_fatal_t)(int ex_code,
606 +extern void librpz_fatal(int ex_code,