Lines Matching refs:cfg_file
701 struct cfg_file {
708 static void cfg_file_free(struct cfg_file *f)
713 static int cfg_files_insert_sorted(struct cfg_file ***p_files, size_t *p_n_files,
716 struct cfg_file **files, *f;
741 f = malloc(sizeof(struct cfg_file) + dirlen + namelen + 2);
747 tmp = realloc(files, sizeof(struct cfg_file *) * (n_files + 1));
757 sizeof(struct cfg_file *) * (n_files - i));
776 static int cfg_files_list(struct cfg_file ***p_files, size_t *p_n_files,
816 struct cfg_file **files = NULL;
825 struct cfg_file *f = files[i];