Searched refs:ex_code (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | usage.c | 83 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 D | genshell.c | 289 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 D | ntpsnmpd-opts.c | 350 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 D | ntpq-opts.c | 592 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 D | ntpdc-opts.c | 571 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 D | sntp-opts.c | 797 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 D | ntp-keygen-opts.c | 1010 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 D | ntpd-opts.c | 1304 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 D | fastrpz.patch | 604 +typedef void (librpz_fatal_t)(int ex_code, 606 +extern void librpz_fatal(int ex_code,
|