fseek            2698 ext/gd/gd.c    		fseek(tmp, 0, SEEK_SET);
fseek             119 ext/gd/libgd/gd_io_file.c 	return (fseek (fctx->f, pos, SEEK_SET) == 0);
fseek            1674 ext/mbstring/ucgendat/ucgendat.c         fseek(out, sizeof(ac_uint2) << 1, 0L);
fseek            1767 ext/mbstring/ucgendat/ucgendat.c         fseek(out, sizeof(ac_uint2) << 1, 0L);
fseek            2798 ext/spl/spl_directory.c SPL_METHOD(SplFileObject, fseek)
fseek            3096 ext/spl/spl_directory.c 	SPL_ME(SplFileObject, fseek,          arginfo_file_object_fseek,         ZEND_ACC_PUBLIC)
fseek            3073 ext/standard/basic_functions.c 	PHP_FE(fseek,															arginfo_fseek)
fseek            1279 ext/standard/file.c PHPAPI PHP_FUNCTION(fseek)
fseek              47 ext/standard/file.h PHPAPI PHP_FUNCTION(fseek);
fseek             551 ext/zip/lib/zip_dirent.c     if (fseek(f, local ? 26 : 28, SEEK_CUR) < 0) {
fseek             358 ext/zip/lib/zip_extra_field.c 	if (fseek(za->zp, fname_len, SEEK_CUR) < 0) {
fseek              93 ext/zip/lib/zipint.h #define fseeko(s, o, w)	(fseek((s), (long int)(o), (w)))
fseek             858 ext/zlib/zlib.c 	PHP_FALIAS(gzseek,		fseek,			arginfo_gzseek)
fseek             257 main/streams/cast.c 				fseek(*ret, pos, SEEK_SET);
fseek             329 main/streams/plain_wrapper.c 			fseek(data->file, 0, SEEK_CUR);
fseek             388 main/streams/plain_wrapper.c 			fseek(data->file, 0, SEEK_CUR);
fseek             500 main/streams/plain_wrapper.c 		ret = fseek(data->file, offset, whence);
fseek            2414 sapi/cgi/cgi_main.c 									fseek(file_handle.handle.fp, pos - 1, SEEK_SET);
fseek             647 sapi/cli/php_cli.c 				fseek(file_handle->handle.fp, pos - 1, SEEK_SET);