Home | History | Annotate | Download | only in src

Lines Matching defs:dirp

1679 		DIR *dirp;
1687 dirp = opendir(prefix_len ? Xstring(*xs, xp) : Tdot);
1688 if (dirp == NULL)
1690 while ((d = readdir(dirp)) != NULL) {
1709 closedir(dirp);