Searched refs:testprogfile (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/libarchive/cpio/test/
H A Dtest_0.c42 failure("File %s does not exist?!", testprogfile);
43 if (!assertEqualInt(0, stat(testprogfile, &st))) {
50 failure("%s is not executable?!", testprogfile);
H A Dtest.h314 const char *testprogfile; variable
H A Dmain.c2572 testprogfile = getenv(ENVBASE);
2643 testprogfile = option_arg;
2675 if (testprogfile == NULL)
2686 testprogfile = tmp2;
2693 testprg = strdup(testprogfile);
2698 testprogfile = testprg;
2701 testprg = malloc(strlen(testprogfile) + 3);
2703 strcat(testprg, testprogfile);
/freebsd-10.2-release/contrib/libarchive/tar/test/
H A Dtest_0.c43 if (!assertEqualInt(0, stat(testprogfile, &st))) {
H A Dtest.h316 const char *testprogfile; variable
H A Dmain.c2573 testprogfile = getenv(ENVBASE);
2644 testprogfile = option_arg;
2676 if (testprogfile == NULL)
2687 testprogfile = tmp2;
2694 testprg = strdup(testprogfile);
2699 testprogfile = testprg;
2702 testprg = malloc(strlen(testprogfile) + 3);
2704 strcat(testprg, testprogfile);
/freebsd-10.2-release/contrib/libarchive/libarchive/test/
H A Dmain.c2616 testprogfile = getenv(ENVBASE);
2687 testprogfile = option_arg;
2719 if (testprogfile == NULL)
2730 testprogfile = tmp2;
2737 testprg = strdup(testprogfile);
2742 testprogfile = testprg;
2745 testprg = malloc(strlen(testprogfile) + 3);
2747 strcat(testprg, testprogfile);

Completed in 60 milliseconds