Searched defs:WIFEXITED (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dsys_wait.in.h42 /* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x)
47 # ifndef WIFEXITED
48 # define WIFEXITED(x) (WTERMSIG (x) == 0) macro
59 /* The exit status. Only to be accessed if WIFEXITED(x) is true. */
92 # define WIFEXITED(x) ((x) != 3)
/osnet-11/usr/src/lib/libast/common/include/
H A Dwait.h58 #undef WIFEXITED macro
67 #ifndef WIFEXITED
68 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h67 #undef WIFEXITED macro
76 #ifndef WIFEXITED
77 #define WIFEXITED(x) (!((x)&((1<<(EXIT_BITS-1))-1))) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h177 #undef WIFEXITED macro
186 #define WIFEXITED(stat_val) 0 macro
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h504 # undef WIFEXITED macro
713 # undef WIFEXITED macro
1098 # undef WIFEXITED macro
1168 # undef WIFEXITED macro
1311 # undef WIFEXITED macro
1412 # undef WIFEXITED macro
1608 # undef WIFEXITED macro
1630 # undef WIFEXITED macro
1648 # undef WIFEXITED macro
1672 /* Have to redefine WIFEXITED t
1673 # undef WIFEXITED macro
1674 # define WIFEXITED macro
1956 # undef WIFEXITED macro
2158 # undef WIFEXITED macro
2179 # undef WIFEXITED macro
2226 # undef WIFEXITED macro
2255 # undef WIFEXITED macro
2331 # undef WIFEXITED macro
2889 # define WIFEXITED macro
[all...]

Completed in 34 milliseconds