fseek              92 Zend/zend_stream.h # define zend_fseek fseek
fseek            2630 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            2763 ext/spl/spl_directory.c SPL_METHOD(SplFileObject, fseek)
fseek            3062 ext/spl/spl_directory.c 	SPL_ME(SplFileObject, fseek,          arginfo_file_object_fseek,         ZEND_ACC_PUBLIC)
fseek            3081 ext/standard/basic_functions.c 	PHP_FE(fseek,															arginfo_fseek)
fseek            1299 ext/standard/file.c PHPAPI PHP_FUNCTION(fseek)
fseek              49 ext/standard/file.h PHPAPI PHP_FUNCTION(fseek);
fseek             117 ext/zip/lib/zipint.h #define fseeko(s, o, w)	(fseek((s), (long int)(o), (w)))
fseek            1330 ext/zlib/zlib.c 	PHP_FALIAS(gzseek,		fseek,			arginfo_gzseek)