Lines Matching defs:pid
36 pid_t pid;
45 pid = fork();
46 if (pid < 0)
48 else if (pid == 0) {
84 *rpid = pid;
100 pid_t pid;
117 fd = spawn_getent("passwd", user, &pid);
139 wait_for_terminate_and_warn("getent passwd", pid, true);
201 fd = spawn_getent("initgroups", user, &pid);
223 wait_for_terminate_and_warn("getent initgroups", pid, true);