Searched full:exitstat (Results 26 – 41 of 41) sorted by relevance
12
/titanic_53/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 155 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 D | srvrsmtp.c | 3202 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 D | parseaddr.c | 1992 ** 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 D | sendmail.h | 2127 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 D | milter.c | 1380 ExitStat = EX_CONFIG; 2806 ExitStat = EX_IOERR; 2871 ExitStat = EX_IOERR; 4687 ExitStat = EX_IOERR;
|
H A D | envelope.c | 1177 finis(true, true, ExitStat);
|
H A D | mci.c | 632 ",%serrno=%d, herrno=%d, exitstat=%d, state=%d, pid=%d,%s",
|
/titanic_53/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | fsck.h | 178 int exitstat; /* exit status (set to 8 if 'No' response) */ variable
|
/titanic_53/usr/src/cmd/sgs/m4/common/ |
H A D | m4.c | 302 delexit(exitstat, 1); in main() 842 exitstat = 1; in m4open()
|
/titanic_53/usr/src/cmd/csh/ |
H A D | sh.exp.c | 501 exitstat(); in exp6()
|
H A D | sh.h | 476 extern void exitstat(void) __NORETURN;
|
H A D | sh.glob.c | 817 exitstat(); in backeval()
|
H A D | sh.lex.c | 1207 exitstat(); in readc()
|
H A D | sh.proc.c | 296 exitstat(); in pjwait()
|
/titanic_53/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | fsck.h | 329 int exitstat; /* exit status (see EX* defines below) */ variable
|
H A D | inode.c | 406 exitstat = EXERRFATAL; in get_indir_offsets()
|
12