Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 16 of 16) sorted by last modified time

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.c69 pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru); in pchild()
H A Dwait3.c75 options |= (WNOHANG|WUNTRACED|WEXITED|WSTOPPED|WTRAPPED|WCONTINUED); in csh_wait3()
H A Dwait.h92 #define WUNTRACED 2 /* tell about stopped, untraced children */ macro
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c317 wflags = WUNTRACED|WCONTINUED; in collectjobs()
371 wflags = WUNTRACED; in waitjob()
888 wflags = WUNTRACED;
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c93 if (options & ~(WNOHANG|WUNTRACED)) in wait4()
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h113 #define WUNTRACED N_WSTOPPED /* for POSIX */ macro
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h106 #define WAIT_FLAGS ( WNOHANG | WUNTRACED | WCONTINUED )
108 #define WAIT_FLAGS ( WNOHANG | WUNTRACED )
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c136 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED)) { in wait4()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c445 (void) waitpid(child_pid, &stat_loc, WUNTRACED); in automountd_do_fork_exec()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2321 # undef WUNTRACED
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c1259 WUNTRACED)) == -1 && errno == EINTR) in run_pager()
/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h53 #define WUNTRACED 0004 /* wait for processes stopped by signals */ macro
60 #define WSTOPPED WUNTRACED /* backwards compatibility */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dwait.h53 #ifndef WUNTRACED
54 #define WUNTRACED 2 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c373 flags = WNOHANG|WUNTRACED|wcontinued; in job_reap()
375 flags = WUNTRACED|wcontinued; in job_reap()
/illumos-gate/usr/src/cmd/su/
H A Dsu.c952 if (pid != waitpid(pid, &status, WUNTRACED)) { in audit_logout()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c165 WUNTRACED); in get_token()