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

  /external/openssh/openbsd-compat/
glob.h 55 int gl_flags; /* Copy of flags parameter to glob. */ member in struct:__anon25833
glob.c 47 * Set in gl_flags if pattern contained a globbing character.
183 pglob->gl_flags = flags & ~GLOB_MAGCHAR;
356 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
496 !(pglob->gl_flags & GLOB_NOCHECK))
509 pglob->gl_flags |= GLOB_MAGCHAR;
513 pglob->gl_flags |= GLOB_MAGCHAR;
517 pglob->gl_flags |= GLOB_MAGCHAR;
544 if ((pglob->gl_flags & GLOB_NOCHECK) ||
545 ((pglob->gl_flags & GLOB_NOMAGIC) &&
546 !(pglob->gl_flags & GLOB_MAGCHAR))
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 87 # define GLOB_MAGCHAR (1 << 8)/* Set in gl_flags if any metachars seen. */
125 int gl_flags; /* Set to FLAGS, maybe | GLOB_MAGCHAR. */ member in struct:__anon35034
147 int gl_flags; member in struct:__anon35035
glob.c 597 pglob->gl_flags = ((pglob->gl_flags & ~GLOB_MARK)
843 pglob->gl_flags = flags;
984 pglob->gl_flags = flags;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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:__anon39216
124 int gl_flags; member in struct:__anon39217
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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:__anon40806
124 int gl_flags; member in struct:__anon40807
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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:__anon42321
124 int gl_flags; member in struct:__anon42322
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 504 Uint32 gl_flags = 0; local
507 gl_flags = BGL_RGB;
509 gl_flags |= BGL_DOUBLE;
511 gl_flags |= BGL_SINGLE;
513 gl_flags |= BGL_ALPHA;
515 gl_flags |= BGL_DEPTH;
517 gl_flags |= BGL_STENCIL;
522 gl_flags |= BGL_ACCUM;
525 if ( SDL_Win->CreateView(flags, gl_flags) < 0 ) {
SDL_BWin.h 106 virtual int CreateView(Uint32 flags, Uint32 gl_flags) {
116 gl_flags|BGL_DOUBLE);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 196 int gl_flags; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_posix.cc 755 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
    [all...]

Completed in 1572 milliseconds