Home
last modified time | relevance | path

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

/coreutils/src/
Dtac.c378 copy_to_temp (FILE **g_tmp, char **g_tempfile, int input_fd, char const *file) in copy_to_temp() function
428 off_t bytes_copied = copy_to_temp (&tmp_stream, &tmp_file, input_fd, file); in tac_nonseekable()