Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c3508 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()
3685 FILE *tfp; member
[all …]