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

  /onnv/onnv-gate/usr/src/cmd/ssh/include/
bsd-waitpid.h 38 #undef WIFEXITED
44 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
47 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
wait.h 58 #undef WIFEXITED
67 #ifndef WIFEXITED
68 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1)))
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
wait.h 67 #undef WIFEXITED
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1)))
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
wait.h 67 #undef WIFEXITED
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1)))
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
wait.h 67 #undef WIFEXITED
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1)))
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
wait.h 67 #undef WIFEXITED
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1)))
  /onnv/onnv-gate/usr/src/cmd/csh/
wait.h 98 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
  /onnv/onnv-gate/usr/src/uts/common/sys/
wait.h 87 #define WIFEXITED(stat) ((int)((stat)&0xFF) == 0)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
dosish.h 177 #undef WIFEXITED
186 #define WIFEXITED(stat_val) 0
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
wait.h 85 #define WIFEXITED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \
  /onnv/onnv-gate/usr/src/ucbhead/sys/
wait.h 137 #define WIFEXITED(stat) (WLOBYTE(stat) == 0)
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 501 # undef WIFEXITED
710 # undef WIFEXITED
    [all...]

Completed in 5220 milliseconds