Home
last modified time | relevance | path

Searched refs:WIFSTOPPED (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dwait.h62 #undef WIFSTOPPED
83 #ifndef WIFSTOPPED
84 #define WIFSTOPPED(x) (((x)&((1<<EXIT_BITS)-1))==((1<<(EXIT_BITS-1))-1)) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwait7 int ifstopped = WIFSTOPPED(0);
/illumos-gate/usr/src/cmd/csh/
H A Dwait.h94 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
H A Dsh.proc.c91 if (WIFSTOPPED(w)) { in pchild()
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h89 #define WIFSTOPPED(stat) ((int)((stat)&0xFF) == 0177 && \ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h137 #define WIFSTOPPED(stat) (WLOBYTE(stat) == WSTOPFLG&&WHIBYTE(stat) != 0) macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h711 # undef WIFSTOPPED
2324 # undef WIFSTOPPED
2882 # ifndef WIFSTOPPED
2883 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c233 if (WIFSIGNALED(status) || WIFSTOPPED(status)) { in nwamd_start_childv()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c451 if(jp && WIFSTOPPED(wstat)) in job_reap()
462 else if(WIFSTOPPED(wstat)) in job_reap()
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c238 } else if (WIFSTOPPED(stat)) { in statjob()
/illumos-gate/usr/src/cmd/su/
H A Dsu.c969 } else if (WIFSTOPPED(status)) { in audit_logout()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c1267 if (!WIFSTOPPED(status)) in run_pager()
/illumos-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)" : ""));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2182 if (WIFSIGNALED(status) || WIFSTOPPED(status)) {