Searched refs:WUNTRACED (Results 1 – 22 of 22) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb_wait.h | 113 #ifndef WUNTRACED 114 #define WUNTRACED 2 /* Report status of stopped children. */ macro
|
| D | gnu-nat.c | 1462 proc_wait_request (proc_server, inf->event_port, inf->pid, WUNTRACED); in gnu_wait()
|
| /openbsd/src/sys/sys/ |
| D | wait.h | 79 #define WUNTRACED 0x02 /* report stopped-by-signal processes */ macro 83 #define WSTOPPED WUNTRACED
|
| /openbsd/src/regress/sys/kern/signal/signal-stress/ |
| D | signal-stress.c | 82 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/ |
| D | t_wait_noproc.c | 149 WUNTRACED, 196 WUNTRACED, in get_options4()
|
| /openbsd/src/regress/sys/kern/signal/sig-stop/ |
| D | sig-stop.c | 50 } while(waitpid(child, &status, WCONTINUED|WUNTRACED) > 0 && in main()
|
| /openbsd/src/sys/kern/ |
| D | kern_exit.c | 570 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/ |
| D | passwd.c | 246 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED); in pw_edit()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 67 VSTART VSTOP VSUSP VTIME WNOHANG WUNTRACED W_OK X_OK
|
| /openbsd/src/sbin/init/ |
| D | init.c | 622 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/ |
| D | server.c | 462 switch (pid = waitpid(WAIT_ANY, &status, WNOHANG|WUNTRACED)) { in server_child_signal()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 75 WTERMSIG WUNTRACED W_OK X_OK _PC_CHOWN_RESTRICTED
|
| /openbsd/src/usr.sbin/lpd/ |
| D | printer.c | 1247 while ((pid = waitpid(WAIT_ANY, &status, WUNTRACED)) && pid != prn->opid) in prn_fsuspend()
|
| /openbsd/src/bin/csh/ |
| D | proc.c | 97 (setintr && (intty || insource) ? WNOHANG | WUNTRACED : WNOHANG), &ru); in pchild()
|
| /openbsd/src/usr.sbin/lpr/lpd/ |
| D | printjob.c | 716 while ((pid = waitpid((pid_t)-1, &status, WUNTRACED)) > 0 in print()
|
| /openbsd/src/usr.bin/mandoc/ |
| D | main.c | 1243 WUNTRACED)) == -1 && errno == EINTR) in run_pager()
|
| /openbsd/src/bin/ksh/ |
| D | jobs.c | 1154 pid = waitpid(-1, &status, (WNOHANG|WUNTRACED)); in j_sigchld()
|
| /openbsd/src/usr.bin/ssh/ |
| D | scp.c | 188 while (waitpid(pid, &status, WUNTRACED) == -1 && in suspone()
|
| D | sftp.c | 219 while (waitpid(sshpid, NULL, WUNTRACED) == -1 && errno == EINTR) in suspchild()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/lib/ |
| D | POSIX.pod | 2867 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/ |
| D | aclocal.m4 | 1355 #if !defined (WNOHANG) || !defined (WUNTRACED)
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.os2 | 1894 WUNTRACED
|