Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/sphinx/
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)
24 if os.path.isfile(config_file):
25 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
27 config['__file__'] = config_file
28 execfile_(config_file, config)
32 sys.stderr.write("WARNING: additional sphinx-config not found: %s\n" % config_file)
/Linux-v4.19/scripts/dtc/
Ddt_to_config403 } elsif (($config_file) && ($configs =~ /CONFIG_/)) {
465 if ($config_file) {
946 if (! -r $config_file) {
947 print STDERR "file '$config_file' is not readable or does not exist\n";
951 if (!open(CONFIG_FILE, "<", "$config_file")) {
952 print STDERR "open $config_file failed\n";
990 "c=s" => \$config_file,
991 "config=s" => \$config_file,
1169 if ($config_file) {
/Linux-v4.19/scripts/
Ddiffconfig40 def readconfig(config_file): argument
42 for line in config_file:
/Linux-v4.19/scripts/kconfig/
Dstreamline_config.pl127 my @config_file = read_config;
426 foreach my $line (@config_file) {
599 foreach my $line (@config_file) {
/Linux-v4.19/drivers/s390/char/
Dsclp_sd.c96 static struct sclp_sd_file *config_file; variable
556 config_file = sclp_sd_file_create("config", SD_DI_CONFIG); in sclp_sd_init()
557 if (!config_file) in sclp_sd_init()
/Linux-v4.19/tools/perf/util/
Dconfig.c34 static FILE *config_file; variable
48 if ((f = config_file) != NULL) { in get_next_char()
467 config_file = f; in perf_config_from_file()