Home
last modified time | relevance | path

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

/scripts/dtc/
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) {
/scripts/
Ddiffconfig40 def readconfig(config_file): argument
42 for line in config_file:
/scripts/kconfig/
Dstreamline_config.pl127 my @config_file = read_config;
426 foreach my $line (@config_file) {
599 foreach my $line (@config_file) {