Home
last modified time | relevance | path

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

/trueos/contrib/libucl/tests/
HDspeed.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
HDrun_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
/trueos/sys/boot/userboot/test/
HDtest.c95 struct test_file { struct
109 struct test_file *tf; in test_open() argument
119 tf = malloc(sizeof(struct test_file)); in test_open()
151 struct test_file *tf = h; in test_close()
165 struct test_file *tf = h; in test_isdir()
173 struct test_file *tf = h; in test_read()
189 struct test_file *tf = h; in test_readdir()
215 struct test_file *tf = h; in test_seek()
228 struct test_file *tf = h; in test_stat()
/trueos/tools/tools/shlib-compat/
HDshlib-compat-dirs.sh24 test_file() { function
39 test_file $orig/$i $new/$i || continue
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp856 FILE *test_file = fopen (file_name, "r"); in TestEmulation() local
857 if (!test_file) in TestEmulation()
864 if (!fgets (buffer, 255, test_file)) in TestEmulation()
867 fclose (test_file); in TestEmulation()
874 fclose (test_file); in TestEmulation()
880 OptionValueSP data_dictionary_sp (ReadDictionary (test_file, out_stream)); in TestEmulation()
884 fclose (test_file); in TestEmulation()
888 fclose (test_file); in TestEmulation()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBInstruction.cpp234 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) in TestEmulation() argument
239 return m_opaque_sp->TestEmulation (output_stream.get(), test_file); in TestEmulation()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBInstruction.h76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/trueos/contrib/groff/src/libs/libgroff/
HDfont.cpp518 int test_file = 1; in scan_papersize() local
546 if (test_file) { in scan_papersize()
551 test_file = 0; in scan_papersize()
/trueos/contrib/libstdc++/
DChangeLog-20001473 * mkcheck.in (test_file): Use -rpath, rather than --rpath, when