Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c3860 int outfd = open (outfile, oflags, MODE_RW_UGO); in check_output() local
3861 if (outfd < 0) in check_output()
3863 move_fd (outfd, STDOUT_FILENO); in check_output()