HomeSort by relevance Sort by last modified time
    Searched defs:WIFSTOPPED (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/include/
bsd-waitpid.h 39 #undef WIFSTOPPED
45 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
wait.h 62 #undef WIFSTOPPED
83 #ifndef WIFSTOPPED
84 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1))
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
wait.h 71 #undef WIFSTOPPED
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1))
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
wait.h 71 #undef WIFSTOPPED
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1))
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
wait.h 71 #undef WIFSTOPPED
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1))
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
wait.h 71 #undef WIFSTOPPED
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1))
  /onnv/onnv-gate/usr/src/cmd/csh/
wait.h 96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
  /onnv/onnv-gate/usr/src/uts/common/sys/
wait.h 90 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
dosish.h 179 #undef WIFSTOPPED
188 #define WIFSTOPPED(stat_val) 0
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
wait.h 82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED)
  /onnv/onnv-gate/usr/src/ucbhead/sys/
wait.h 139 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0)
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 711 # undef WIFSTOPPED
    [all...]

Completed in 3899 milliseconds