Home
last modified time | relevance | path

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

/coreutils/src/
Dtac.c146 output (char const *start, char const *past_end) in output() argument
150 size_t bytes_to_add = past_end - start; in output()
188 char *past_end; in tac_seekable() local
242 match_start = past_end = G_buffer + saved_record_size; in tac_seekable()
295 output (G_buffer, past_end); in tac_seekable()
299 saved_record_size = past_end - G_buffer; in tac_seekable()
333 past_end = G_buffer + read_size + saved_record_size; in tac_seekable()
338 match_start = past_end; in tac_seekable()
355 if (!first_time || match_end != past_end) in tac_seekable()
356 output (match_end, past_end); in tac_seekable()
[all …]