Searched refs:__DTF_READALL (Results 1 – 3 of 3) sorted by relevance
47 if (dirp->dd_flags & __DTF_READALL) in readdir()51 if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) { in readdir()
138 if (dirp->dd_flags & __DTF_READALL) in _dl_readdir()142 if (dirp->dd_loc == 0 && !(dirp->dd_flags & __DTF_READALL)) { in _dl_readdir()
79 #define __DTF_READALL 0x0008 /* everything has been read */ macro