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

/external/chromium_org/third_party/libxml/src/
H A Druntest.c123 glob_t *pglob) {
131 if ((pattern == NULL) || (pglob == NULL)) return(-1);
145 ret = pglob;
187 static void globfree(glob_t *pglob) { argument
189 if (pglob == NULL)
192 for (i = 0;i < pglob->gl_pathc;i++) {
193 if (pglob->gl_pathv[i] != NULL)
194 free(pglob->gl_pathv[i]);
121 glob(const char *pattern, int flags, int errfunc(const char *epath, int eerrno), glob_t *pglob) argument

Completed in 825 milliseconds