Searched refs:temp_output (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | sort.c | 3508 write_unique (struct line const *line, FILE *tfp, char const *temp_output) in write_unique() argument 3517 write_line (line, tfp, temp_output); in write_unique() 3529 FILE *tfp, char const *temp_output) in mergelines_node() argument 3564 write_unique (--node->lo, tfp, temp_output); in mergelines_node() 3566 write_unique (--node->hi, tfp, temp_output); in mergelines_node() 3575 write_unique (--node->lo, tfp, temp_output); in mergelines_node() 3580 write_unique (--node->hi, tfp, temp_output); in mergelines_node() 3635 size_t total_lines, FILE *tfp, char const *temp_output) in merge_loop() argument 3648 mergelines_node (node, total_lines, tfp, temp_output); in merge_loop() 3728 struct merge_node_queue *queue, FILE *tfp, char const *temp_output) in sortlines() argument [all …]
|