Symbol: testfile
crypto/openssl/fuzz/test-corpus.c
91
testfile(pathname);
crypto/openssl/fuzz/test-corpus.c
97
testfile(argv[n]);
crypto/openssl/test/bntest.c
3349
char *testfile = test_get_argument(i);
crypto/openssl/test/bntest.c
3354
if (!test_start_file(s, testfile)) {
crypto/openssl/test/evp_test.c
5337
const char *testfile = test_get_argument(i);
crypto/openssl/test/evp_test.c
5342
if (!test_start_file(&t->s, testfile)) {
crypto/openssl/test/params_conversion_test.c
324
const char *testfile = test_get_argument(i);
crypto/openssl/test/params_conversion_test.c
329
if (!test_start_file(s, testfile)) {
crypto/openssl/test/testutil.h
600
int test_start_file(STANZA *s, const char *testfile);
crypto/openssl/test/testutil/stanza.c
19
int test_start_file(STANZA *s, const char *testfile)
crypto/openssl/test/testutil/stanza.c
21
TEST_info("Reading %s", testfile);
crypto/openssl/test/testutil/stanza.c
22
set_test_title(testfile);
crypto/openssl/test/testutil/stanza.c
24
if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r")))
crypto/openssl/test/testutil/stanza.c
26
s->test_file = testfile;
tests/sys/cddl/zfs/bin/largest_file.c
113
(void) unlink(testfile);
tests/sys/cddl/zfs/bin/largest_file.c
114
free(testfile);
tests/sys/cddl/zfs/bin/largest_file.c
59
char *testfile;
tests/sys/cddl/zfs/bin/largest_file.c
67
testfile = strdup(argv[1]);
tests/sys/cddl/zfs/bin/largest_file.c
69
fd = open(testfile, O_CREAT | O_RDWR);
tests/sys/kqueue/libkqueue/vnode.c
25
const char *testfile = "./kqueue-test.tmp";
tests/sys/kqueue/libkqueue/vnode.c
31
vnode_fd = open(testfile, O_RDONLY);
tests/sys/kqueue/libkqueue/vnode.c
33
err(1, "open of %s", testfile);