Home
last modified time | relevance | path

Searched full:exitstat (Results 26 – 41 of 41) sorted by relevance

12

/titanic_53/usr/src/cmd/sendmail/src/
H A Ddeliver.c155 ExitStat = EX_UNAVAILABLE;
724 finis(true, true, ExitStat);
760 finis(true, true, ExitStat);
778 finis(true, true, ExitStat);
1280 ** else -- some failure, see ExitStat for more info.
3938 ExitStat = EX_TEMPFAIL;
3964 ** ExitStat may be set.
4162 ** ExitStat -- if we already had an error, stick with
5017 ExitStat = EX_IOERR;
5051 ExitStat = EX_IOERR;
[all …]
H A Dsrvrsmtp.c3202 finis(true, true, ExitStat);
3609 finis(save_errno != EEXIST, true, ExitStat);
3615 finis(true, true, ExitStat);
3622 finis(true, true, ExitStat);
3629 finis(true, true, ExitStat);
3640 finis(true, true, ExitStat);
4291 bool saveExitStat = ExitStat;
4360 ExitStat = saveExitStat;
H A Dparseaddr.c1992 ** ExitStat may have been set by an earlier map open
1997 ** XXX the real fix is probably to set ExitStat correctly,
2002 if (ExitStat == EX_TEMPFAIL || tempfail)
3187 saveexitstat = ExitStat;
3197 rstat = ExitStat;
3198 ExitStat = saveexitstat;
H A Dsendmail.h2127 if (ExitStat == EX_OK || ExitStat == EX_TEMPFAIL) \
2128 ExitStat = s; \
2266 EXTERN int ExitStat; /* exit status code */ variable
2538 extern char *exitstat __P((char *));
H A Dmilter.c1380 ExitStat = EX_CONFIG;
2806 ExitStat = EX_IOERR;
2871 ExitStat = EX_IOERR;
4687 ExitStat = EX_IOERR;
H A Denvelope.c1177 finis(true, true, ExitStat);
H A Dmci.c632 ",%serrno=%d, herrno=%d, exitstat=%d, state=%d, pid=%d,%s",
/titanic_53/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h178 int exitstat; /* exit status (set to 8 if 'No' response) */ variable
/titanic_53/usr/src/cmd/sgs/m4/common/
H A Dm4.c302 delexit(exitstat, 1); in main()
842 exitstat = 1; in m4open()
/titanic_53/usr/src/cmd/csh/
H A Dsh.exp.c501 exitstat(); in exp6()
H A Dsh.h476 extern void exitstat(void) __NORETURN;
H A Dsh.glob.c817 exitstat(); in backeval()
H A Dsh.lex.c1207 exitstat(); in readc()
H A Dsh.proc.c296 exitstat(); in pjwait()
/titanic_53/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h329 int exitstat; /* exit status (see EX* defines below) */ variable
H A Dinode.c406 exitstat = EXERRFATAL; in get_indir_offsets()

12