Searched refs:config_file (Results 1 - 6 of 6) sorted by relevance

/linux-master/Documentation/sphinx/
H A Dload_config.py19 config_file = os.environ.get("SPHINX_CONF", None)
20 if (config_file is not None
21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
22 config_file = os.path.abspath(config_file)
25 start = config_file.find('Documentation/')
27 start = config_file.find('/', start + 1)
29 end = config_file.rfind('/')
31 dir = config_file[start + 1:end]
47 if os.path.isfile(config_file)
[all...]
/linux-master/scripts/
H A Ddiffconfig40 def readconfig(config_file):
42 for line in config_file:
/linux-master/scripts/dtc/
H A Ddt_to_config402 } elsif (($config_file) && ($configs =~ /CONFIG_/)) {
464 if ($config_file) {
945 if (! -r $config_file) {
946 print STDERR "file '$config_file' is not readable or does not exist\n";
950 if (!open(CONFIG_FILE, "<", "$config_file")) {
951 print STDERR "open $config_file failed\n";
989 "c=s" => \$config_file,
990 "config=s" => \$config_file,
1168 if ($config_file) {
/linux-master/scripts/kconfig/
H A Dstreamline_config.pl125 my @config_file = read_config;
426 foreach my $line (@config_file) {
616 foreach my $line (@config_file) {
/linux-master/drivers/s390/char/
H A Dsclp_sd.c96 static struct sclp_sd_file *config_file; variable in typeref:struct:sclp_sd_file
564 config_file = sclp_sd_file_create("config", SD_DI_CONFIG);
565 if (!config_file)
/linux-master/tools/perf/util/
H A Dconfig.c40 static FILE *config_file; variable
54 if ((f = config_file) != NULL) {
505 config_file = f;

Completed in 138 milliseconds