Searched defs:whence (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dstdio.c45 isc_stdio_seek(FILE *f, off_t offset, int whence) { argument
49 r = fseeko(f, offset, whence);
51 r = fseek(f, offset, whence);
/bind-9.11.3/lib/isc/win32/
H A Dstdio.c47 isc_stdio_seek(FILE *f, off_t offset, int whence) { argument
51 r = fseek(f, offset, whence);
53 r = _fseeki64(f, offset, whence);

Completed in 10 milliseconds