Home
last modified time | relevance | path

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

/coreutils/src/
Dshuf.c174 struct linebuffer **out_rsrv) in read_input_reservoir_sampling()
178 struct linebuffer *line = nullptr; in read_input_reservoir_sampling()
179 struct linebuffer *rsrv; in read_input_reservoir_sampling()
181 rsrv = xcalloc (n_alloc_lines, sizeof (struct linebuffer)); in read_input_reservoir_sampling()
194 rsrv = xnrealloc (rsrv, n_alloc_lines, sizeof (struct linebuffer)); in read_input_reservoir_sampling()
196 RESERVOIR_LINES_INCREMENT * sizeof (struct linebuffer)); in read_input_reservoir_sampling()
203 struct linebuffer dummy; in read_input_reservoir_sampling()
237 write_permuted_output_reservoir (size_t n_lines, struct linebuffer *lines, in write_permuted_output_reservoir()
242 const struct linebuffer *p = &lines[permutation[i]]; in write_permuted_output_reservoir()
388 struct linebuffer *reservoir = nullptr; in main()
Dcomm.c172 writeline (struct linebuffer const *line, int class) in writeline()
216 check_order (struct linebuffer const *prev, in check_order()
217 struct linebuffer const *current, in check_order()
259 struct linebuffer lba[2][4]; in compare_files()
263 struct linebuffer *thisline[2]; in compare_files()
268 struct linebuffer *all_line[2][4]; in compare_files()
Duniq.c44 struct linebuffer *_tmp; \
255 find_field (struct linebuffer const *line) in find_field()
301 writeline (struct linebuffer const *line, in writeline()
323 struct linebuffer lb1, lb2; in check_file()
324 struct linebuffer *thisline, *prevline; in check_file()
Dhead.c501 struct linebuffer in elide_tail_lines_pipe() struct
506 struct linebuffer *next; in elide_tail_lines_pipe() argument
509 typedef struct linebuffer LBUFFER; in elide_tail_lines_pipe()
Dnl.c119 static struct linebuffer line_buf;
Dtail.c608 struct linebuffer in pipe_lines() struct
613 struct linebuffer *next; in pipe_lines() argument
615 typedef struct linebuffer LBUFFER; in pipe_lines()
Djoin.c73 struct linebuffer buf; /* The line itself. */