Home
last modified time | relevance | path

Searched refs:test_file (Results 1 – 16 of 16) sorted by relevance

/src/contrib/libucl/tests/
H A Dspeed.test9 xz -cd < $_tin > ${TEST_OUT_DIR}/test_file
11 cat ${TEST_OUT_DIR}/test_file > /dev/null
13 $PROG ${TEST_OUT_DIR}/test_file
16 rm ${TEST_OUT_DIR}/test_file
19 rm ${TEST_OUT_DIR}/test_file
H A Drun_tests.sh54 xz -cd < $_tin > ${TEST_DIR}/test_file
56 cat ${TEST_DIR}/test_file > /dev/null
58 $2 ${TEST_DIR}/test_file
61 rm ${TEST_DIR}/test_file
64 rm ${TEST_DIR}/test_file
/src/stand/userboot/test/
H A Dtest.c100 struct test_file { struct
112 struct test_file *tf, int depth) in test_open_internal() argument
128 tf = calloc(1, sizeof(struct test_file)); in test_open_internal()
273 struct test_file *tf = h; in test_close()
287 struct test_file *tf = h; in test_isdir()
295 struct test_file *tf = h; in test_read()
311 struct test_file *tf = h; in test_readdir()
337 struct test_file *tf = h; in test_seek()
349 struct test_file *tf = h; in test_stat()
/src/crypto/openssl/test/
H A Dd2i_test.c26 static const char *test_file; variable
55 bio = BIO_new_file(test_file, "r"); in test_bad_asn1()
137 || !TEST_ptr(test_file = test_get_argument(2))) in setup_tests()
H A Devp_test.c4918 t->s.test_file, t->s.start, t->aux_err, t->err); in check_test_error()
4921 t->s.test_file, t->s.start, t->err); in check_test_error()
4927 t->s.test_file, t->s.start, t->expected_err); in check_test_error()
4933 t->s.test_file, t->s.start, t->expected_err, t->err); in check_test_error()
4942 t->s.test_file, t->s.start); in check_test_error()
4949 t->s.test_file, t->s.start, t->reason); in check_test_error()
4957 t->s.test_file, t->s.start, t->reason); in check_test_error()
4965 t->s.test_file, t->s.start, t->reason, reason); in check_test_error()
4982 t->s.test_file, t->s.start, t->meth->name); in run_test()
5213 pp->value, t->s.test_file, t->s.start); in parse()
[all …]
H A Dtestutil.h585 const char *test_file; /* Input file name */ member
H A Dbntest.c102 TEST_error("%s:%d: Can't find %s", s->test_file, s->start, attribute); in getBN()
3289 s->test_file, s->start, tp->name); in file_test_run()
3295 TEST_info("%s:%d: Unknown test", s->test_file, s->start); in file_test_run()
/src/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh23 test_file() { function
38 test_file $orig/$i $new/$i || continue
/src/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp339 const char *test_file) { in TestEmulation() argument
340 LLDB_INSTRUMENT_VA(this, output_stream, test_file); in TestEmulation()
348 return inst_sp->TestEmulation(output_stream.ref(), test_file); in TestEmulation()
/src/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp868 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation() local
869 if (!test_file) { in TestEmulation()
876 if (!fgets(buffer, 255, test_file)) { in TestEmulation()
879 fclose(test_file); in TestEmulation()
886 fclose(test_file); in TestEmulation()
893 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation()
897 fclose(test_file); in TestEmulation()
901 fclose(test_file); in TestEmulation()
/src/tests/sys/capsicum/
H A Dcapsicum-test.h109 #define FORK_TEST_ON(test_case_name, test_name, test_file) \ argument
114 const char *filename = test_file; \
/src/bin/ls/tests/
H A Dls_tests.sh785 test_file="$(printf "y\01z")"
787 atf_check -e empty -o empty -s exit:0 touch "$test_file"
789 atf_check -e empty -o match:'y\?z' -s exit:0 ls -q "$test_file"
790 atf_check -e empty -o match:"$test_file" -s exit:0 ls -w "$test_file"
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h74 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/src/crypto/openssh/regress/unittests/sshkey/
H A DMakefile4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
/src/contrib/bc/
H A Dbuild.pkg.rig738 test_file: str = tgt_name +~ ".txt";
741 src_test_file: str = path.join(src_dir, test_file);
760 $ @(default_exe_name(calc)) $src_script_name > $test_file;
762 test_file;
826 test_file: str = tgt_name;
832 src_test_file: str = path.join(src_dir, test_file);
906 test_file: str = tgt_name +~ ".txt";
909 src_test_file: str = path.join(src_dir, test_file);
983 test_file: str = tgt_name +~ ".txt";
984 src_test_file: str = path.join(src_dir, test_file);
[all …]
/src/crypto/openssl/test/testutil/
H A Dstanza.c26 s->test_file = testfile; in test_start_file()