Searched refs:pipefd (Results 1 – 1 of 1) sorted by relevance
358 int pipefd[2]; in find_all_symbols() local367 if (pipe(pipefd)) { in find_all_symbols()377 close(pipefd[0]); in find_all_symbols()378 dup2(pipefd[1], 1); in find_all_symbols()388 close(pipefd[1]); in find_all_symbols()391 while ((ret = read(pipefd[0], in find_all_symbols()