Lines Matching refs:dirp
144 DIR *dirp; in lf_xftw() local
194 dirp = opendir(path); in lf_xftw()
202 if (dirp == NULL) in lf_xftw()
216 if (rc != 0 || dirp == NULL) in lf_xftw()
226 (void) closedir(dirp); in lf_xftw()
244 while ((dp = readdir(dirp)) != NULL) { in lf_xftw()
258 here = telldir(dirp); in lf_xftw()
259 (void) closedir(dirp); in lf_xftw()
270 (void) closedir(dirp); in lf_xftw()
278 dirp = opendir(path); in lf_xftw()
279 if (dirp == NULL) { in lf_xftw()
283 seekdir(dirp, here); in lf_xftw()
293 (void) closedir(dirp); in lf_xftw()