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

  /ndk/sources/host-tools/make-3.81/glob/
glob.h 123 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon23026
124 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
145 char **gl_pathv; member in struct:__anon23027
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
glob.h 93 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon25652
94 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
122 char **gl_pathv; member in struct:__anon25653
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 93 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon27388
94 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
122 char **gl_pathv; member in struct:__anon27389
  /external/chromium_org/third_party/libxml/src/
runtest.c 116 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon17989
117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
152 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
153 if (ret->gl_pathv == NULL) {
158 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
159 if (ret->gl_pathv[ret->gl_pathc] == NULL)
166 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
169 ret->gl_pathv = tmp;
173 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
174 if (ret->gl_pathv[ret->gl_pathc] == NULL
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 620 char **gl_pathv; member in struct:__sanitizer::__sanitizer_glob_t
636 char **gl_pathv; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]

Completed in 181 milliseconds