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

12

/freebsd-10-stable/include/
H A Dsysexits.h112 #define EX_CONFIG 78 /* configuration error */ macro
/freebsd-10-stable/contrib/sendmail/src/
H A Dsysexits.c42 return EX_CONFIG;
83 return EX_CONFIG;
122 return EX_CONFIG;
H A Ddomain.c499 *rcode = EX_CONFIG;
511 *rcode = EX_CONFIG;
1063 *statp = EX_CONFIG;
H A Dparseaddr.c1042 return EX_CONFIG;
1069 return EX_CONFIG;
1346 return EX_CONFIG;
1713 return EX_CONFIG;
1737 return EX_CONFIG;
1949 { "config", EX_CONFIG },
H A Dqueue.c6094 ExitStat = EX_CONFIG;
6104 ExitStat = EX_CONFIG;
6114 ExitStat = EX_CONFIG;
6128 ExitStat = EX_CONFIG;
6154 ExitStat = EX_CONFIG;
6212 ExitStat = EX_CONFIG;
6313 ExitStat = EX_CONFIG;
7073 ExitStat = EX_CONFIG;
7089 ExitStat = EX_CONFIG;
7118 ExitStat = EX_CONFIG;
[all...]
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dsysexits.h99 # define EX_CONFIG 78 /* configuration error */ macro
H A Dconf.h2731 # ifndef EX_CONFIG
2732 # define EX_CONFIG 78 /* configuration error */ macro
2733 # endif /* ! EX_CONFIG */
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dstrexit.c122 case EX_CONFIG:
/freebsd-10-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c126 errx(EX_CONFIG, "no mapping in %s", mailerconf);
127 err(EX_CONFIG, "cannot parse line %lu", (u_long)lineno);
170 errx(EX_CONFIG, "parse error in %s at line %lu",
/freebsd-10-stable/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.c387 pjdlog_exitx(EX_CONFIG, "Unable to sandbox TLS client.");
681 pjdlog_exitx(EX_CONFIG,
687 pjdlog_exitx(EX_CONFIG, "SSL_use_certificate_file(%s) failed.",
692 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.c817 exit(EX_CONFIG);
/freebsd-10-stable/usr.sbin/eeprom/
H A Dofw_options.c161 rv = EX_CONFIG;
167 rv = EX_CONFIG;
/freebsd-10-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c115 err(EX_CONFIG, "%s", optarg);
118 err(EX_CONFIG, "%s", optarg);
/freebsd-10-stable/contrib/sendmail/praliases/
H A Dpraliases.c161 exit(EX_CONFIG);
/freebsd-10-stable/contrib/sendmail/mailstats/
H A Dmailstats.c182 exit(EX_CONFIG);
/freebsd-10-stable/sbin/ping/
H A Dping.c614 errx(EX_CONFIG, "%s", ipsec_strerror());
617 err(EX_CONFIG,
625 errx(EX_CONFIG, "%s", ipsec_strerror());
628 err(EX_CONFIG,
/freebsd-10-stable/usr.sbin/pmccontrol/
H A Dpmccontrol.c148 errx(EX_CONFIG, "No PMCs found");
/freebsd-10-stable/sbin/hastd/
H A Dsecondary.c321 exit(EX_CONFIG);
370 exit(EX_CONFIG);
487 exit(EX_CONFIG);
H A Dhastd.c1235 pjdlog_exit(EX_CONFIG,
1247 pjdlog_exitx(EX_CONFIG, "Pidfile path is too long.");
H A Dparse.y904 exit(EX_CONFIG);
/freebsd-10-stable/sbin/hastctl/
H A Dhastctl.c546 exit(EX_CONFIG);
/freebsd-10-stable/usr.sbin/pw/
H A Dpw_user.c437 errx(EX_CONFIG, "no base home directory set");
473 errx(EX_CONFIG, "no default shell available or defined");
507 errx(EX_CONFIG, "crypt(3) failure");

Completed in 211 milliseconds

12