Home | History | Annotate | Download | only in openssh

Lines Matching defs:dp

1522 	struct dirent *dp;
1570 while (((dp = readdir(dirp)) != NULL) && !interrupted) {
1571 if (dp->d_ino == 0)
1573 filename = dp->d_name;