Searched refs:WIFEXITED (Results 1 - 25 of 35) sorted by relevance

12

/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/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/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/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...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpassprompt.c111 if (!WIFEXITED(wstat))
/osnet-11/usr/src/lib/libcontract/common/
H A Dprocess_dump.c105 if (WIFEXITED(i)) {
/osnet-11/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c168 if (WIFEXITED(status) &&
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgexecv.c310 } else if (WIFEXITED(status)) {
H A Druncmd.c519 *r_status = WIFEXITED(status) ? WEXITSTATUS(status) : -1;
H A Dpkgserv.c367 if (WIFEXITED(stat)) {
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_exec.c344 *r_status = WIFEXITED(status) ? WEXITSTATUS(status) : -1;
991 if (WIFEXITED(status)) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c180 if (WIFEXITED(loc) && WEXITSTATUS(loc) == 0) {
H A Dinuse_lu.c330 /* printf("got 0x%x %d %d\n", loc, WIFEXITED(loc), WEXITSTATUS(loc)); */
332 if (WIFEXITED(loc) && WEXITSTATUS(loc) == 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm30 WIFEXITED WIFSIGNALED WIFSTOPPED WSTOPSIG WTERMSIG));
855 sys_wait_h => [qw(WEXITSTATUS WIFEXITED WIFSIGNALED WIFSTOPPED
H A DPOSIX.xs385 my @names = (qw(S_ISBLK S_ISCHR S_ISDIR S_ISFIFO S_ISREG WEXITSTATUS WIFEXITED
492 if (memEQ(name, "WIFEXITED", 9)) {
493 #ifdef WIFEXITED
495 *arg_result = WIFEXITED(WMUNGE(i));
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c285 if (WIFEXITED(wstat))
/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.c156 if (!WIFEXITED(status)) {
/osnet-11/usr/src/lib/libvolmgt/common/
H A Dvolmgt_on_private.c643 if (WIFEXITED(rval)) {
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_aux.c108 if (WIFEXITED(ret2) == 0) {
/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c539 !WIFEXITED(ret) || WEXITSTATUS(ret) != 0)
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1170 if (WIFEXITED(status)) {

Completed in 60 milliseconds

12