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.c 47 * Set in gl_flags if pattern contained a globbing character.
197 pglob->gl_flags = flags & ~GLOB_MAGCHAR;
370 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
510 !(pglob->gl_flags & GLOB_NOCHECK))
523 pglob->gl_flags |= GLOB_MAGCHAR;
527 pglob->gl_flags |= GLOB_MAGCHAR;
531 pglob->gl_flags |= GLOB_MAGCHAR;
558 if ((pglob->gl_flags & GLOB_NOCHECK) ||
559 ((pglob->gl_flags & GLOB_NOMAGIC) &&
560 !(pglob->gl_flags & GLOB_MAGCHAR))
    [all...]
glob.h 59 int gl_flags; /* Copy of flags parameter to glob. */ member in struct:__anon28986
  /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:__anon54573
124 int gl_flags; member in struct:__anon54574
  /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:__anon56373
118 int gl_flags; member in struct:__anon56374
  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 56 int gl_flags; /* Copy of flags parameter to glob. */ member in struct:__anon12164
  /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 798 milliseconds