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

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Dwait.h13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
H A Dwait.h13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dwait.h35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dwait.h49 # define WSTOPSIG(s) LDAP_HI(s) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_wait.in.h75 # define WSTOPSIG(x) (((x) >> 8) & 0x7f) macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_wait.h97 #define WSTOPSIG WEXITSTATUS macro
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_wait.h97 #define WSTOPSIG WEXITSTATUS macro
/netbsd-current/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c55 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
/netbsd-current/sys/sys/
H A Dwait.h63 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff) macro
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/testsuite/
H A Dtest-pexecute.c63 #define WSTOPSIG WEXITSTATUS macro
/netbsd-current/external/gpl3/gdb/dist/libiberty/testsuite/
H A Dtest-pexecute.c63 #define WSTOPSIG WEXITSTATUS macro
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h463 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
465 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
H A Dos.h463 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
465 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h418 #define WSTOPSIG WEXITSTATUS macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsystem.h430 #define WSTOPSIG WEXITSTATUS macro
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h258 #define WSTOPSIG(status) (int)(WIFSTOPPED(status) ? \ macro
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp61 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro

Completed in 338 milliseconds