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

  /onnv/onnv-gate/usr/src/cmd/ssh/include/
bsd-waitpid.h 40 #undef WIFSIGNALED
46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
48 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
wait.h 60 #undef WIFSIGNALED
75 #ifndef WIFSIGNALED
76 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0)
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
wait.h 69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0)
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
wait.h 69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0)
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
wait.h 69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0)
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
wait.h 69 #undef WIFSIGNALED
84 #ifndef WIFSIGNALED
85 #define WIFSIGNALED(x) (((x)&((1<<(EXIT_BITS-1))-1))!=0)
  /onnv/onnv-gate/usr/src/cmd/csh/
wait.h 97 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
  /onnv/onnv-gate/usr/src/uts/common/sys/
wait.h 88 #define WIFSIGNALED(stat) ((int)((stat)&0xFF) > 0 && \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
dosish.h 178 #undef WIFSIGNALED
187 #define WIFSIGNALED(stat_val) 0
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
wait.h 83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \
  /onnv/onnv-gate/usr/src/ucbhead/sys/
wait.h 138 #define WIFSIGNALED(stat) (WLOBYTE(stat) > 0 && WHIBYTE(stat) == 0)
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h     [all...]

Completed in 1440 milliseconds