HomeSort by relevance Sort by last modified time
    Searched defs:gl_offs (Results 1 - 6 of 6) sorted by null

  /bionic/libc/include/
glob.h 48 size_t gl_offs; /* Reserved at beginning of gl_pathv. */ member in struct:__anon286
69 #define GLOB_DOOFFS 0x0002 /* Prepend `gl_offs` null pointers (leaving space for exec, say). */
  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 55 __gl_size_t gl_offs; /* Reserved at beginning of gl_pathv. */ member in struct:__anon12020
74 #define GLOB_DOOFFS 0x0002 /* Use gl_offs. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 44 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */
88 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */ member in struct:__anon62247
117 __size_t gl_offs; member in struct:__anon62248
  /external/libxml2/
testrecurse.c 68 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ member in struct:__anon26819
825 globbuf.gl_offs = 0;
runtest.c 119 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ member in struct:__anon26816
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 694 uptr gl_offs; member in struct:__sanitizer::__sanitizer_glob_t
707 uptr gl_offs; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]

Completed in 538 milliseconds