Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:dh

1661 	DIR *dh;
1668 if(!(dh = opendir(".")))
1670 while((dent = readdir(dh)))
1793 closedir(dh);