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

12

/freebsd-11-stable/include/
H A Dsysexits.h112 #define EX_CONFIG 78 /* configuration error */ macro
/freebsd-11-stable/contrib/sendmail/src/
H A Dsysexits.c42 return EX_CONFIG;
83 return EX_CONFIG;
122 return EX_CONFIG;
H A Ddomain.c935 *rcode = EX_CONFIG;
947 *rcode = EX_CONFIG;
1578 *statp = EX_CONFIG;
H A Dparseaddr.c1051 return EX_CONFIG;
1078 return EX_CONFIG;
1355 return EX_CONFIG;
1722 return EX_CONFIG;
1746 return EX_CONFIG;
1964 { "config", EX_CONFIG },
H A Dqueue.c6151 ExitStat = EX_CONFIG;
6161 ExitStat = EX_CONFIG;
6171 ExitStat = EX_CONFIG;
6185 ExitStat = EX_CONFIG;
6211 ExitStat = EX_CONFIG;
6269 ExitStat = EX_CONFIG;
6370 ExitStat = EX_CONFIG;
7250 ExitStat = EX_CONFIG;
7266 ExitStat = EX_CONFIG;
7295 ExitStat = EX_CONFIG;
[all...]
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dsysexits.h99 # define EX_CONFIG 78 /* configuration error */ macro
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrexit.c122 case EX_CONFIG:
/freebsd-11-stable/contrib/dma/
H A Dconf.c134 errlogx(EX_CONFIG, "syntax error in authfile %s:%d", path, lineno);
234 errlogx(EX_CONFIG, "syntax error in %s:%d", config_path, lineno);
240 errlogx(EX_CONFIG, "%s: NULLCLIENT requires SMARTHOST", config_path);
H A Ddma-mbox-create.c99 logfail(EX_CONFIG, "cannot find dma group `%s'", DMA_GROUP);
H A Ddma.c443 errx(EX_CONFIG, "user '%s' not found", DMA_ROOT_USER);
/freebsd-11-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c128 errx(EX_CONFIG, "no mapping in %s", mailerconf);
129 err(EX_CONFIG, "cannot parse line %lu", (u_long)lineno);
172 errx(EX_CONFIG, "parse error in %s at line %lu",
/freebsd-11-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.");
/freebsd-11-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c117 err(EX_CONFIG, "%s", optarg);
120 err(EX_CONFIG, "%s", optarg);
/freebsd-11-stable/usr.sbin/eeprom/
H A Dofw_options.c163 rv = EX_CONFIG;
169 rv = EX_CONFIG;
/freebsd-11-stable/contrib/sendmail/praliases/
H A Dpraliases.c161 exit(EX_CONFIG);
/freebsd-11-stable/usr.sbin/pmccontrol/
H A Dpmccontrol.c150 errx(EX_CONFIG, "No PMCs found");
/freebsd-11-stable/sbin/ping/
H A Dping.c679 errx(EX_CONFIG, "%s", ipsec_strerror());
682 err(EX_CONFIG,
690 errx(EX_CONFIG, "%s", ipsec_strerror());
693 err(EX_CONFIG,
/freebsd-11-stable/contrib/sendmail/mailstats/
H A Dmailstats.c182 exit(EX_CONFIG);
/freebsd-11-stable/sbin/hastd/
H A Dsecondary.c323 exit(EX_CONFIG);
372 exit(EX_CONFIG);
489 exit(EX_CONFIG);
H A Dhastd.c1238 pjdlog_exit(EX_CONFIG,
1250 pjdlog_exitx(EX_CONFIG, "Pidfile path is too long.");
/freebsd-11-stable/sbin/hastctl/
H A Dhastctl.c548 exit(EX_CONFIG);
/freebsd-11-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 217 milliseconds

12