Searched refs:waitpid (Results 151 - 175 of 272) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in158 waitpid.c \
207 ./waitpid.o
373 vfork waitpid bcmp bcopy bzero
1124 ./waitpid.o: $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h
1126 $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
1128 $(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in158 waitpid.c \
207 ./waitpid.o
390 vfork waitpid bcmp bcopy bzero
1148 ./waitpid.o: $(srcdir)/waitpid.c config.h $(INCDIR)/ansidecl.h
1150 $(COMPILE.c) $(PICFLAG) $(srcdir)/waitpid.c -o pic/$@; \
1152 $(COMPILE.c) $(srcdir)/waitpid.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess.c273 if (waitpid(c->m_pid, &status, 0) == -1)
/freebsd-11-stable/contrib/dialog/
H A Dui_getc.c628 while (-1 == waitpid(pid, &wstatus, 0)) {
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c297 if (waitpid (pr_pid, &wstatus, 0) < 0)
298 pfatal_with_name ("waitpid");
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c92 setproctitle("waitpid %d", pid);
97 ret = waitpid(pid, &status, 0);
104 err(1, "waitpid");
/freebsd-11-stable/lib/libc/tests/gen/
H A Dwordexp_test.c52 while (waitpid(-1, &status, WNOHANG) > 0)
/freebsd-11-stable/lib/libnv/tests/
H A Dnvlist_send_recv_test.c337 if (waitpid(pid, &status, 0) < 0)
338 err(1, "waitpid() failed");
/freebsd-11-stable/libexec/atrun/
H A Datrun.c345 waitpid(pid, (int *) NULL, 0);
/freebsd-11-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c440 if (waitpid(pid, &status, 0) == pid) {
/freebsd-11-stable/tools/tools/netrate/juggle/
H A Djuggle.c455 wpid = waitpid(pid, NULL, 0);
457 err(-1, "process_juggle: waitpid");
459 errx(-1, "process_juggle: waitpid: pid != wpid");
/freebsd-11-stable/usr.bin/script/
H A Dscript.c316 if (waitpid(child, &status, 0) == child) {
/freebsd-11-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c365 switch (waitpid(pid, &status, WNOHANG)) {
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c227 waitpid(sshpid, NULL, 0);
239 while (waitpid(sshpid, NULL, WUNTRACED) == -1 && errno == EINTR)
324 while (waitpid(pid, &status, 0) == -1)
2474 while (waitpid(sshpid, NULL, 0) == -1)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setrlimit.c464 (void)waitpid(pid, &sta, 0);
/freebsd-11-stable/sbin/hastd/
H A Dcontrol.c124 } else if (waitpid(res->hr_workerpid, NULL, 0) !=
/freebsd-11-stable/sbin/fsck/
H A Dfsck.c394 if (waitpid(pid, &status, 0) < 0) {
395 warn("waitpid");
/freebsd-11-stable/usr.sbin/ppp/
H A Dexec.c353 while ((wret = waitpid(pid, &stat, 0)) == -1 && errno == EINTR)
/freebsd-11-stable/usr.bin/su/
H A Dsu.c456 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) {
474 err(1, "waitpid");
/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_fork.c192 if (waitpid(c->pid, NULL, 0) == c->pid)
/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c675 while (waitpid(cpid, &status, 0) == -1) {
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c489 pid = waitpid(-1, &waiter, WNOHANG);
H A Ddo_command.c603 while ((pid = waitpid(childpid, &waiter, 0)) < 0 && errno == EINTR)
/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c203 pid = waitpid(-1, &w,
213 pid = waitpid(-1, &w,
234 pid = waitpid(-1, &w,
249 * XXX: for greater than 3 we should use waitpid().
258 pid = waitpid(-1, &w,
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c798 while (waitpid(pid, &status, 0) != pid)

Completed in 454 milliseconds

1234567891011