Searched refs:GLOB_PERIOD (Results 1 – 3 of 3) sorted by relevance
53 #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */ macro67 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \72 GLOB_PERIOD)77 GLOB_PERIOD)
387 test ("*/*/*", GLOB_ALTDIRFUNC | GLOB_PERIOD, in main()
334 int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0) in glob_in_dir()
Completed in 5 milliseconds