Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c200 pglob->gl_flags = flags & ~GLOB_MAGCHAR; in glob()
244 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp1()
401 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()
517 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()
521 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()
525 pglob->gl_flags |= GLOB_MAGCHAR; in glob0()
530 ((pglob->gl_flags & GLOB_STAR) != 0 && in glob0()
556 if ((pglob->gl_flags & GLOB_NOCHECK) || in glob0()
557 ((pglob->gl_flags & (GLOB_NOMAGIC|GLOB_MAGCHAR)) in glob0()
563 } else if (!(pglob->gl_flags & GLOB_NOSORT)) { in glob0()
[all …]
Dglob.h56 int gl_flags; /* Copy of flags parameter to glob. */ member