Searched refs:GLOB_STAR (Results 1 – 2 of 2) sorted by relevance
/hardware/bsp/intel/peripheral/libmraa/src/glob/ | ||
D | glob.h | 96 #define GLOB_STAR 0x8000 /* Use glob ** to recurse directories */ macro |
D | glob.c | 530 ((pglob->gl_flags & GLOB_STAR) != 0 && in glob0() |