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

/freebsd-13-stable/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-13-stable/stand/userboot/test/
H A Dtest.c97 struct test_file { struct
111 struct test_file *tf;
121 tf = malloc(sizeof(struct test_file));
153 struct test_file *tf = h;
167 struct test_file *tf = h;
175 struct test_file *tf = h;
191 struct test_file *tf = h;
217 struct test_file *tf = h;
229 struct test_file *tf = h;
/freebsd-13-stable/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh24 test_file() { function
39 test_file $orig/$i $new/$i || continue
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/freebsd-13-stable/crypto/openssh/regress/unittests/sshkey/
H A DMakefile4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i75 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum-test.h109 #define FORK_TEST_ON(test_case_name, test_name, test_file) \
114 const char *filename = test_file; \
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp330 const char *test_file) {
333 test_file);
341 return inst_sp->TestEmulation(output_stream.get(), test_file);
329 TestEmulation(lldb::SBStream &output_stream, const char *test_file) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp837 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); local
838 if (!test_file) {
845 if (!fgets(buffer, 255, test_file)) {
848 fclose(test_file);
855 fclose(test_file);
862 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream));
866 fclose(test_file);
870 fclose(test_file);
/freebsd-13-stable/bin/ls/tests/
H A Dls_tests.sh756 test_file="$(printf "y\01z")"
758 atf_check -e empty -o empty -s exit:0 touch "$test_file"
760 atf_check -e empty -o match:'y\?z' -s exit:0 ls -q "$test_file"
761 atf_check -e empty -o match:"$test_file" -s exit:0 ls -w "$test_file"

Completed in 194 milliseconds