Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dgdb_wait.h61 #define WIFSTOPPED(w) ((w)&0x40) macro
64 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dbsd-waitpid.h40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
/freebsd-10-stable/contrib/tcsh/
Dmi.wait.h33 #define WIFSTOPPED(s) (__LOW(s) == 0177) /* stopped */ macro
Dtc.wait.h150 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
/freebsd-10-stable/sys/sys/
Dwait.h54 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/freebsd-10-stable/contrib/groff/src/roff/groff/
Dpipeline.c49 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro
/freebsd-10-stable/contrib/sendmail/include/sm/
Dconf.h2898 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
/freebsd-10-stable/contrib/groff/src/roff/troff/
Dnode.cpp58 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro