/freebsd/contrib/dma/ |
H A D | conf.c | 134 errlogx(EX_CONFIG, "syntax error in authfile %s:%d", path, lineno); in parse_authfile() 223 errlogx(EX_CONFIG, "invalid sha256 fingerprint length"); in parse_conf() 227 errlogx(EX_CONFIG, "fingerprint allocation failed"); in parse_conf() 232 errlogx(EX_CONFIG, "failed to read fingerprint"); in parse_conf() 250 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno); in parse_conf() 256 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path); in parse_conf()
|
H A D | dma-mbox-create.c | 115 logfail(EX_CONFIG, "cannot find dma group `%s'", DMA_GROUP); in main()
|
H A D | dma.c | 447 errx(EX_CONFIG, "user '%s' not found", DMA_ROOT_USER); in main()
|
/freebsd/contrib/sendmail/src/ |
H A D | sysexits.c | 42 return EX_CONFIG; 83 return EX_CONFIG; 122 return EX_CONFIG;
|
H A D | domain.c | 1272 *rcode = EX_CONFIG; 1284 *rcode = EX_CONFIG; 1331 *rcode = EX_CONFIG; 1946 *statp = EX_CONFIG;
|
H A D | parseaddr.c | 1084 return EX_CONFIG; 1111 return EX_CONFIG; 1388 return EX_CONFIG; 1756 return EX_CONFIG; 1780 return EX_CONFIG; 1998 { "config", EX_CONFIG },
|
H A D | queue.c | 6217 ExitStat = EX_CONFIG; 6227 ExitStat = EX_CONFIG; 6237 ExitStat = EX_CONFIG; 6251 ExitStat = EX_CONFIG; 6277 ExitStat = EX_CONFIG; 6335 ExitStat = EX_CONFIG; 6435 ExitStat = EX_CONFIG; 7314 ExitStat = EX_CONFIG; 7330 ExitStat = EX_CONFIG; 7359 ExitStat = EX_CONFIG; [all …]
|
/freebsd/usr.sbin/mailwrapper/ |
H A D | mailwrapper.c | 137 errx(EX_CONFIG, "no mapping in %s", mailerconf); in main() 138 err(EX_CONFIG, "cannot parse line %lu", (u_long)lineno); in main() 181 errx(EX_CONFIG, "parse error in %s at line %lu",
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | receiver.c | 576 pjdlog_exit(EX_CONFIG, in receiver_directory_open() 583 pjdlog_exit(EX_CONFIG, "Unable to fdopen directory \"%s\"", in receiver_directory_open() 593 pjdlog_exit(EX_CONFIG, in receiver_directory_open() 600 pjdlog_exit(EX_CONFIG, "Unable to open directory \"%s\"", in receiver_directory_open() 623 pjdlog_exit(EX_CONFIG, "Unable to stat \"%s/%s\"", in receiver_connect() 627 pjdlog_exitx(EX_CONFIG, in receiver_connect() 701 exit(EX_CONFIG); in adist_receiver()
|
H A D | proto_tls.c | 389 pjdlog_exitx(EX_CONFIG, "Unable to sandbox TLS client."); in tls_exec_client() 685 pjdlog_exitx(EX_CONFIG, in tls_exec_server() 691 pjdlog_exitx(EX_CONFIG, "SSL_use_certificate_file(%s) failed.", in tls_exec_server() 696 pjdlog_exitx(EX_CONFIG, "Unable to sandbox TLS server."); in tls_exec_server()
|
H A D | parse.y | 806 exit(EX_CONFIG); in yy_config_parse() 817 exit(EX_CONFIG); in yy_config_parse()
|
H A D | auditdistd.c | 702 pjdlog_exit(EX_CONFIG, in main() 721 pjdlog_exitx(EX_CONFIG, "Pidfile path is too long."); in main()
|
H A D | sender.c | 807 exit(EX_CONFIG); in adist_sender()
|
/freebsd/include/ |
H A D | sysexits.h | 111 #define EX_CONFIG 78 /* configuration error */ macro
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | sysexits.h | 103 # define EX_CONFIG 78 /* configuration error */ macro
|
H A D | conf.h | 2754 # ifndef EX_CONFIG 2755 # define EX_CONFIG 78 /* configuration error */ macro
|
/freebsd/contrib/sendmail/libsm/ |
H A D | strexit.c | 122 case EX_CONFIG:
|
/freebsd/sbin/mount_msdosfs/ |
H A D | mount_msdosfs.c | 112 err(EX_CONFIG, "%s", optarg); in main() 115 err(EX_CONFIG, "%s", optarg); in main()
|
/freebsd/sbin/hastd/ |
H A D | secondary.c | 320 exit(EX_CONFIG); in init_remote() 369 exit(EX_CONFIG); in init_remote() 486 exit(EX_CONFIG); in hastd_secondary()
|
H A D | hastd.c | 1235 pjdlog_exit(EX_CONFIG, in main() 1247 pjdlog_exitx(EX_CONFIG, "Pidfile path is too long."); in main()
|
/freebsd/sbin/ping/ |
H A D | ping.c | 655 errx(EX_CONFIG, "%s", ipsec_strerror()); in ping() 658 err(EX_CONFIG, in ping() 666 errx(EX_CONFIG, "%s", ipsec_strerror()); in ping() 669 err(EX_CONFIG, in ping()
|
/freebsd/contrib/sendmail/mailstats/ |
H A D | mailstats.c | 182 exit(EX_CONFIG);
|
/freebsd/contrib/sendmail/praliases/ |
H A D | praliases.c | 166 exit(EX_CONFIG);
|
/freebsd/usr.sbin/pmccontrol/ |
H A D | pmccontrol.c | 147 errx(EX_CONFIG, "No PMCs found"); in pmcc_do_enable_disable()
|
/freebsd/usr.sbin/pw/ |
H A D | pw_user.c | 415 errx(EX_CONFIG, "no base home directory set"); in pw_homepolicy() 451 errx(EX_CONFIG, "no default shell available or defined"); in shell_path() 485 errx(EX_CONFIG, "crypt(3) failure"); in pw_pwcrypt()
|