OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFFILE
(Results
1 - 6
of
6
) sorted by null
/external/dnsmasq/src/
config.h
56
#ifndef
CONFFILE
58
# define
CONFFILE
"/usr/local/etc/dnsmasq.conf"
60
# define
CONFFILE
"/etc/dnsmasq.conf"
option.c
233
{ 'C', ARG_DUP, "path", gettext_noop("Specify configuration file (defaults to %s)."),
CONFFILE
},
2784
char *errmess, *arg, *
conffile
= CONFFILE;
local
[
all
...]
/external/libppp/src/
defs.h
75
#define
CONFFILE
"ppp.conf"
systems.c
442
rs = ReadSystem(NULL, "default",
CONFFILE
, prompt, NULL, how);
452
rs = ReadSystem(NULL, name,
CONFFILE
, prompt, NULL, how);
458
return PPP_CONFDIR "/"
CONFFILE
" : File not found";
main.c
359
snprintf(conf, sizeof conf, "%s/%s", PPP_CONFDIR,
CONFFILE
);
398
if (system_Select(bundle, "default",
CONFFILE
, prompt, NULL) < 0)
418
system_Select(bundle, argv[arg],
CONFFILE
, prompt, NULL);
command.c
345
system_Select(arg->bundle, arg->argv[n],
CONFFILE
, arg->prompt, arg->cx);
353
system_Select(arg->bundle, "default",
CONFFILE
, arg->prompt, arg->cx);
[
all
...]
Completed in 2425 milliseconds