Searched refs:_rmt_lseek (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/librmt/
H A Drmtlib.c66 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
721 return _rmt_lseek(fildes - REM_BIAS, offset, whence);

Completed in 65 milliseconds