Searched refs:GLOB_NO_DOTDIRS (Results 1 – 2 of 2) sorted by relevance
95 #define GLOB_NO_DOTDIRS 0x4000 /* Make . and .. vanish from wildcards. */ macro
747 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) && in glob3()