Searched refs:WIFSTOPPED (Results 1 - 24 of 24) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dbsd-waitpid.h39 #undef WIFSTOPPED macro
45 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dwait.h96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
H A Dsh.proc.c85 if (WIFSTOPPED(w)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Ddosish.h179 #undef WIFSTOPPED macro
188 #define WIFSTOPPED(stat_val) 0 macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED) macro
/opensolaris-onvv-gate/usr/src/ucbhead/sys/
H A Dwait.h139 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0) macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dwait.h90 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \ macro
/opensolaris-onvv-gate/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));
/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h711 # undef WIFSTOPPED macro
2324 # undef WIFSTOPPED macro
2882 # ifndef WIFSTOPPED
2883 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
2884 # endif /* ! WIFSTOPPED */
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c233 if (WIFSIGNALED(status) || WIFSTOPPED(status)) {
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c316 if(jp && WIFSTOPPED(wstat))
325 if(WIFSTOPPED(wstat))
/opensolaris-onvv-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c689 if (WIFSTOPPED(status)) {
693 printf("WIFSTOPPED\n");
/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Djobs.c238 } else if (WIFSTOPPED(stat)) {
/opensolaris-onvv-gate/usr/src/cmd/su/
H A Dsu.c940 } else if (WIFSTOPPED(status)) {
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dmain.c2274 if (WIFSTOPPED(status))
2468 if (WIFSTOPPED(status))
H A Dutil.c2634 else if (type == PROC_QUEUE_CHILD && !WIFSTOPPED(st) &&
H A Ddeliver.c3924 (WIFSTOPPED(st) ? " (stopped)" : ""));
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2185 if (WIFSIGNALED(status) || WIFSTOPPED(status)) {

Completed in 462 milliseconds