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

/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest_0.c42 failure("File %s does not exist?!", testprogfile);
43 if (!assertEqualInt(0, stat(testprogfile, &st)))
46 failure("%s is not executable?!", testprogfile);
H A Dtest.h283 const char *testprogfile; variable
H A Dmain.c1894 testprogfile = getenv(ENVBASE);
1952 testprogfile = option_arg;
1976 if (testprogfile == NULL)
1982 testprg = strdup(testprogfile);
1987 testprogfile = testprg;
1990 testprg = malloc(strlen(testprogfile) + 3);
1992 strcat(testprg, testprogfile);
/macosx-10.9.5/libarchive-29/libarchive/tar/test/
H A Dtest_0.c43 if (!assertEqualInt(0, stat(testprogfile, &st)))
H A Dtest.h286 const char *testprogfile; variable
H A Dmain.c1990 testprogfile = getenv(ENVBASE);
2048 testprogfile = option_arg;
2075 if (testprogfile == NULL) {
2084 testprg = strdup(testprogfile);
2089 testprogfile = testprg;
2092 testprg = malloc(strlen(testprogfile) + 3);
2094 strcat(testprg, testprogfile);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dmain.c1884 testprogfile = getenv(ENVBASE);
1942 testprogfile = option_arg;
1966 if (testprogfile == NULL)
1972 testprg = strdup(testprogfile);
1977 testprogfile = testprg;
1980 testprg = malloc(strlen(testprogfile) + 3);
1982 strcat(testprg, testprogfile);

Completed in 103 milliseconds