Searched refs:temp_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dfile-merge.c468 apr_file_t *temp_file; local
476 SVN_ERR(svn_io_open_unique_file3(&temp_file, &temp_file_name, NULL,
487 SVN_ERR(svn_io_file_write_full(temp_file, line->data, line->len,
493 SVN_ERR(svn_io_file_flush_to_disk(temp_file, scratch_pool));
526 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &pos, scratch_pool));
534 SVN_ERR(svn_io_file_readline(temp_file, &line, &eol_str, &eof,
544 SVN_ERR(svn_io_file_close(temp_file, scratch_pool));
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dpex-common.c101 temp_file (struct pex_obj *obj, int flags, char *name) function
230 outname = temp_file (obj, flags, outname);
363 name = temp_file (obj, flags, name);
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Datf-check.cpp110 class temp_file : public std::ostream { class in namespace:__anon177
115 temp_file(const atf::fs::path& p) : function in class:__anon177::temp_file
124 throw atf::system_error("atf_check::temp_file::temp_file(" +
131 ~temp_file(void)
625 temp_file temp(path2);
/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c2303 struct temp_file
2306 struct temp_file *next;
2310 static struct temp_file *always_delete_queue;
2312 static struct temp_file *failure_delete_queue;
2327 struct temp_file *temp;
2332 temp = XNEW (struct temp_file);
2342 struct temp_file *temp;
2347 temp = XNEW (struct temp_file);
2391 struct temp_file *temp;
2403 struct temp_file *tem
2289 struct temp_file struct
[all...]

Completed in 154 milliseconds