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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dtestrecurse.c831 glob_t globbuf; local
833 globbuf.gl_offs = 0;
834 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
835 for (i = 0;i < globbuf.gl_pathc;i++) {
836 if (!checkTestFile(globbuf.gl_pathv[i]))
839 result = resultFilename(globbuf.gl_pathv[i], tst->out,
849 error = resultFilename(globbuf.gl_pathv[i], tst->out,
867 res = tst->func(globbuf.gl_pathv[i], result, error,
872 globbuf.gl_pathv[i]);
880 globbuf
[all...]
H A Druntest.c2413 glob_t globbuf; local
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; local
2474 globbuf.gl_offs = 0;
2475 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2996 glob_t globbuf; local
3173 glob_t globbuf; local
3260 glob_t globbuf; local
4321 glob_t globbuf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dtestrecurse.c831 glob_t globbuf; local
833 globbuf.gl_offs = 0;
834 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
835 for (i = 0;i < globbuf.gl_pathc;i++) {
836 if (!checkTestFile(globbuf.gl_pathv[i]))
839 result = resultFilename(globbuf.gl_pathv[i], tst->out,
849 error = resultFilename(globbuf.gl_pathv[i], tst->out,
867 res = tst->func(globbuf.gl_pathv[i], result, error,
872 globbuf.gl_pathv[i]);
880 globbuf
[all...]
H A Druntest.c2413 glob_t globbuf; local
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; local
2474 globbuf.gl_offs = 0;
2475 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2996 glob_t globbuf; local
3173 glob_t globbuf; local
3260 glob_t globbuf; local
4321 glob_t globbuf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dtestrecurse.c831 glob_t globbuf; local
833 globbuf.gl_offs = 0;
834 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
835 for (i = 0;i < globbuf.gl_pathc;i++) {
836 if (!checkTestFile(globbuf.gl_pathv[i]))
839 result = resultFilename(globbuf.gl_pathv[i], tst->out,
849 error = resultFilename(globbuf.gl_pathv[i], tst->out,
867 res = tst->func(globbuf.gl_pathv[i], result, error,
872 globbuf.gl_pathv[i]);
880 globbuf
[all...]
H A Druntest.c2413 glob_t globbuf; local
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; local
2474 globbuf.gl_offs = 0;
2475 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2996 glob_t globbuf; local
3173 glob_t globbuf; local
3260 glob_t globbuf; local
4321 glob_t globbuf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-services.c671 glob_t globbuf; local
698 memset(&globbuf, 0, sizeof(globbuf));
700 if ((globret = glob(in_chroot ? "/services/*.service" : AVAHI_SERVICE_DIR "/*.service", GLOB_ERR, NULL, &globbuf)) != 0)
719 for (p = globbuf.gl_pathv; *p; p++)
722 globfree(&globbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-services.c671 glob_t globbuf; local
698 memset(&globbuf, 0, sizeof(globbuf));
700 if ((globret = glob(in_chroot ? "/services/*.service" : AVAHI_SERVICE_DIR "/*.service", GLOB_ERR, NULL, &globbuf)) != 0)
719 for (p = globbuf.gl_pathv; *p; p++)
722 globfree(&globbuf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-services.c671 glob_t globbuf; local
698 memset(&globbuf, 0, sizeof(globbuf));
700 if ((globret = glob(in_chroot ? "/services/*.service" : AVAHI_SERVICE_DIR "/*.service", GLOB_ERR, NULL, &globbuf)) != 0)
719 for (p = globbuf.gl_pathv; *p; p++)
722 globfree(&globbuf);

Completed in 136 milliseconds