Lines Matching refs:pid_t
57 pid_t pid;
63 pid_t pid;
70 static struct child *findchild(pid_t, int);
112 register_file(FILE *fp, int pipefd, pid_t pid) in register_file()
195 static pid_t
199 pid_t pid; in start_commandv()
241 pid_t pid; in Popen()
272 findchild(pid_t pid, int dont_alloc) in findchild()
311 wait_child(pid_t pid) in wait_child()
315 pid_t rv = 0; in wait_child()
339 static pid_t
424 wait_command(pid_t pid) in wait_command()
437 pid_t pid; in run_command()
487 pid_t pid; in sigchild()
493 while ((pid = waitpid((pid_t)-1, &status, WNOHANG)) > 0) { in sigchild()
511 free_child(pid_t pid) in free_child()