Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c1539 int nextin, nextout; local
1547 (void) &nextin;
1552 int nextin; local
1559 (void) &nextin;
1564 nextin = 0;
1709 if (nextin != 0) {
1710 dup2(nextin, 0);
1711 close(nextin);
1749 if (nextin != 0)
1750 close(nextin);
[all …]