Home
last modified time | relevance | path

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

/coreutils/src/
Dtac.c426 FILE *tmp_stream; in tac_nonseekable() local
428 off_t bytes_copied = copy_to_temp (&tmp_stream, &tmp_file, input_fd, file); in tac_nonseekable()
432 bool ok = tac_seekable (fileno (tmp_stream), tmp_file, bytes_copied); in tac_nonseekable()