OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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")))
790
die(_("failed to open pidfile %s: %s"), daemon->
runfile
, EC_FILE);
897
if (daemon->
runfile
)
898
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 22 milliseconds