Searched refs:__DTF_READALL (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Drewinddir.c50 if (dirp->dd_flags & __DTF_READALL)
H A Dreaddir.c56 if (dirp->dd_flags & __DTF_READALL)
63 !(dirp->dd_flags & (__DTF_READALL | __DTF_SKIPREAD))) {
H A Dopendir.c77 if ((flags & (__DTF_READALL | __DTF_SKIPREAD)) != 0)
330 dirp->dd_flags |= __DTF_READALL;
/freebsd-current/include/
H A Ddirent.h91 #define __DTF_READALL 0x0008 /* everything has been read */ macro

Completed in 189 milliseconds