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

  /src/include/
glob.h 94 #define GLOB_PERIOD 0x02000 /* Allow metachars to match leading periods. */
  /src/lib/libc/gen/
glob.c 62 * GLOB_PERIOD:
65 * . and .. are hidden from wildcards, even if GLOB_PERIOD is set.
791 * GLOB_PERIOD set.
793 if ((pglob->gl_flags & GLOB_PERIOD) == 0)

Completed in 33 milliseconds