Searched refs:nextin (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
1220 nextin = 0;
1290 if (nextin != 0) {
1291 dup2(nextin, 0);
1292 close(nextin);
1314 if (nextin != 0)
1315 close(nextin);
1319 /* If there isn't another process, nextin is garbage
1321 nextin = pipefds[0];
H A Dhush.c1661 int nextin, nextout; local
1673 nextin = 0;
1800 if (nextin != 0) {
1801 dup2(nextin, 0);
1802 close(nextin);
1829 if (nextin != 0)
1830 close(nextin);
1834 /* If there isn't another process, nextin is garbage
1836 nextin = pipefds[0];

Completed in 82 milliseconds