HomeSort by relevance Sort by last modified time
    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)
457 if (daemon->options & OPT_DEBUG)
1168 else if (!(daemon->options & OPT_DEBUG) && (p = fork()) != 0)
1194 if (!(daemon->options & OPT_DEBUG))
1225 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 24 milliseconds