fseek             378 coders/tiff.c    offset=(ssize_t) fseek(file,(ssize_t) offset,SEEK_SET);
fseek            2534 magick/blob.c              (void) fseek(image->blob->file_info.file,-((off_t) count),SEEK_CUR);
fseek            3598 magick/blob.c        if (fseek(image->blob->file_info.file,offset,whence) < 0)
fseek             100 magick/nt-base.h #if !defined(fseek) && !defined(__MINGW32__) && !defined(__MINGW64__)
fseek             881 magick/opencl.c       b_error |= fseek( fd, 0, SEEK_END ) < 0;
fseek             883 magick/opencl.c       b_error |= fseek( fd, 0, SEEK_SET ) < 0;