Searched refs:nextout (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c1215 int nextin, nextout; local
1224 nextout = 1;
1227 nextout = pipefds[1];
1229 nextout = outpipe[1];
1295 if (nextout != 1) {
1296 dup2(nextout, 1);
1297 dup2(nextout, 2); /* Really? */
1298 close(nextout);
1316 if (nextout != 1)
1317 close(nextout);
[all...]
H A Dhush.c1661 int nextin, nextout; local
1771 nextout = pipefds[1];
1773 nextout = 1;
1804 if (nextout != 1) {
1805 dup2(nextout, 1);
1806 close(nextout);
1831 if (nextout != 1)
1832 close(nextout);

Completed in 60 milliseconds