Searched refs:WSTOPSIG (Results 1 – 11 of 11) sorted by relevance
63 #undef WSTOPSIG87 #ifndef WSTOPSIG88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
8 int stopsig = WSTOPSIG(0);
93 #define WSTOPSIG(stat) ((int)(((stat)>>8)&0xFF)) macro
142 #define WSTOPSIG(stat) WHIBYTE(stat) macro
979 sg_handler = signal(WSTOPSIG(status), SIG_DFL); in audit_logout()980 (void) sigsend(P_PGID, getpgrp(), WSTOPSIG(status)); in audit_logout()987 (void) signal(WSTOPSIG(status), sg_handler); in audit_logout()
234 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status); in nwamd_start_childv()
239 jp->j_xval = WSTOPSIG(stat); in statjob()
1270 signum = WSTOPSIG(status); in run_pager()
2327 # undef WSTOPSIG
465 pw->p_exit = WSTOPSIG(wstat); in job_reap()
2183 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status);