Searched defs:WSTOPSIG (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/tcsh/
H A Dmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
H A Dsh.proc.c59 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_wait.h77 #define WSTOPSIG WEXITSTATUS macro
/freebsd-12-stable/contrib/bmake/
H A Dwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro
54 # define WSTOPSIG(x) WSTOPPED macro
/freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c63 #define WSTOPSIG WEXITSTATUS macro
/freebsd-12-stable/sys/sys/
H A Dwait.h57 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/freebsd-12-stable/contrib/gcc/
H A Dsystem.h343 #define WSTOPSIG WEXITSTATUS macro
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dconf.h2362 # undef WSTOPSIG macro

Completed in 193 milliseconds