Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c1515 sort_buffer_size (FILE *const *fps, size_t nfps, in sort_buffer_size() argument
1536 if ((i < nfps ? fstat (fileno (fps[i]), &st) in sort_buffer_size()
2989 FILE **fps = *pfps = xnmalloc (nfiles, sizeof *fps); in open_input_files() local
2995 fps[i] = (files[i].temp && files[i].temp->state != UNCOMPRESSED in open_input_files()
2998 if (!fps[i]) in open_input_files()
3015 FILE *ofp, char const *output_file, FILE **fps) in mergefps() argument
3042 if (fillbuf (&buffer[i], fps[i], files[i].name)) in mergefps()
3052 xfclose (fps[i], files[i].name); in mergefps()
3063 fps[j] = fps[j + 1]; in mergefps()
3126 if (fillbuf (&buffer[ord[0]], fps[ord[0]], files[ord[0]].name)) in mergefps()
[all …]