Home
last modified time | relevance | path

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

/third_party/backends/frontend/
H A Dsaned.c295 static const char *config_file_names[] = { variable
937 for (j = 0; j < NELEMS (config_file_names); ++j) in check_host()
940 config_file_names[j]); in check_host()
941 if (config_file_names[j][0] == '/') in check_host()
942 fp = fopen (config_file_names[j], "r"); in check_host()
944 fp = sanei_config_open (config_file_names[j]); in check_host()
949 config_file_names[j], strerror (errno)); in check_host()
1236 for (j = 0; j < NELEMS (config_file_names); ++j) in check_host()
1239 config_file_names[j]); in check_host()
1240 if (config_file_names[ in check_host()
[all...]

Completed in 2 milliseconds