Searched defs:gl_pathc (Results 1 - 3 of 3) sorted by relevance

/external/openssh/openbsd-compat/
H A Dglob.h52 int gl_pathc; /* Count of total paths so far. */ member in struct:__anon24400
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h193 uptr gl_pathc; member in struct:__sanitizer::__sanitizer_glob_t
/external/chromium_org/third_party/libxml/src/
H A Druntest.c115 size_t gl_pathc; /* Count of paths matched so far */ member in struct:__anon12514
158 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
159 if (ret->gl_pathv[ret->gl_pathc] == NULL)
161 ret->gl_pathc++;
165 if (ret->gl_pathc + 2 > nb_paths) {
173 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
174 if (ret->gl_pathv[ret->gl_pathc] == NULL)
176 ret->gl_pathc++;
178 ret->gl_pathv[ret->gl_pathc] = NULL;
192 for (i = 0;i < pglob->gl_pathc;
[all...]

Completed in 366 milliseconds