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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dstdio.h51 isc_stdio_seek(FILE *f, long offset, int whence);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dstdio.c53 isc_stdio_seek(FILE *f, long offset, int whence) { argument
56 r = fseek(f, offset, whence);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dstdio.c52 isc_stdio_seek(FILE *f, long offset, int whence) { argument
56 r = fseek(f, offset, whence);

Completed in 1436 milliseconds