Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c670 struct sortfile struct
2987 open_input_files (struct sortfile *files, size_t nfiles, FILE ***pfps) in open_input_files()
3014 mergefps (struct sortfile *files, size_t ntemps, size_t nfiles, in mergefps()
3213 mergefiles (struct sortfile *files, size_t ntemps, size_t nfiles, in mergefiles()
3787 avoid_trashing_input (struct sortfile *files, size_t ntemps, in avoid_trashing_input()
3873 merge (struct sortfile *files, size_t ntemps, size_t nfiles, in merge()
4087 struct sortfile *tempfiles = xnmalloc (ntemps, sizeof *tempfiles); in sort()
4821 struct sortfile *sortfiles = xcalloc (nfiles, sizeof *sortfiles); in main()