Lines Matching refs:globbuf
823 glob_t globbuf; in launchTests() local
825 globbuf.gl_offs = 0; in launchTests()
826 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf); in launchTests()
827 for (i = 0;i < globbuf.gl_pathc;i++) { in launchTests()
828 if (!checkTestFile(globbuf.gl_pathv[i])) in launchTests()
831 result = resultFilename(globbuf.gl_pathv[i], tst->out, in launchTests()
841 error = resultFilename(globbuf.gl_pathv[i], tst->out, in launchTests()
859 res = tst->func(globbuf.gl_pathv[i], result, error, in launchTests()
864 globbuf.gl_pathv[i]); in launchTests()
872 globbuf.gl_pathv[i], xmlMemUsed() - mem); in launchTests()
884 globfree(&globbuf); in launchTests()