Searched refs:err_pipe (Results 1 – 1 of 1) sorted by relevance
57 int err_pipe[2]; in stats_to_buffer() local59 if (pipe(err_pipe) != 0) { in stats_to_buffer()63 dup2(err_pipe[1], STDERR_FILENO); in stats_to_buffer()64 close(err_pipe[1]); in stats_to_buffer()67 read(err_pipe[0], buffer, STATS_BUFFER_SIZE); in stats_to_buffer()