Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c1538 int nextin, nextout; local
1546 (void) &nextin;
1551 int nextin; local
1558 (void) &nextin;
1563 nextin = 0;
1708 if (nextin != 0) {
1709 dup2(nextin, 0);
1710 close(nextin);
1748 if (nextin != 0)
1749 close(nextin);
[all …]