Searched refs:cestnepasun (Results 1 – 1 of 1) sorted by relevance
148 int cestnepasun[4], pid; in xpopen_both() local155 if (pipe(cestnepasun+(2*pid))) perror_exit("pipe"); in xpopen_both()156 pipes[pid] = cestnepasun[pid+1]; in xpopen_both()166 if (pipes[1] != -1) close(cestnepasun[2]); in xpopen_both()168 close(cestnepasun[1]); in xpopen_both()169 if (cestnepasun[0]) { in xpopen_both()170 dup2(cestnepasun[0], 0); in xpopen_both()171 close(cestnepasun[0]); in xpopen_both()175 dup2(cestnepasun[3], 1); in xpopen_both()176 dup2(cestnepasun[3], 2); in xpopen_both()[all …]