Home
last modified time | relevance | path

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

/dragonfly/include/
HDdirent.h52 #define DTF_NODUP 0x0002 /* don't return duplicate names */ macro
/dragonfly/lib/libc/gen/
HDopendir.c48 #define DEFAULT_FLAGS (DTF_HIDEW | DTF_NODUP)
HDfts.c629 oflag = DTF_NODUP | DTF_REWIND; in fts_build()
631 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND; in fts_build()