Searched defs:dirp (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/bionic/
H A Dicu.cpp49 static int __icu_dat_file_filter(const dirent* dirp) { argument
50 const char* name = dirp->d_name;
H A Dfts.c552 DIR *dirp; local
566 if ((dirp = opendir(cur->fts_accpath)) == NULL) {
611 if (fts_safe_changedir(sp, cur, dirfd(dirp), NULL)) {
617 (void)closedir(dirp);
618 dirp = NULL;
652 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
670 (void)closedir(dirp);
696 (void)closedir(dirp);
725 p->fts_info = fts_stat(sp, p, 0, dirfd(dirp));
[all...]
H A Dndk_cruft.cpp266 int getdents(unsigned int fd, dirent* dirp, unsigned int count) { argument
267 return __getdents64(fd, dirp, count);
/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dglob.c721 DIR *dirp; local
740 if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {
759 while ((dp = (*readdirfunc)(dirp)) != NULL) {
817 (*pglob->gl_closedir)(dirp);
819 closedir(dirp);

Completed in 211 milliseconds