Searched refs:pipefds (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c4366 struct fd_pair pipefds; local
4383 pipefds.rd = 0;
4384 pipefds.wr = 1;
4386 xpiped_pair(pipefds);
4420 xmove_fd(pipefds.wr, 1);
4421 if (pipefds.rd > 1)
4422 close(pipefds.rd);
4468 close(pipefds.wr);
4470 nextin = pipefds.rd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c4366 struct fd_pair pipefds; local
4383 pipefds.rd = 0;
4384 pipefds.wr = 1;
4386 xpiped_pair(pipefds);
4420 xmove_fd(pipefds.wr, 1);
4421 if (pipefds.rd > 1)
4422 close(pipefds.rd);
4468 close(pipefds.wr);
4470 nextin = pipefds.rd;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c4366 struct fd_pair pipefds; local
4383 pipefds.rd = 0;
4384 pipefds.wr = 1;
4386 xpiped_pair(pipefds);
4420 xmove_fd(pipefds.wr, 1);
4421 if (pipefds.rd > 1)
4422 close(pipefds.rd);
4468 close(pipefds.wr);
4470 nextin = pipefds.rd;

Completed in 259 milliseconds