Searched refs:WSTOPSIG (Results 1 – 15 of 15) sorted by relevance
63 #undef WSTOPSIG87 #ifndef WSTOPSIG88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
72 #undef WSTOPSIG96 #ifndef WSTOPSIG97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
8 int stopsig = WSTOPSIG(0);
93 #define WSTOPSIG(stat) ((int)(((stat)>>8)&0xFF)) macro
89 #define WSTOPSIG(x) (((union __wait*)&(x))->__w_stopsig) macro
144 #define WSTOPSIG(stat) WHIBYTE(stat) macro
958 sg_handler = signal(WSTOPSIG(status), SIG_DFL); in audit_logout()959 (void) sigsend(P_PGID, getpgrp(), WSTOPSIG(status)); in audit_logout()966 (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()
2327 # undef WSTOPSIG
335 pw->p_exit = WSTOPSIG(wstat); in job_reap()
2186 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status);