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

/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c2401 glob_t globbuf; local
2414 globbuf.gl_offs = 0;
2415 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2416 for (i = 0;i < globbuf.gl_pathc;i++) {
2418 baseFilename(globbuf.gl_pathv[i]));
2419 res = xpathCommonTest(globbuf.gl_pathv[i], &result[0], 0, 0);
2423 globfree(&globbuf);
2449 glob_t globbuf; local
2462 globbuf.gl_offs = 0;
2463 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2976 glob_t globbuf; local
3150 glob_t globbuf; local
3237 glob_t globbuf; local
4281 glob_t globbuf; local
[all...]

Completed in 39 milliseconds