Home | History | Annotate | Download | only in btreplay

Lines Matching refs:ent

608 	struct dirent *ent;
616 while ((ent = readdir(dir)) != NULL) {
619 if (strstr(ent->d_name, ".replay.") == NULL)
622 dsf = strdup(ent->d_name);