Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c1762 fillbuf (struct buffer *buf, FILE *fp, char const *file) in fillbuf() function
2914 while (fillbuf (&buf, fp, file_name)) in check()
3042 if (fillbuf (&buffer[i], fps[i], files[i].name)) in mergefps()
3126 if (fillbuf (&buffer[ord[0]], fps[ord[0]], files[ord[0]].name)) in mergefps()
4028 while (fillbuf (&buf, fp, file)) in sort()