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

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

Completed in 204 milliseconds