Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c1041 pipe_fork (int pipefds[2], size_t tries) in pipe_fork() function
1131 node->pid = pipe_fork (pipefds, MAX_FORK_TRIES_COMPRESS); in maybe_create_temp()
1189 pid_t child = pipe_fork (pipefds, MAX_FORK_TRIES_DECOMPRESS); in open_temp()