Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c989 xfopen (char const *file, char const *how) in xfopen() function
2901 FILE *fp = xfopen (file_name, "r"); in check()
4002 FILE *fp = xfopen (file, "r"); in sort()
4048 tfp = xfopen (output_file, "w"); in sort()
4676 FILE *stream = xfopen (files_from, "r"); in main()