Lines Matching defs:pid
302 * Writes self PID in file PATH548 {"pidfile" , strinvar , (void*)&gconfig.pidfile , "/var/run/dhcpd.pid"}, //DPID_FILE835 pid_t pid;843 pid = vfork();844 if (pid < 0) {848 if (!pid) {854 waitpid(pid, NULL, 0);