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

  /external/openssh/openbsd-compat/
glob.h 54 int gl_offs; /* Reserved at beginning of gl_pathv. */ member in struct:__anon12446
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:__anon22153
146 __size_t gl_offs; member in struct:__anon22154
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:__anon26265
123 __size_t gl_offs; member in struct:__anon26266
  /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:__anon27855
123 __size_t gl_offs; member in struct:__anon27856
  /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:__anon29370
123 __size_t gl_offs; member in struct:__anon29371
  /external/oprofile/gui/
oprof_start_util.cpp 112 file_names.gl_offs = 0;

Completed in 1884 milliseconds