Home
last modified time | relevance | path

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

/mbedtls-3.6.0/scripts/
Dgenerate_query_config.pl71 open(CONFIG_FILE, "<", $config_file) or die "Opening config file '$config_file': $!";
73 while (my $line = <CONFIG_FILE>) {
100 close(CONFIG_FILE);
Dcode_style.py16 CONFIG_FILE = ".uncrustify.cfg" variable
18 UNCRUSTIFY_ARGS = ["-c", CONFIG_FILE]