Searched refs:WIFSTOPPED (Results 1 - 14 of 14) 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)
50 # ifndef WIFSTOPPED
51 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
93 # define WIFSTOPPED(x) 0
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dwait.h62 #undef WIFSTOPPED macro
83 #ifndef WIFSTOPPED
84 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h71 #undef WIFSTOPPED macro
92 #ifndef WIFSTOPPED
93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h179 #undef WIFSTOPPED macro
188 #define WIFSTOPPED(stat_val) 0 macro
/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.xs386 WIFSIGNALED WIFSTOPPED WSTOPSIG WTERMSIG));
503 if (memEQ(name, "WIFSTOPPED", 10)) {
504 #ifdef WIFSTOPPED
506 *arg_result = WIFSTOPPED(WMUNGE(i));
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h714 # undef WIFSTOPPED macro
2333 # undef WIFSTOPPED macro
2891 # ifndef WIFSTOPPED
2892 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
2893 # endif /* ! WIFSTOPPED */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c431 if(jp && WIFSTOPPED(wstat))
442 else if(WIFSTOPPED(wstat))
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c2277 if (WIFSTOPPED(status))
2471 if (WIFSTOPPED(status))
H A Dutil.c2634 else if (type == PROC_QUEUE_CHILD && !WIFSTOPPED(st) &&
H A Ddeliver.c3925 (WIFSTOPPED(st) ? " (stopped)" : ""));

Completed in 68 milliseconds