testfile
testfile(pathname);
testfile(argv[n]);
char *testfile = test_get_argument(i);
if (!test_start_file(s, testfile)) {
const char *testfile = test_get_argument(i);
if (!test_start_file(&t->s, testfile)) {
const char *testfile = test_get_argument(i);
if (!test_start_file(s, testfile)) {
int test_start_file(STANZA *s, const char *testfile);
int test_start_file(STANZA *s, const char *testfile)
TEST_info("Reading %s", testfile);
set_test_title(testfile);
if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r")))
s->test_file = testfile;
(void) unlink(testfile);
free(testfile);
char *testfile;
testfile = strdup(argv[1]);
fd = open(testfile, O_CREAT | O_RDWR);
const char *testfile = "./kqueue-test.tmp";
vnode_fd = open(testfile, O_RDONLY);
err(1, "open of %s", testfile);