Lines Matching refs:pid_t
45 pid_t pid;
51 pid_t pid;
60 static pid_t file_pid(FILE *);
61 static pid_t start_commandv(char *, sigset_t *, int, int, va_list);
100 pid_t pid; in Popen()
159 register_file(FILE *fp, int pipe, pid_t pid) in register_file()
187 pid_t
207 static pid_t
210 pid_t pid; in start_commandv()
234 pid_t pid; in run_command()
281 wait_command(pid_t pid) in wait_command()
292 findchild(pid_t pid, int dont_alloc) in findchild()
333 pid_t pid; in sigchild()
359 wait_child(pid_t pid) in wait_child()
363 pid_t rv = 0; in wait_child()
391 free_child(pid_t pid) in free_child()