Home | History | Annotate | Download | only in pending

Lines Matching full:pidfile

13    usage: dhcp [-fbnqvoCRB] [-i IFACE] [-r IP] [-s PROG] [-p PIDFILE]
19 -p Create pidfile
61 char *pidfile;
352 int pidfile = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0666);
353 if (pidfile > 0) {
357 write(pidfile, pidbuf, strlen(pidbuf));
358 close(pidfile);
1278 if (flag_chk(FLAG_p)) write_pid(TT.pidfile);
1356 if (flag_chk(FLAG_p)) write_pid(TT.pidfile);
1494 if (flag_chk(FLAG_p)) write_pid(TT.pidfile);