Home
last modified time | relevance | path

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

/external/u-boot/common/
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 …]
/external/one-true-awk/
Db.c520 goto nextin; /* no match */ in pmatch()
529 nextin: in pmatch()