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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsysexits.h93 # define EX_CONFIG 78 /* configuration error */ macro
H A Dsysexits.c44 return EX_CONFIG;
85 return EX_CONFIG;
124 return EX_CONFIG;
H A Ddomain.c520 *rcode = EX_CONFIG;
532 *rcode = EX_CONFIG;
1084 *statp = EX_CONFIG;
H A Dparseaddr.c1043 return EX_CONFIG;
1070 return EX_CONFIG;
1347 return EX_CONFIG;
1714 return EX_CONFIG;
1738 return EX_CONFIG;
1950 { "config", EX_CONFIG },
H A Dqueue.c6071 ExitStat = EX_CONFIG;
6081 ExitStat = EX_CONFIG;
6091 ExitStat = EX_CONFIG;
6105 ExitStat = EX_CONFIG;
6131 ExitStat = EX_CONFIG;
6189 ExitStat = EX_CONFIG;
6290 ExitStat = EX_CONFIG;
7049 ExitStat = EX_CONFIG;
7065 ExitStat = EX_CONFIG;
7094 ExitStat = EX_CONFIG;
[all...]
H A Ddeliver.c1712 rcode = EX_CONFIG;
1959 rcode = EX_CONFIG;
1979 rcode = EX_CONFIG;
1986 rcode = EX_CONFIG;
3751 case EX_CONFIG:
H A Dmap.c3727 *statp = EX_CONFIG;
6760 *statp = EX_CONFIG;
7066 *statp = EX_CONFIG;
7244 *statp = EX_CONFIG;
7352 *statp = EX_CONFIG;
7367 *statp = EX_CONFIG;
H A Dmain.c1378 finis(false, true, EX_CONFIG);
1890 ExitStat = EX_CONFIG;
H A Dsavemail.c244 if (ExitStat == EX_CONFIG || ExitStat == EX_SOFTWARE)
H A Dutil.c2187 _exit(EX_CONFIG);
H A Dusersmtp.c218 mci_setstat(mci, EX_CONFIG, "5.3.5",
H A Dmilter.c1380 ExitStat = EX_CONFIG;
/illumos-gate/usr/src/head/
H A Dsysexits.h120 #define EX_CONFIG 78 /* configuration error */ macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dsysexits.h101 # define EX_CONFIG 78 /* configuration error */ macro
H A Dconf.h2716 # ifndef EX_CONFIG
2717 # define EX_CONFIG 78 /* configuration error */ macro
2718 # endif /* ! EX_CONFIG */
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrexit.c124 case EX_CONFIG:
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dmailwrapper.c121 errx(EX_CONFIG, "no mapping for %s in %s",
123 err(EX_CONFIG, "cannot parse line %lu",
167 errx(EX_CONFIG, "parse error in %s at line %lu",
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c278 exit(EX_CONFIG);
H A Dpraliases.c161 exit(EX_CONFIG);
H A Dmailstats.c181 exit(EX_CONFIG);

Completed in 155 milliseconds