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

  /external/openssh/openbsd-compat/
glob.h 54 int gl_offs; /* Reserved at beginning of gl_pathv. */ member in struct:__anon24065
74 #define GLOB_DOOFFS 0x0002 /* Use gl_offs. */
glob.c 181 pglob->gl_offs = 0;
187 if (pglob->gl_offs < 0 || pglob->gl_pathc < 0 ||
188 pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX ||
189 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1)
552 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
746 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
759 newn = 2 + pglob->gl_pathc + pglob->gl_offs;
760 if (pglob->gl_offs >= INT_MAX ||
766 for (i = pglob->gl_offs; i < (ssize_t)(newn - 2); i++) {
787 if (pglob->gl_pathv == NULL && pglob->gl_offs > 0)
    [all...]
  /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:__anon33225
146 __size_t gl_offs; member in struct:__anon33226
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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:__anon37407
123 __size_t gl_offs; member in struct:__anon37408
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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:__anon38997
123 __size_t gl_offs; member in struct:__anon38998
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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:__anon40512
123 __size_t gl_offs; member in struct:__anon40513
  /external/oprofile/gui/
oprof_start_util.cpp 112 file_names.gl_offs = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 195 uptr gl_offs; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_posix.cc 754 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs);
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */ member in struct:__anon12204
    [all...]

Completed in 227 milliseconds