/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 138 if (options & ~(WNOHANG|WUNTRACED)) in waitpid() 143 if (options & WUNTRACED) in waitpid() 192 if (options & ~(WNOHANG|WUNTRACED)) in wait4() 197 if (options & WUNTRACED) in wait4()
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | wait.h | 53 #ifndef WUNTRACED 54 #define WUNTRACED 2 macro
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | wait.h | 53 #define WUNTRACED 0004 /* wait for processes stopped by signals */ macro 60 #define WSTOPPED WUNTRACED /* backwards compatibility */
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | wait.h | 62 #ifndef WUNTRACED 63 #define WUNTRACED 2 macro
|
/titanic_41/usr/src/cmd/csh/ |
H A D | wait.h | 94 #define WUNTRACED 2 /* tell about stopped, untraced children */ macro
|
H A D | wait3.c | 77 options |= (WNOHANG|WUNTRACED|WEXITED|WSTOPPED|WTRAPPED|WCONTINUED); in csh_wait3()
|
H A D | sh.proc.c | 62 pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru); in pchild()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | wait.h | 80 #define WUNTRACED 2 /* tell about stopped, untraced children */ macro
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 95 if (options & ~(WNOHANG|WUNTRACED)) in wait4()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | wait.h | 115 #define WUNTRACED N_WSTOPPED /* for POSIX */ macro
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED ) 110 #define WAIT_FLAGS ( WNOHANG | WUNTRACED )
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | waitpid.c | 138 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) { in wait4()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | jobs.c | 317 wflags = WUNTRACED|WCONTINUED; in collectjobs() 371 wflags = WUNTRACED; in waitjob() 888 wflags = WUNTRACED;
|
/titanic_41/usr/src/cmd/rpcgen/ |
H A D | rpc_scan.c | 165 WUNTRACED); in get_token()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_mount.c | 447 (void) waitpid(child_pid, &stat_loc, WUNTRACED); in automountd_do_fork_exec()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | rpc.rexd.c | 683 while ((pid = waitpid((pid_t)-1, &status, WNOHANG|WUNTRACED)) > 0) { in CatchChild()
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 267 flags = WNOHANG|WUNTRACED|wcontinued; in job_reap() 269 flags = WUNTRACED|wcontinued; in job_reap()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_fscache.c | 855 (void) waitpid(child_pid, &stat_loc, WUNTRACED); in fscache_server_alive()
|
/titanic_41/usr/src/cmd/su/ |
H A D | su.c | 932 if (pid != waitpid(pid, &status, WUNTRACED)) { in audit_logout()
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 2321 # undef WUNTRACED
|