Searched refs:stream_open (Results 1 – 1 of 1) sorted by relevance
949 stream_open (char const *file, char const *how) in stream_open() function991 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()