Searched refs:dd_flags (Results 1 – 3 of 3) sorted by relevance
68 if (dirp->dd_flags & __DTF_READALL) in _readdir_unlocked()72 if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) { in _readdir_unlocked()81 if ((dp->Attribute & DT_HIDDEN) && (dirp->dd_flags & DTF_HIDEW)) in _readdir_unlocked()
112 dirp->dd_flags = flags; in __opendir2()
68 int dd_flags; /* flags for readdir */ member