Searched refs:gl_flags (Results 1 - 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
H A Dglob.h55 int gl_flags; /* Copy of flags parameter to glob. */ member in struct:__anon15514
H A Dglob.c47 * Set in gl_flags if pattern contained a globbing character.
196 pglob->gl_flags = flags & ~GLOB_MAGCHAR;
369 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
509 !(pglob->gl_flags & GLOB_NOCHECK))
522 pglob->gl_flags |= GLOB_MAGCHAR;
526 pglob->gl_flags |= GLOB_MAGCHAR;
530 pglob->gl_flags |= GLOB_MAGCHAR;
557 if ((pglob->gl_flags & GLOB_NOCHECK) ||
558 ((pglob->gl_flags & GLOB_NOMAGIC) &&
559 !(pglob->gl_flags
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h695 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
708 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_posix.cc985 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);

Completed in 280 milliseconds