Lines Matching full:readdir
185 my @FILES = grep { -d "$Dir/$_" } readdir(DIR);594 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);597 @attributes_ignored = grep { /^attribute_ignored/; } readdir(DIR);