Searched refs:__DTF_SKIPREAD (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Drewinddir.c49 dirp->dd_flags &= ~__DTF_SKIPREAD; /* current contents are invalid */
H A Dreaddir.c59 dirp->dd_flags &= ~__DTF_SKIPREAD;
63 !(dirp->dd_flags & (__DTF_READALL | __DTF_SKIPREAD))) {
71 dirp->dd_flags &= ~__DTF_SKIPREAD;
H A Dtelldir.c149 dirp->dd_flags |= __DTF_SKIPREAD;
156 dirp->dd_flags &= ~__DTF_SKIPREAD; /* current contents are invalid */
H A Dopendir.c77 if ((flags & (__DTF_READALL | __DTF_SKIPREAD)) != 0)
349 dirp->dd_flags |= __DTF_SKIPREAD;
/freebsd-current/include/
H A Ddirent.h92 #define __DTF_SKIPREAD 0x0010 /* assume internal buffer is populated */ macro

Completed in 297 milliseconds