• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/

Lines Matching refs:globbuf

2413     glob_t globbuf;
2426 globbuf.gl_offs = 0;
2427 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2428 for (i = 0;i < globbuf.gl_pathc;i++) {
2430 baseFilename(globbuf.gl_pathv[i]));
2431 res = xpathCommonTest(globbuf.gl_pathv[i], &result[0], 0, 0);
2435 globfree(&globbuf);
2461 glob_t globbuf;
2474 globbuf.gl_offs = 0;
2475 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2476 for (i = 0;i < globbuf.gl_pathc;i++) {
2478 baseFilename(globbuf.gl_pathv[i]));
2479 res = xpathCommonTest(globbuf.gl_pathv[i], &result[0], 1, 0);
2483 globfree(&globbuf);
2996 glob_t globbuf;
3036 globbuf.gl_offs = 0;
3037 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3038 for (i = 0;i < globbuf.gl_pathc;i++) {
3041 instance = globbuf.gl_pathv[i];
3065 globfree(&globbuf);
3173 glob_t globbuf;
3201 globbuf.gl_offs = 0;
3202 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3203 for (i = 0;i < globbuf.gl_pathc;i++) {
3206 instance = globbuf.gl_pathv[i];
3230 globfree(&globbuf);
3260 glob_t globbuf;
3290 globbuf.gl_offs = 0;
3291 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3292 for (i = 0;i < globbuf.gl_pathc;i++) {
3295 instance = globbuf.gl_pathv[i];
3324 globfree(&globbuf);
4321 glob_t globbuf;
4323 globbuf.gl_offs = 0;
4324 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
4325 for (i = 0;i < globbuf.gl_pathc;i++) {
4326 if (!checkTestFile(globbuf.gl_pathv[i]))
4329 result = resultFilename(globbuf.gl_pathv[i], tst->out,
4339 error = resultFilename(globbuf.gl_pathv[i], tst->out,
4357 res = tst->func(globbuf.gl_pathv[i], result, error,
4362 globbuf.gl_pathv[i]);
4370 globbuf.gl_pathv[i], xmlMemUsed() - mem);
4382 globfree(&globbuf);