Searched refs:newLoc (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtksh/tcl/ | ||
H A D | tclUnixChan.c | 498 int newLoc; 510 newLoc = lseek(fd, offset, mode); 511 if (newLoc != -1) { 512 return newLoc; 493 int newLoc; local |
Completed in 25 milliseconds