Home
last modified time | relevance | path

Searched defs:GLOB_PERIOD (Results 1 – 2 of 2) sorted by relevance

/dragonfly/include/
H A Dglob.h97 #define GLOB_PERIOD 0x4000 /* Names with leading dots match as well */ macro
/dragonfly/contrib/cvs-1.12/lib/
H A Dglob-libc.h56 #define GLOB_PERIOD (1 << 7)/* Leading `.' can be matched by metachars. */ macro