Searched refs:DTF_NODUP (Results 1 – 7 of 7) sorted by relevance
53 return (__opendir2(name, DTF_HIDEW | DTF_NODUP)); in opendir()
55 return (__opendir_common(fd, DTF_HIDEW | DTF_NODUP, true)); in fdopendir()
299 if (flags & DTF_NODUP) { in __opendir_common()
656 oflag = DTF_NODUP; in fts_build()658 oflag = DTF_HIDEW | DTF_NODUP; in fts_build()
655 oflag = DTF_NODUP; in fts_build()657 oflag = DTF_HIDEW | DTF_NODUP; in fts_build()
657 oflag = DTF_NODUP; in fts_build()659 oflag = DTF_HIDEW | DTF_NODUP; in fts_build()
89 #define DTF_NODUP 0x0002 /* don't return duplicate names */ macro