Home
last modified time | relevance | path

Searched refs:GLOB_PERIOD (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/posix/
Dglob.h46 #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */ macro
59 |GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE \
64 |GLOB_PERIOD)
Dglobtest.c63 glob_flags |= GLOB_PERIOD; in main()
Dtst-gnuglob-skeleton.c434 test ("*/*/*", GLOB_PERIOD, 0, in do_test()
Dglob.c1361 int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0) in glob_in_dir()
/glibc-2.36/manual/
Dpattern.texi631 @item GLOB_PERIOD