Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_wait.h113 #ifndef WUNTRACED
114 #define WUNTRACED 2 /* Report status of stopped children. */ macro
Dgnu-nat.c1462 proc_wait_request (proc_server, inf->event_port, inf->pid, WUNTRACED); in gnu_wait()
/openbsd/src/sys/sys/
Dwait.h79 #define WUNTRACED 0x02 /* report stopped-by-signal processes */ macro
83 #define WSTOPPED WUNTRACED
/openbsd/src/regress/sys/kern/signal/signal-stress/
Dsignal-stress.c82 if (waitpid(pid, &status, WUNTRACED) != pid) in wait_stopped()
174 if (waitpid(pids[i], &status, WUNTRACED) != pids[i]) in main()
/openbsd/src/regress/lib/libc/sys/
Dt_wait_noproc.c149 WUNTRACED,
196 WUNTRACED, in get_options4()
/openbsd/src/regress/sys/kern/signal/sig-stop/
Dsig-stop.c50 } while(waitpid(child, &status, WCONTINUED|WUNTRACED) > 0 && in main()
/openbsd/src/sys/kern/
Dkern_exit.c570 if (((pr->ps_flags & PS_TRACED) || (options & WUNTRACED)) && in dowait6()
662 if (SCARG(uap, options) &~ (WUNTRACED|WNOHANG|WCONTINUED)) in sys_wait4()
/openbsd/src/lib/libutil/
Dpasswd.c246 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED); in pw_edit()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DMakefile.PL67 VSTART VSTOP VSUSP VTIME WNOHANG WUNTRACED W_OK X_OK
/openbsd/src/sbin/init/
Dinit.c622 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in f_single_user()
706 if ((wpid = waitpid(-1, &status, WUNTRACED)) != -1) in f_runcom()
/openbsd/src/usr.bin/tmux/
Dserver.c462 switch (pid = waitpid(WAIT_ANY, &status, WNOHANG|WUNTRACED)) { in server_child_signal()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t75 WTERMSIG WUNTRACED W_OK X_OK _PC_CHOWN_RESTRICTED
/openbsd/src/usr.sbin/lpd/
Dprinter.c1247 while ((pid = waitpid(WAIT_ANY, &status, WUNTRACED)) && pid != prn->opid) in prn_fsuspend()
/openbsd/src/bin/csh/
Dproc.c97 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
/openbsd/src/usr.sbin/lpr/lpd/
Dprintjob.c716 while ((pid = waitpid((pid_t)-1, &status, WUNTRACED)) > 0 in print()
/openbsd/src/usr.bin/mandoc/
Dmain.c1243 WUNTRACED)) == -1 && errno == EINTR) in run_pager()
/openbsd/src/bin/ksh/
Djobs.c1154 pid = waitpid(-1, &status, (WNOHANG|WUNTRACED)); in j_sigchld()
/openbsd/src/usr.bin/ssh/
Dscp.c188 while (waitpid(pid, &status, WUNTRACED) == -1 && in suspone()
Dsftp.c219 while (waitpid(sshpid, NULL, WUNTRACED) == -1 && errno == EINTR) in suspchild()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/
DPOSIX.pod2867 C<WNOHANG> C<WUNTRACED>
2876 =item C<WUNTRACED>
2914 currently stopped (can happen only if you specified the WUNTRACED flag
/openbsd/src/gnu/lib/libreadline/
Daclocal.m41355 #if !defined (WNOHANG) || !defined (WUNTRACED)
/openbsd/src/gnu/usr.bin/perl/
DREADME.os21894 WUNTRACED