Home | History | Annotate | Download | only in src

Lines Matching defs:dirp

1567 		DIR *dirp;
1575 dirp = opendir(prefix_len ? Xstring(*xs, xp) : ".");
1576 if (dirp == NULL)
1578 while ((d = readdir(dirp)) != NULL) {
1597 closedir(dirp);