Searched refs:whence (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | stdio.h | 51 isc_stdio_seek(FILE *f, long offset, int whence);
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | stdio.c | 53 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 D | stdio.c | 52 isc_stdio_seek(FILE *f, long offset, int whence) { argument 56 r = fseek(f, offset, whence);
|
Completed in 1436 milliseconds