Searched refs:ex_code (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | usage.c | 201 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 D | genshell.c | 294 int ex_code; in doUsageOpt() local 295 ex_code = GENSHELLOPT_EXIT_SUCCESS; in doUsageOpt() 296 genshelloptUsage(&genshelloptOptions, ex_code); in doUsageOpt()
|
H A D | proto.h | 590 prt_opt_usage(tOptions * opts, int ex_code, char const * title);
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.c | 355 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 D | ntpdc-opts.c | 603 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 D | ntpq-opts.c | 624 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 D | sntp-opts.c | 801 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 D | ntp-keygen-opts.c | 1014 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 D | ntpd-opts.c | 1309 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 D | fastrpz.patch | 604 +typedef void (librpz_fatal_t)(int ex_code, 606 +extern void librpz_fatal(int ex_code,
|