Searched refs:waitpid (Results 126 - 150 of 201) sorted by relevance

123456789

/freebsd-9.3-release/contrib/diff/src/
H A Dsdiff.c718 while (waitpid (diffpid, &wstatus, 0) < 0)
722 perror_fatal ("waitpid");
1092 while (waitpid (pid, &wstatus, 0) < 0)
1096 perror_fatal ("waitpid");
/freebsd-9.3-release/crypto/openssh/
H A Dserverloop.c762 while ((wait_pid = waitpid(-1, &wait_status, 0)) < 0)
816 while ((pid = waitpid(-1, &status, WNOHANG)) > 0 ||
H A Dsshconnect.c170 while (waitpid(pid, NULL, 0) == -1)
1434 while (waitpid(pid, &status, 0) == -1)
H A Dsftp.c223 waitpid(sshpid, NULL, 0);
307 while (waitpid(pid, &status, 0) == -1)
2424 while (waitpid(sshpid, NULL, 0) == -1)
/freebsd-9.3-release/tools/regression/posixsem/
H A Dposixsem.c134 if (waitpid(pid, NULL, 0) < 0) {
1207 waitpid(pid, NULL, 0);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix311 pid_t (waitpid)(pid_t pid, int *stat_loc, int options);
/freebsd-9.3-release/contrib/bmake/
H A Djob.c618 * events will have happened by then - and that the waitpid() will
621 * waitpid() before passign on the SIGCONT.
1999 while ((pid = waitpid((pid_t) -1, &status, WNOHANG | WUNTRACED)) > 0) {
2260 rval = waitpid((pid_t) -1, &status, WNOHANG);
2742 while (waitpid((pid_t) -1, &foo, WNOHANG) > 0)
2784 /* Job exit deferred after calling waitpid() in a signal handler */
/freebsd-9.3-release/bin/pax/
H A Dar_io.c347 waitpid(zpid, &status, 0);
/freebsd-9.3-release/contrib/amd/hlfsd/
H A Dhomedir.c293 while ((child = waitpid((pid_t) -1, &status, WNOHANG)) > 0) {
/freebsd-9.3-release/contrib/cvs/src/
H A Dcvs.h721 pid_t waitpid PROTO((pid_t, int *, int));
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c398 else if ((pid = waitpid(adhost->adh_worker_pid,
/freebsd-9.3-release/contrib/pf/authpf/
H A Dauthpf.c815 waitpid(pid, &s, 0);
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c92 setproctitle("waitpid %d", pid);
97 ret = waitpid(pid, &status, 0);
104 err(1, "waitpid");
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c740 while (waitpid(child, &wstat, 0) == -1 && errno == EINTR)
/freebsd-9.3-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c357 ret = waitpid (to_wait_for, wstatp, WNOHANG);
362 perror_with_name ("waitpid");
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c1029 if (waitpid(child, &wstatus, 0) < 0)
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_syscalls.c707 __weak_reference(___waitpid, waitpid);
/freebsd-9.3-release/sbin/dump/
H A Dtape.c539 if (waitpid(childpid, &status, 0) == -1)
/freebsd-9.3-release/sbin/mount/
H A Dmount.c182 if (waitpid(pid, &status, 0) < 0) {
183 warn("waitpid");
/freebsd-9.3-release/tools/regression/sockets/unix_gc/
H A Dunix_gc.c777 while (waitpid(pid, NULL, 0) != pid);
/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptotest.c470 while (waitpid(WAIT_MYPGRP, &status, 0) != -1)
/freebsd-9.3-release/usr.bin/gcore/
H A Delfcore.c151 if (waitpid(pid, NULL, 0) == -1)
152 err(1, "waitpid");
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c577 waitpid(pid, &status, 0);
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dlpd.c257 if (waitpid(pid, &status, 0) < 0) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.c216 if (waitpid(pid, &status, 0) == -1)
217 tt_abort_perror("waitpid");

Completed in 561 milliseconds

123456789