Home
last modified time | relevance | path

Searched defs:WIFSTOPPED (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dwait.h22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dsys_wait.in.h60 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dwait.h46 # define WIFSTOPPED(s) (LDAP_LO(s) == 0177 && LDAP_HI(s) != 0) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c43 #define WIFSTOPPED(x) 0 macro
83 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
/netbsd-src/sys/sys/
H A Dwait.h61 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED && !WIFCONTINUED(x)) macro
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/
H A Dpipeline.c51 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h257 #define WIFSTOPPED(status) ((status) & 0100) macro
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp60 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro