Searched refs:testprogfile (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/libarchive/cpio/test/ |
| D | test_0.c | 42 failure("File %s does not exist?!", testprogfile); in DEFINE_TEST() 43 if (!assertEqualInt(0, stat(testprogfile, &st))) { in DEFINE_TEST() 50 failure("%s is not executable?!", testprogfile); in DEFINE_TEST()
|
| /freebsd-10-stable/contrib/libarchive/cat/test/ |
| D | test_0.c | 42 if (!assertEqualInt(0, stat(testprogfile, &st))) { in DEFINE_TEST()
|
| /freebsd-10-stable/contrib/libarchive/tar/test/ |
| D | test_0.c | 43 if (!assertEqualInt(0, stat(testprogfile, &st))) { in DEFINE_TEST()
|
| /freebsd-10-stable/contrib/libarchive/libarchive/test/ |
| D | main.c | 142 const char *testprogfile; variable 2936 testprogfile = getenv(ENVBASE); in main() 3007 testprogfile = option_arg; in main() 3039 if (testprogfile == NULL) in main() 3050 testprogfile = tmp2; in main() 3057 testprg = strdup(testprogfile); in main() 3062 testprogfile = testprg; in main() 3065 testprg = malloc(strlen(testprogfile) + 3); in main() 3067 strcat(testprg, testprogfile); in main()
|
| /freebsd-10-stable/contrib/libarchive/test_utils/ |
| D | test_main.c | 158 const char *testprogfile; variable 3840 testprogfile = getenv(ENVBASE); in main() 3911 testprogfile = option_arg; in main() 3943 if (testprogfile == NULL) in main() 3954 testprogfile = tmp2; in main() 3961 testprg = strdup(testprogfile); in main() 3966 testprogfile = testprg; in main() 3969 testprg = malloc(strlen(testprogfile) + 3); in main() 3971 strcat(testprg, testprogfile); in main()
|
| D | test_common.h | 461 extern const char *testprogfile;
|