HomeSort by: relevance | last modified time | path
    Searched defs:lstrval (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
ar_io.c 88 static int lstrval = -1; /* return value from last i/o */ variable in typeref:typename:int
156 lstrval = 1;
199 lstrval = 1;
269 lstrval = 1;
362 lstrval = 1;
487 if ((artyp != ISPIPE) || (lstrval <= 0))
506 lstrval = res;
732 if (lstrval <= 0)
733 return lstrval;
796 lstrval = res
    [all...]
ar_io.c 88 static int lstrval = -1; /* return value from last i/o */ variable in typeref:typename:int
156 lstrval = 1;
199 lstrval = 1;
269 lstrval = 1;
362 lstrval = 1;
487 if ((artyp != ISPIPE) || (lstrval <= 0))
506 lstrval = res;
732 if (lstrval <= 0)
733 return lstrval;
796 lstrval = res
    [all...]

Completed in 31 milliseconds