Searched refs:runfile (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnsmasq.c485 if (daemon->runfile)
510 unlink(daemon->runfile);
512 if ((fd = open(daemon->runfile, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, S_IWUSR|S_IRUSR|S_IRGRP|S_IROTH)) == -1)
532 send_event(err_pipe[1], EVENT_PIDFILE, errno, daemon->runfile);
1341 if (daemon->runfile)
1342 unlink(daemon->runfile);
H A Ddnsmasq.h956 char *runfile; member in struct:daemon
H A Doption.c1688 daemon->runfile = opt_string_alloc(arg);
4447 daemon->runfile = RUNFILE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnsmasq.c485 if (daemon->runfile)
510 unlink(daemon->runfile);
512 if ((fd = open(daemon->runfile, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, S_IWUSR|S_IRUSR|S_IRGRP|S_IROTH)) == -1)
532 send_event(err_pipe[1], EVENT_PIDFILE, errno, daemon->runfile);
1341 if (daemon->runfile)
1342 unlink(daemon->runfile);
H A Ddnsmasq.h956 char *runfile; member in struct:daemon
H A Doption.c1688 daemon->runfile = opt_string_alloc(arg);
4447 daemon->runfile = RUNFILE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnsmasq.c485 if (daemon->runfile)
510 unlink(daemon->runfile);
512 if ((fd = open(daemon->runfile, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, S_IWUSR|S_IRUSR|S_IRGRP|S_IROTH)) == -1)
532 send_event(err_pipe[1], EVENT_PIDFILE, errno, daemon->runfile);
1341 if (daemon->runfile)
1342 unlink(daemon->runfile);
H A Ddnsmasq.h956 char *runfile; member in struct:daemon
H A Doption.c1688 daemon->runfile = opt_string_alloc(arg);
4447 daemon->runfile = RUNFILE;

Completed in 220 milliseconds