Searched refs:whence (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | stdio.c | 45 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 D | stdio.c | 47 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 D | stdio.h | 42 isc_stdio_seek(FILE *f, off_t offset, int whence);
|
Completed in 1351 milliseconds