OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_NO_FORK
(Results
1 - 4
of
4
) sorted by null
/external/dnsmasq/src/
helper.c
88
if (daemon->options &
OPT_NO_FORK
)
dnsmasq.c
296
if (!(daemon->options &
OPT_NO_FORK
))
[
all
...]
dnsmasq.h
178
#define
OPT_NO_FORK
(1u<<16)
option.c
254
{ 'k',
OPT_NO_FORK
, NULL, gettext_noop("Do NOT fork into the background, do NOT run in debug mode."), NULL },
[
all
...]
Completed in 2608 milliseconds