Searched refs:GLOB_NO_DOTDIRS (Results 1 - 2 of 2) sorted by path

/netbsd-current/include/
H A Dglob.h95 #define GLOB_NO_DOTDIRS 0x04000 /* Make . and .. vanish from wildcards. */ macro
/netbsd-current/lib/libc/gen/
H A Dglob.c64 * GLOB_NO_DOTDIRS:
797 * If GLOB_NO_DOTDIRS is set, . and .. vanish.
799 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) &&

Completed in 397 milliseconds