Searched refs:waited_pid (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dwaitpid.c29 static pid_t waited_pid[WAITPID_CHILDREN]; variable
43 p = waited_pid[i];
46 waited_pid[i] = 0;
53 if (! waited_pid[i])
60 waited_pid[i] = p;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dwaitpid.c32 static pid_t waited_pid[WAITPID_CHILDREN]; variable
46 p = waited_pid[i];
49 waited_pid[i] = 0;
56 if (! waited_pid[i])
63 waited_pid[i] = p;
/macosx-10.9.5/Security-55471.14.18/sec/SecurityTool/
H A Dleaks.c75 pid_t waited_pid = waitpid(child, &status, 0); local
76 if (waited_pid == -1)
/macosx-10.9.5/SecurityTool-55115/
H A Dleaks.c76 pid_t waited_pid = waitpid(child, &status, 0); local
77 if (waited_pid == -1)
/macosx-10.9.5/rsync-42/rsync/
H A Dmain.c109 pid_t waited_pid = waitpid(pid, status_ptr, flags); local
111 if (waited_pid == -1 && errno == ECHILD) {
124 return waited_pid;
130 pid_t waited_pid; local
133 while ((waited_pid = wait_process(pid, &status, WNOHANG)) == 0) {
142 if (waited_pid < 0) {

Completed in 115 milliseconds