HomeSort by relevance Sort by last modified time
    Searched refs:gl_flags (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 9 * Set in gl_flags if pattern contained a globbing character.
203 pglob->gl_flags = flags & ~GLOB_MAGCHAR;
393 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
493 pglob->gl_flags |= GLOB_MAGCHAR;
497 pglob->gl_flags |= GLOB_MAGCHAR;
501 pglob->gl_flags |= GLOB_MAGCHAR;
529 if ((pglob->gl_flags & GLOB_NOCHECK) ||
530 ((pglob->gl_flags & (GLOB_NOMAGIC|GLOB_MAGCHAR))
536 } else if (!(pglob->gl_flags & GLOB_NOSORT)) {
605 if ((pglob->gl_flags & GLOB_LIMIT) &&
    [all...]
  /external/openssh/openbsd-compat/
glob.h 55 int gl_flags; /* Copy of flags parameter to glob. */ member in struct:__anon28137
glob.c 47 * 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 & GLOB_MAGCHAR))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 57 # define GLOB_MAGCHAR (1 << 8)/* Set in gl_flags if any metachars seen. */
95 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member in struct:__anon47239
124 int gl_flags; member in struct:__anon47240
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 51 # define GLOB_MAGCHAR (1 << 8)/* Set in gl_flags if any metachars seen. */
89 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member in struct:__anon49039
118 int gl_flags; member in struct:__anon49040
  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 56 int gl_flags; /* Copy of flags parameter to glob. */ member in struct:__anon12113
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 695 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
708 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]
sanitizer_platform_limits_posix.cc     [all...]

Completed in 923 milliseconds