Lines Matching refs:tmpfile
14 char tmpfile[80]; member
33 snprintf(fix->tmpfile, sizeof(fix->tmpfile), "/tmp/test_veristat.XXXXXX"); in init_fixture()
34 fix->fd = mkstemp(fix->tmpfile); in init_fixture()
44 remove(fix->tmpfile); in teardown_fixture()
75 " -vl2 > %s", fix->veristat, fix->tmpfile); in test_set_global_vars_succeeds()
118 fix->veristat, input_file, fix->tmpfile); in test_set_global_vars_from_file_succeeds()
135 fix->veristat, fix->tmpfile); in test_set_global_vars_out_of_range()
150 fix->veristat, fix->tmpfile); in test_unsupported_ptr_array_type()
165 fix->veristat, fix->tmpfile); in test_array_out_of_bounds()
180 fix->veristat, fix->tmpfile); in test_array_index_not_found()
195 fix->veristat, fix->tmpfile); in test_array_index_for_non_array()
202 fix->veristat, fix->tmpfile); in test_array_index_for_non_array()
217 fix->veristat, fix->tmpfile); in test_no_array_index_for_array()
224 fix->veristat, fix->tmpfile); in test_no_array_index_for_array()