Home
last modified time | relevance | path

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

/haiku/headers/posix/
H A Dglob.h64 #define GLOB_MARK 0x0008 /* Append / to matching directories. */ macro
/haiku/src/system/libroot/posix/
H A Dglob.c569 if (((pglob->gl_flags & GLOB_MARK) && in glob2()