HomeSort by: relevance | last modified time | path
    Searched refs:GLOB_NO_DOTDIRS (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
glob.h 95 #define GLOB_NO_DOTDIRS 0x04000 /* Make . and .. vanish from wildcards. */
  /src/lib/libc/gen/
glob.c 64 * GLOB_NO_DOTDIRS:
797 * If GLOB_NO_DOTDIRS is set, . and .. vanish.
799 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) &&

Completed in 12 milliseconds