Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c949 stream_open (char const *file, char const *how) in stream_open() function
991 FILE *fp = stream_open (file, how); in xfopen()
2997 : stream_open (files[i].name, "r")); in open_input_files()
3946 FILE *ofp = stream_open (output_file, "w"); in merge()