Home
last modified time | relevance | path

Searched refs:CONFIG_FILE (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.5.0/scripts/
Dgenerate_query_config.pl86 open(CONFIG_FILE, "<", $config_file) or die "Opening config file '$config_file': $!";
88 while (my $line = <CONFIG_FILE>) {
115 close(CONFIG_FILE);
Dcode_style.py28 CONFIG_FILE = ".uncrustify.cfg" variable
30 UNCRUSTIFY_ARGS = ["-c", CONFIG_FILE]