Searched refs:exclude_paths (Results 1 – 1 of 1) sorted by relevance
183 struct exclude_info *exclude_paths = NULL; variable4105 if((exclude_paths[i].st_dev == buf->st_dev) && in old_excluded()4106 (exclude_paths[i].st_ino == buf->st_ino)) in old_excluded()4114 exclude_paths = realloc(exclude_paths, (exclude + EXCLUDE_SIZE) \4116 if(exclude_paths == NULL) \4119 exclude_paths[exclude].st_dev = buf.st_dev; \4120 exclude_paths[exclude++].st_ino = buf.st_ino;