search for: z_off_t

Displaying 4 results from an estimated 4 matches for "z_off_t".

2010 Jun 22
4
seek() and gzfile() on 32-bit R2.12.0 in linux
I have installed both 32-bit and 64-bit versions of R2.12.0 (2010-06-15 r52300) on my Ubuntu 10.04 64-bit system. I observe the following behavior when running the examples from base::connections. There appears to be a problem with seek() on a .gz file when using a 32-bit installation of R2.12.0, but the problem doesn't appear in the 64-bit installation. I realize that seek() has been
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...te FAR Bytef; @@ -217,6 +243,7 @@ #ifndef SEEK_SET # define SEEK_SET 0 /* Seek from beginning of file. */ # define SEEK_CUR 1 /* Seek from current position. */ +# define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ #endif #ifndef z_off_t # define z_off_t long Index: zlib/zlib.h =================================================================== RCS file: /cvsroot/rsync/zlib/zlib.h,v retrieving revision 1.2 diff -u -r1.2 zlib.h --- zlib/zlib.h 22 May 1998 06:58:58 -0000 1.2 +++ zlib/zlib.h 30 Jan 2002 01:12:47 -0000 @@ -1,5 +1,5...
2007 Sep 22
0
rsync build on IA64 using icc
...til.c(43): remark #280: selector expression is constant switch (sizeof(uLong)) { ^ zlib/zutil.c(49): remark #280: selector expression is constant switch (sizeof(voidpf)) { ^ zlib/zutil.c(55): remark #280: selector expression is constant switch (sizeof(z_off_t)) { ^ zlib/zutil.c(134): remark #310: old-style parameter list (anachronism) int err; ^ zlib/zutil.c(301): remark #310: old-style parameter list (anachronism) voidpf opaque; ^ zlib/zutil.c(302): remark #310: old-style parameter list (anachronism)...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address