Home | History | Annotate | Download | only in src

Lines Matching full:dirp

1352 		DIR *dirp;
1361 dirp = opendir(prefix_len ? Xstring(*xs, xp) : ".");
1362 if (dirp == NULL)
1364 while ((d = readdir(dirp)) != NULL) {
1382 closedir(dirp);