Searched refs:DTF_NODUP (Results 1 – 5 of 5) sorted by relevance
55 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()
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