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

/freebsd-9.3-release/include/
H A Ddirent.h80 #define DTF_REWIND 0x0004 /* rewind after reading union stack */ macro
/freebsd-9.3-release/lib/libc/gen/
H A Dopendir.c191 if (flags & DTF_REWIND) {
285 flags &= ~DTF_REWIND;
H A Dfts-compat.c660 oflag = DTF_NODUP | DTF_REWIND;
662 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
H A Dfts.c657 oflag = DTF_NODUP | DTF_REWIND;
659 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;

Completed in 70 milliseconds