Searched refs:ofp (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | sort.c | 3015 FILE *ofp, char const *output_file, FILE **fps) in mergefps() argument 3089 write_line (&saved, ofp, output_file); in mergefps() 3119 write_line (smallest, ofp, output_file); in mergefps() 3190 write_line (&saved, ofp, output_file); in mergefps() 3194 xfclose (ofp, output_file); in mergefps() 3214 FILE *ofp, char const *output_file) in mergefiles() argument 3220 mergefps (files, ntemps, nopened, ofp, output_file, fps); in mergefiles() 3946 FILE *ofp = stream_open (output_file, "w"); in merge() local 3947 if (ofp) in merge() 3949 mergefps (files, ntemps, nfiles, ofp, output_file, fps); in merge()
|