HomeSort by relevance Sort by last modified time
    Searched refs:runfile (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
dnsmasq.c 337 if (daemon->runfile)
342 if ((pidfile = fopen(daemon->runfile, "w")))
796 die(_("failed to open pidfile %s: %s"), daemon->runfile, EC_FILE);
903 if (daemon->runfile)
904 unlink(daemon->runfile);
    [all...]
dnsmasq.h 616 char *runfile; member in struct:daemon
option.c 283 { 'x', ARG_ONE, "path", gettext_noop("Specify path of PID file (defaults to %s)."), RUNFILE },
    [all...]

Completed in 32 milliseconds