Searched refs:glob_path (Results 1 – 1 of 1) sorted by relevance
1269 include_matched_path(char *glob_path) in include_matched_path() argument1274 if (lstat(glob_path, &sb) != 0) { in include_matched_path()1275 ERR("Error calling stat on path '%s': %s", glob_path, in include_matched_path()1281 DPRINTCONF("'%s' is not a file.", glob_path); in include_matched_path()1282 ERR("The matched path '%s' is not a regular file", glob_path); in include_matched_path()1286 DPRINTCONF("Include '%s'", glob_path); in include_matched_path()1289 tmp = glob_path; in include_matched_path()1290 glob_path = realpath(tmp, NULL); in include_matched_path()1294 if (check_no_reinclude(glob_path)) { in include_matched_path()1295 prepare_next_config(glob_path); in include_matched_path()[all …]