Home
last modified time | relevance | path

Searched refs:DTF_NODUP (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/gen/
H A Dopendir.c55 return (__opendir2(name, DTF_HIDEW|DTF_NODUP)); in opendir()
67 return (__opendir_common(fd, DTF_HIDEW|DTF_NODUP, true)); in fdopendir()
323 if (flags & DTF_NODUP) { in __opendir_common()
H A Dfts-compat11.c656 oflag = DTF_NODUP; in fts_build()
658 oflag = DTF_HIDEW | DTF_NODUP; in fts_build()
H A Dfts.c655 oflag = DTF_NODUP; in fts_build()
657 oflag = DTF_HIDEW | DTF_NODUP; in fts_build()
H A Dfts-compat.c657 oflag = DTF_NODUP; in fts_build()
659 oflag = DTF_HIDEW | DTF_NODUP; in fts_build()
/freebsd/include/
H A Ddirent.h89 #define DTF_NODUP 0x0002 /* don't return duplicate names */ macro