Searched refs:exclude_paths (Results 1 – 1 of 1) sorted by relevance
192 struct exclude_info *exclude_paths = NULL; variable4184 if((exclude_paths[i].st_dev == buf->st_dev) && in old_excluded()4185 (exclude_paths[i].st_ino == buf->st_ino)) in old_excluded()4193 exclude_paths = realloc(exclude_paths, (exclude + EXCLUDE_SIZE) \4195 if(exclude_paths == NULL) \4198 exclude_paths[exclude].st_dev = buf.st_dev; \4199 exclude_paths[exclude++].st_ino = buf.st_ino;