Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dpack.c476 apr_file_t *temp_file, in copy_item_to_temp() argument
484 SVN_ERR(svn_fs_x__get_file_offset(&new_entry->offset, temp_file, in copy_item_to_temp()
488 SVN_ERR(copy_file_data(context, temp_file, rev_file->file, entry->size, in copy_item_to_temp()
1082 apr_file_t *temp_file, in store_nodes() argument
1093 = svn_stream_from_aprfile2(temp_file, TRUE, scratch_pool); in store_nodes()
1155 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &entry->offset, iterpool)); in store_nodes()
1221 apr_file_t *temp_file, in write_reps_containers() argument
1237 SVN_ERR(svn_fs_x__wrap_temp_rev_file(&file, context->fs, temp_file, in write_reps_containers()
1280 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &entry->offset, in write_reps_containers()
1347 apr_file_t *temp_file, in store_items() argument
[all …]
Drev_file.c292 apr_file_t *temp_file, in svn_fs_x__wrap_temp_rev_file() argument
296 (*file)->file = temp_file; in svn_fs_x__wrap_temp_rev_file()
297 (*file)->stream = svn_stream_from_aprfile2(temp_file, TRUE, result_pool); in svn_fs_x__wrap_temp_rev_file()
Drev_file.h146 apr_file_t *temp_file,
/freebsd-10-stable/contrib/subversion/subversion/svn/
Dfile-merge.c472 apr_file_t *temp_file; in edit_chunk() local
480 SVN_ERR(svn_io_open_unique_file3(&temp_file, &temp_file_name, NULL, in edit_chunk()
491 SVN_ERR(svn_io_file_write_full(temp_file, line->data, line->len, in edit_chunk()
497 SVN_ERR(svn_io_file_flush(temp_file, scratch_pool)); in edit_chunk()
530 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &pos, scratch_pool)); in edit_chunk()
538 SVN_ERR(svn_io_file_readline(temp_file, &line, &eol_str, &eof, in edit_chunk()
548 SVN_ERR(svn_io_file_close(temp_file, scratch_pool)); in edit_chunk()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dpack.c495 apr_file_t *temp_file, in copy_item_to_temp() argument
503 SVN_ERR(svn_fs_fs__get_file_offset(&new_entry->offset, temp_file, pool)); in copy_item_to_temp()
506 SVN_ERR(copy_file_data(context, temp_file, rev_file, entry->size, pool)); in copy_item_to_temp()
1112 apr_file_t *temp_file, in store_item() argument
1133 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &item->offset, pool)); in store_item()
1134 SVN_ERR(copy_file_data(context, context->pack_file, temp_file, in store_item()
1154 apr_file_t *temp_file, in store_items() argument
1165 SVN_ERR(store_item(context, temp_file, in store_items()
1181 apr_file_t *temp_file, in copy_reps_from_temp() argument
1202 SVN_ERR(store_item(context, temp_file, node_part, iterpool)); in copy_reps_from_temp()
[all …]
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dpex-common.c101 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() function
230 outname = temp_file (obj, flags, outname); in pex_run_in_environment()
363 name = temp_file (obj, flags, name); in pex_input_file()
DChangeLog115 * pex-common.c (temp_file): New function, containing guts of
/freebsd-10-stable/contrib/atf/atf-sh/
Datf-check.cpp105 class temp_file : public std::ostream { class
110 temp_file(const char* pattern) : in temp_file() function in __anonabf9592a0111::temp_file
129 ~temp_file(void) in ~temp_file()
624 temp_file temp("atf-check.XXXXXX"); in run_output_check()
/freebsd-10-stable/contrib/gcc/
Dgcc.c2289 struct temp_file struct
2292 struct temp_file *next; argument
2296 static struct temp_file *always_delete_queue;
2298 static struct temp_file *failure_delete_queue;
2313 struct temp_file *temp; in record_temp_file()
2318 temp = XNEW (struct temp_file); in record_temp_file()
2328 struct temp_file *temp; in record_temp_file()
2333 temp = XNEW (struct temp_file); in record_temp_file()
2377 struct temp_file *temp; in delete_temp_files()
2389 struct temp_file *temp; in delete_failure_queue()
DChangeLog-199917994 multilib_dir, temp_filename, temp_file, command, switchstr,
/freebsd-10-stable/contrib/binutils/libiberty/
DChangeLog313 * pex-common.c (temp_file): New function, containing guts of