Home | History | Annotate | Download | only in libxml2

Lines Matching refs:gl_pathc

66       size_t gl_pathc;    /* Count of paths matched so far  */
109 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
110 if (ret->gl_pathv[ret->gl_pathc] == NULL)
112 ret->gl_pathc++;
116 if (ret->gl_pathc + 2 > nb_paths) {
124 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
125 if (ret->gl_pathv[ret->gl_pathc] == NULL)
127 ret->gl_pathc++;
129 ret->gl_pathv[ret->gl_pathc] = NULL;
143 for (i = 0;i < pglob->gl_pathc;i++) {
827 for (i = 0;i < globbuf.gl_pathc;i++) {