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

/netgear-R7000-V1.0.7.12_1.2.5/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.c1660 int nextin, nextout; local
1770 nextout = pipefds[1];
1772 nextout = 1;
1803 if (nextout != 1) {
1804 dup2(nextout, 1);
1805 close(nextout);
1830 if (nextout != 1)
1831 close(nextout);

Completed in 128 milliseconds