Home
last modified time | relevance | path

Searched refs:GLOB_MARK (Results 1 – 3 of 3) sorted by relevance

/external/avahi/avahi-daemon/
Dglob.h84 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
Dglob.c568 if (((pglob->gl_flags & GLOB_MARK) && in glob2()
/external/compiler-rt/test/msan/Linux/
Dglob_altdirfunc.cc64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); in main()