rmtlib.c | 66 static off_t _rmt_lseek(int, off_t, int); 469 * _rmt_lseek --- perform an imitation lseek operation remotely 472 _rmt_lseek(int fildes, off_t offset, int whence) function in typeref:typename:off_t 721 return _rmt_lseek(fildes - REM_BIAS, offset, whence);
|