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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
glob.h 50 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */
94 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */ member in struct:__anon25652
123 __size_t gl_offs; member in struct:__anon25653
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 50 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */
94 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */ member in struct:__anon27388
123 __size_t gl_offs; member in struct:__anon27389
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 79 #define GLOB_DOOFFS (1 << 3)/* Insert PGLOB->gl_offs NULLs. */
124 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */ member in struct:__anon23026
146 __size_t gl_offs; member in struct:__anon23027
glob.c 816 pglob->gl_offs : 0) +
823 while (pglob->gl_pathc < pglob->gl_offs)
935 pglob->gl_offs : 0) +
945 while (pglob->gl_pathc < pglob->gl_offs)
1010 if ((flags & GLOB_DOOFFS) && ignore < pglob->gl_offs)
1011 ignore = pglob->gl_offs;
1051 if ((flags & GLOB_DOOFFS) && pglob->gl_offs > oldcount)
1052 non_sort = pglob->gl_offs;
    [all...]
  /external/oprofile/gui/
oprof_start_util.cpp 112 file_names.gl_offs = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 621 uptr gl_offs; member in struct:__sanitizer::__sanitizer_glob_t
634 uptr gl_offs; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ member in struct:__anon17989
    [all...]

Completed in 3861 milliseconds