Home | History | Annotate | Download | only in pending

Lines Matching refs:pidfile

12   usage: dhcp6 [-fbnqvR] [-i IFACE] [-r IP] [-s PROG] [-p PIDFILE]
17 -p Create pidfile
46 char *interface_name, *pidfile, *script;
410 int pidfile = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0666);
412 if (pidfile > 0) {
416 write(pidfile, pidbuf, strlen(pidbuf));
417 close(pidfile);
483 if (toys.optflags & FLAG_p) write_pid(TT.pidfile);
551 if (toys.optflags & FLAG_p) write_pid(TT.pidfile);
561 dbg("pid file: %s\n", TT.pidfile);
674 if (toys.optflags & FLAG_p) write_pid(TT.pidfile);