Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c1538 int nextin, nextout; local
1547 (void) &nextout;
1689 nextout = pipefds[1];
1691 nextout=1;
1712 if (nextout != 1) {
1713 dup2(nextout, 1);
1714 close(nextout);
1750 if (nextout != 1)
1751 close(nextout);