SEEK_SET 783 other-licenses/zlib/gzio.c if (whence == SEEK_SET) { SEEK_SET 819 other-licenses/zlib/gzio.c if (fseek(s->file, offset, SEEK_SET) < 0) return -1L; SEEK_SET 873 other-licenses/zlib/gzio.c return fseek(s->file, s->start, SEEK_SET); SEEK_SET 310 other-licenses/zlib/zconf.h #ifndef SEEK_SET SEEK_SET 82 shell/PosixFile.cpp return fseek(file, pos, SEEK_SET) == 0; SEEK_SET 89 shell/PosixFile.cpp fseek (file, 0L, SEEK_SET); SEEK_SET 87 shell/WinFile.cpp return fseek(file, (long)pos, SEEK_SET) == 0; SEEK_SET 89 shell/WinFile.cpp return _fseeki64(file, pos, SEEK_SET) == 0; SEEK_SET 98 shell/WinFile.cpp fseek (file, 0L, SEEK_SET); SEEK_SET 102 shell/WinFile.cpp _fseeki64 (file, 0LL, SEEK_SET); SEEK_SET 76 utils/avmc/avmc.cpp fseek(fp, 0, SEEK_SET) == 0 || fail("Could not seek on input file: %s", filename);