Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c1539 int nextin, nextout; local
1548 (void) &nextout;
1690 nextout = pipefds[1];
1692 nextout=1;
1713 if (nextout != 1) {
1714 dup2(nextout, 1);
1715 close(nextout);
1751 if (nextout != 1)
1752 close(nextout);