OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_DEBUG
(Results
1 - 6
of
6
) sorted by null
/external/dnsmasq/src/
log.c
61
log_stderr = !!(daemon->options &
OPT_DEBUG
);
66
else if (daemon->options &
OPT_DEBUG
)
dnsmasq.c
283
if (!(daemon->options &
OPT_DEBUG
))
373
if (!(daemon->options &
OPT_DEBUG
) && getuid() == 0)
451
if (daemon->options &
OPT_DEBUG
)
1147
else if (!(daemon->options &
OPT_DEBUG
) && (p = fork()) != 0)
1173
if (!(daemon->options &
OPT_DEBUG
))
1204
if (!(daemon->options &
OPT_DEBUG
))
[
all
...]
helper.c
81
if (!(daemon->options &
OPT_DEBUG
) && uid != 0)
dnsmasq.h
168
#define
OPT_DEBUG
(1u<<6)
cache.c
1158
if ((daemon->options & (
OPT_DEBUG
| OPT_LOG)))
[
all
...]
option.c
234
{ 'd',
OPT_DEBUG
, NULL, gettext_noop("Do NOT fork into the background: run in debug mode."), NULL },
[
all
...]
Completed in 260 milliseconds