OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_file_name
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
config.c
20
static const char *
config_file_name
;
variable
263
die("bad config file line %d in %s", config_linenr,
config_file_name
);
301
if (
config_file_name
)
302
die("bad config value for '%s' in %s", name,
config_file_name
);
365
config_file_name
= filename;
370
config_file_name
= NULL;
/external/openssh/
sshd.c
147
char *
config_file_name
= _PATH_SERVER_CONFIG_FILE;
variable
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py
[
all
...]
Completed in 166 milliseconds