Searched refs:whence (Results 1 - 3 of 3) 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);
/bind-9.11.3/lib/isc/include/isc/
H A Dstdio.h42 isc_stdio_seek(FILE *f, off_t offset, int whence);

Completed in 10 milliseconds