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

  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 55 __gl_size_t gl_offs; /* Reserved at beginning of gl_pathv. */
57 char **gl_pathv; /* List of paths matching pattern. */ member in struct:__anon12113
  /external/openssh/openbsd-compat/
glob.h 54 int gl_offs; /* Reserved at beginning of gl_pathv. */
56 char **gl_pathv; /* List of paths matching pattern. */ member in struct:__anon28137
57 struct stat **gl_statv; /* Stat entries corresponding to gl_pathv */
  /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:__anon47239
94 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
122 char **gl_pathv; member in struct:__anon47240
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 87 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon49039
88 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
116 char **gl_pathv; member in struct:__anon49040
  /external/libxml2/
testrecurse.c 67 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon24778
68 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
103 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
104 if (ret->gl_pathv == NULL) {
109 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
110 if (ret->gl_pathv[ret->gl_pathc] == NULL)
117 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
120 ret->gl_pathv = tmp;
124 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
125 if (ret->gl_pathv[ret->gl_pathc] == NULL
    [all...]
runtest.c 116 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon24776
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 693 char **gl_pathv; member in struct:__sanitizer::__sanitizer_glob_t
709 char **gl_pathv; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]

Completed in 202 milliseconds