Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c227 int cestnepasun[4], pid; in xpopen_both() local
230 memset(cestnepasun, 0, sizeof(cestnepasun)); in xpopen_both()
233 if (pipe(cestnepasun+(2*pid))) perror_exit("pipe"); in xpopen_both()
241 if (cestnepasun[2]) { in xpopen_both()
242 close(cestnepasun[2]); in xpopen_both()
243 pipes[1] = cestnepasun[3]; in xpopen_both()
245 if (cestnepasun[1]) { in xpopen_both()
246 close(cestnepasun[1]); in xpopen_both()
247 pipes[0] = cestnepasun[0]; in xpopen_both()
262 if (cestnepasun[2]) close(cestnepasun[2]); in xpopen_both()
[all …]