Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c1025 move_fd (int oldfd, int newfd) in move_fd() function
1145 move_fd (tempfd, STDOUT_FILENO); in maybe_create_temp()
1146 move_fd (pipefds[0], STDIN_FILENO); in maybe_create_temp()
1205 move_fd (tempfd, STDIN_FILENO); in open_temp()
1206 move_fd (pipefds[1], STDOUT_FILENO); in open_temp()
3863 move_fd (outfd, STDOUT_FILENO); in check_output()