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

/freebsd-10-stable/lib/libc/gen/
H A Drewinddir.c54 dirp->dd_flags &= ~__DTF_SKIPREAD; /* current contents are invalid */
H A Dreaddir.c65 dirp->dd_flags &= ~__DTF_SKIPREAD;
69 !(dirp->dd_flags & (__DTF_READALL | __DTF_SKIPREAD))) {
77 dirp->dd_flags &= ~__DTF_SKIPREAD;
H A Dtelldir.c122 dirp->dd_flags |= __DTF_SKIPREAD;
129 dirp->dd_flags &= ~__DTF_SKIPREAD; /* current contents are invalid */
H A Dopendir.c83 if ((flags & (__DTF_READALL | __DTF_SKIPREAD)) != 0)
345 dirp->dd_flags |= __DTF_SKIPREAD;
/freebsd-10-stable/include/
H A Ddirent.h66 #define __DTF_SKIPREAD 0x0010 /* assume internal buffer is populated */ macro

Completed in 74 milliseconds