Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/stand/userboot/test/
H A Dtest.c96 struct test_file { struct
110 struct test_file *tf; in test_open() argument
120 tf = malloc(sizeof(struct test_file)); in test_open()
152 struct test_file *tf = h; in test_close()
166 struct test_file *tf = h; in test_isdir()
174 struct test_file *tf = h; in test_read()
190 struct test_file *tf = h; in test_readdir()
216 struct test_file *tf = h; in test_seek()
229 struct test_file *tf = h; in test_stat()
/freebsd-12.1/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh24 test_file() { function
39 test_file $orig/$i $new/$i || continue
/freebsd-12.1/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"
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp935 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation() local
936 if (!test_file) { in TestEmulation()
943 if (!fgets(buffer, 255, test_file)) { in TestEmulation()
946 fclose(test_file); in TestEmulation()
953 fclose(test_file); in TestEmulation()
960 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation()
964 fclose(test_file); in TestEmulation()
968 fclose(test_file); in TestEmulation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBInstruction.cpp267 const char *test_file) { in TestEmulation() argument
274 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBInstruction.h65 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A DMakefile4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20001473 * mkcheck.in (test_file): Use -rpath, rather than --rpath, when