Searched refs:exclude_lst (Results 1 – 1 of 1) sorted by relevance
63 static struct edir *exclude_lst = NULL; variable139 if (strcmp(directory, exclude_lst[i].directory) == 0 && in remove_exclude()140 !exclude_lst[i].caller_excluded) { in remove_exclude()141 free(exclude_lst[i].directory); in remove_exclude()143 exclude_lst[i] = exclude_lst[exclude_count - 1]; in remove_exclude()158 if (strcmp(directory, exclude_lst[i].directory) == 0) in add_exclude()170 tmp_list = realloc(exclude_lst, in add_exclude()175 exclude_lst = tmp_list; in add_exclude()181 current = (exclude_lst + exclude_count); in add_exclude()202 if (strncmp(file, exclude_lst[i].directory, in check_excluded()[all …]