Searched refs:test_file (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/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
/freebsd-11.0-release/crypto/openssh/regress/unittests/sshkey/
H A DMakefile6 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
/freebsd-11.0-release/sys/boot/userboot/test/
H A Dtest.c96 struct test_file { struct
110 struct test_file *tf;
120 tf = malloc(sizeof(struct test_file));
152 struct test_file *tf = h;
166 struct test_file *tf = h;
174 struct test_file *tf = h;
190 struct test_file *tf = h;
216 struct test_file *tf = h;
229 struct test_file *tf = h;
/freebsd-11.0-release/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh24 test_file() { function
39 test_file $orig/$i $new/$i || continue
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h79 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp257 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) argument
262 return m_opaque_sp->TestEmulation (output_stream.get(), test_file);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp880 FILE *test_file = fopen (file_name, "r"); local
881 if (!test_file)
888 if (!fgets (buffer, 255, test_file))
891 fclose (test_file);
898 fclose (test_file);
904 OptionValueSP data_dictionary_sp (ReadDictionary (test_file, out_stream));
908 fclose (test_file);
912 fclose (test_file);
/freebsd-11.0-release/bin/ls/tests/
H A Dls_tests.sh748 test_file="$(printf "y\01z")"
750 atf_check -e empty -o empty -s exit:0 touch "$test_file"
752 atf_check -e empty -o match:'y\?z' -s exit:0 ls -q "$test_file"
753 atf_check -e empty -o match:"$test_file" -s exit:0 ls -w "$test_file"
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp518 int test_file = 1; local
546 if (test_file) {
551 test_file = 0;

Completed in 105 milliseconds