/titanic_50/usr/src/cmd/ssh/include/ |
H A D | bsd-waitpid.h | 39 #undef WIFSTOPPED 45 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro 46 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | wait.h | 62 #undef WIFSTOPPED 83 #ifndef WIFSTOPPED 84 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 71 #undef WIFSTOPPED 92 #ifndef WIFSTOPPED 93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 71 #undef WIFSTOPPED 92 #ifndef WIFSTOPPED 93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 71 #undef WIFSTOPPED 92 #ifndef WIFSTOPPED 93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 71 #undef WIFSTOPPED 92 #ifndef WIFSTOPPED 93 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | wait | 7 int ifstopped = WIFSTOPPED(0);
|
/titanic_50/usr/src/cmd/csh/ |
H A D | wait.h | 96 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
|
H A D | sh.proc.c | 85 if (WIFSTOPPED(w)) { in pchild()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | wait.h | 89 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \ macro
|
/titanic_50/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED) macro
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | wait.h | 139 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0) macro
|
/titanic_50/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 711 # undef WIFSTOPPED 2324 # undef WIFSTOPPED 2882 # ifndef WIFSTOPPED 2883 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | util.c | 233 if (WIFSIGNALED(status) || WIFSTOPPED(status)) { in nwamd_start_childv()
|
/titanic_50/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 689 if (WIFSTOPPED(status)) { in CatchChild()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 316 if(jp && WIFSTOPPED(wstat)) in job_reap() 325 if(WIFSTOPPED(wstat)) in job_reap()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | jobs.c | 238 } else if (WIFSTOPPED(stat)) { in statjob()
|
/titanic_50/usr/src/cmd/su/ |
H A D | su.c | 949 } else if (WIFSTOPPED(status)) { in audit_logout()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | main.c | 2274 if (WIFSTOPPED(status)) 2468 if (WIFSTOPPED(status))
|
H A D | util.c | 2634 else if (type == PROC_QUEUE_CHILD && !WIFSTOPPED(st) &&
|
H A D | deliver.c | 3924 (WIFSTOPPED(st) ? " (stopped)" : ""));
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 2185 if (WIFSIGNALED(status) || WIFSTOPPED(status)) {
|