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

  /bionic/libc/include/
glob.h 48 size_t gl_offs; /* Reserved at beginning of gl_pathv. */
50 char** gl_pathv; /* List of paths matching pattern. */ member in struct:__anon286
  /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:__anon12020
  /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:__anon62247
88 __size_t gl_offs; /* Slots to reserve in `gl_pathv'. */
116 char **gl_pathv; member in struct:__anon62248
  /external/libxml2/
testrecurse.c 67 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon26819
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 118 char **gl_pathv; /* List of matched pathnames. */ member in struct:__anon26816
119 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
154 ret->gl_pathv = (char **) malloc(nb_paths * sizeof(char *));
155 if (ret->gl_pathv == NULL) {
160 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
161 if (ret->gl_pathv[ret->gl_pathc] == NULL)
168 char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
171 ret->gl_pathv = tmp;
175 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
176 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 79 milliseconds