OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESOLVFILE
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
config.h
38
# define
RESOLVFILE
"/etc/config/resolv.conf"
40
# define
RESOLVFILE
"/etc/resolv.conf"
option.c
260
{ 'n', OPT_NO_POLL, NULL, gettext_noop("Do NOT poll %s file, reload only on SIGHUP."),
RESOLVFILE
},
262
{ 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."),
RESOLVFILE
},
270
{ 'r', ARG_DUP, "path", gettext_noop("Specify path to resolv.conf (defaults to %s)."),
RESOLVFILE
},
302
{ LOPT_RELOAD, OPT_RELOAD, NULL, gettext_noop("Clear DNS cache when reloading %s."),
RESOLVFILE
},
[
all
...]
Completed in 427 milliseconds