Searched refs:EX_CONFIG (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-current/include/
H A Dsysexits.h111 #define EX_CONFIG 78 /* configuration error */ macro
/freebsd-current/contrib/sendmail/src/
H A Dsysexits.c42 return EX_CONFIG;
83 return EX_CONFIG;
122 return EX_CONFIG;
H A Ddomain.c1272 *rcode = EX_CONFIG;
1284 *rcode = EX_CONFIG;
1331 *rcode = EX_CONFIG;
1946 *statp = EX_CONFIG;
H A Dparseaddr.c1084 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 Dqueue.c6217 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-current/contrib/sendmail/include/sm/
H A Dsysexits.h103 # define EX_CONFIG 78 /* configuration error */ macro
/freebsd-current/contrib/sendmail/libsm/
H A Dstrexit.c122 case EX_CONFIG:
/freebsd-current/contrib/dma/
H A Dconf.c134 errlogx(EX_CONFIG, "syntax error in authfile %s:%d", path, lineno);
223 errlogx(EX_CONFIG, "invalid sha256 fingerprint length");
227 errlogx(EX_CONFIG, "fingerprint allocation failed");
232 errlogx(EX_CONFIG, "failed to read fingerprint");
250 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno);
256 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path);
H A Ddma-mbox-create.c115 logfail(EX_CONFIG, "cannot find dma group `%s'", DMA_GROUP);
H A Ddma.c447 errx(EX_CONFIG, "user '%s' not found", DMA_ROOT_USER);
/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c137 errx(EX_CONFIG, "no mapping in %s", mailerconf);
138 err(EX_CONFIG, "cannot parse line %lu", (u_long)lineno);
181 errx(EX_CONFIG, "parse error in %s at line %lu",
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c576 pjdlog_exit(EX_CONFIG,
583 pjdlog_exit(EX_CONFIG, "Unable to fdopen directory \"%s\"",
593 pjdlog_exit(EX_CONFIG,
600 pjdlog_exit(EX_CONFIG, "Unable to open directory \"%s\"",
623 pjdlog_exit(EX_CONFIG, "Unable to stat \"%s/%s\"",
627 pjdlog_exitx(EX_CONFIG,
701 exit(EX_CONFIG);
H A Dparse.y806 exit(EX_CONFIG);
817 exit(EX_CONFIG);
H A Dproto_tls.c389 pjdlog_exitx(EX_CONFIG, "Unable to sandbox TLS client.");
685 pjdlog_exitx(EX_CONFIG,
691 pjdlog_exitx(EX_CONFIG, "SSL_use_certificate_file(%s) failed.",
696 pjdlog_exitx(EX_CONFIG, "Unable to sandbox TLS server.");
H A Dauditdistd.c702 pjdlog_exit(EX_CONFIG,
721 pjdlog_exitx(EX_CONFIG, "Pidfile path is too long.");
H A Dsender.c807 exit(EX_CONFIG);
/freebsd-current/sbin/mount_msdosfs/
H A Dmount_msdosfs.c112 err(EX_CONFIG, "%s", optarg);
115 err(EX_CONFIG, "%s", optarg);
/freebsd-current/contrib/sendmail/praliases/
H A Dpraliases.c166 exit(EX_CONFIG);
/freebsd-current/contrib/sendmail/mailstats/
H A Dmailstats.c182 exit(EX_CONFIG);
/freebsd-current/sbin/ping/
H A Dping.c655 errx(EX_CONFIG, "%s", ipsec_strerror());
658 err(EX_CONFIG,
666 errx(EX_CONFIG, "%s", ipsec_strerror());
669 err(EX_CONFIG,
/freebsd-current/usr.sbin/pmccontrol/
H A Dpmccontrol.c147 errx(EX_CONFIG, "No PMCs found");
/freebsd-current/sbin/hastd/
H A Dsecondary.c320 exit(EX_CONFIG);
369 exit(EX_CONFIG);
486 exit(EX_CONFIG);
H A Dhastd.c1235 pjdlog_exit(EX_CONFIG,
1247 pjdlog_exitx(EX_CONFIG, "Pidfile path is too long.");
/freebsd-current/sbin/hastctl/
H A Dhastctl.c545 exit(EX_CONFIG);
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c415 errx(EX_CONFIG, "no base home directory set");
451 errx(EX_CONFIG, "no default shell available or defined");
485 errx(EX_CONFIG, "crypt(3) failure");

Completed in 398 milliseconds

12