Searched refs:WEXITSTATUS (Results 1 - 5 of 5) sorted by relevance

/sendmail/include/sm/
H A Dconf.h505 # undef WEXITSTATUS macro
712 # undef WEXITSTATUS macro
1097 # undef WEXITSTATUS macro
1167 # undef WEXITSTATUS macro
1312 # undef WEXITSTATUS macro
1611 # undef WEXITSTATUS macro
1633 # undef WEXITSTATUS macro
1651 # undef WEXITSTATUS macro
1678 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro
1959 # undef WEXITSTATUS macro
2161 # undef WEXITSTATUS macro
2182 # undef WEXITSTATUS macro
2229 # undef WEXITSTATUS macro
2258 # undef WEXITSTATUS macro
2336 # undef WEXITSTATUS macro
2888 # define WEXITSTATUS macro
[all...]
/sendmail/rmail/
H A Drmail.c396 if (WEXITSTATUS(status))
398 _PATH_SENDMAIL, WEXITSTATUS(status));
/sendmail/sendmail/
H A Dutil.c2628 if (WEXITSTATUS(st) == EX_RESTART)
2630 else if (WEXITSTATUS(st) == EX_SHUTDOWN)
H A Ddeliver.c3925 return (WEXITSTATUS(st));
5650 return (WEXITSTATUS(st));
H A Dmap.c6408 if ((*statp = WEXITSTATUS(status)) != EX_OK)

Completed in 51 milliseconds