Searched refs:pipefd (Results 1 – 1 of 1) sorted by relevance
361 int pipefd[2]; in find_all_symbols() local370 if (pipe(pipefd)) { in find_all_symbols()380 close(pipefd[0]); in find_all_symbols()381 dup2(pipefd[1], 1); in find_all_symbols()391 close(pipefd[1]); in find_all_symbols()394 while ((ret = read(pipefd[0], in find_all_symbols()