Searched refs:cfg_paths (Results 1 – 1 of 1) sorted by relevance
849 static int cfg_load(struct cfg *cfg, const char * const *cfg_paths) in cfg_load() argument854 if (cfg_paths == NULL) in cfg_load()855 cfg_paths = default_cfg_paths; in cfg_load()857 for (i = 0; cfg_paths[i] != NULL; i++) in cfg_load()858 cfg_files_list(&files, &n_files, cfg_paths[i]); in cfg_load()