search for: off64_t

Displaying 20 results from an estimated 80 matches for "off64_t".

2005 Aug 17
0
[Bug 3009] New: build error on sinix: off64_t unknown
https://bugzilla.samba.org/show_bug.cgi?id=3009 Summary: build error on sinix: off64_t unknown Product: rsync Version: 2.6.5 Platform: Other OS/Version: other Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: bernhard.voelker@siemens.com...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2013 May 25
0
[LLVMdev] compiler-rt tests in cmake?
...interception/interception.h +++ b/lib/interception/interception.h @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; typedef __sanitizer::sptr SSIZE_T; typedef __sanitizer::sptr PTRDIFF_T; typedef __sanitizer::s64 INTMAX_T; -typedef __sanitizer::OFF_T OFF_T; -typedef __sanitizer::OFF64_T OFF64_T; +//typedef __sanitizer::OFF_T OFF_T; +//typedef __sanitizer::OFF64_T OFF64_T; // How to add an interceptor: // Suppose you need to wrap/replace system function (generally, from libc): diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc index 9bf27b1..190dce8 100644 --...
2013 May 25
2
[LLVMdev] compiler-rt tests in cmake?
...+ b/lib/interception/interception.h > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; > typedef __sanitizer::sptr SSIZE_T; > typedef __sanitizer::sptr PTRDIFF_T; > typedef __sanitizer::s64 INTMAX_T; > -typedef __sanitizer::OFF_T OFF_T; > -typedef __sanitizer::OFF64_T OFF64_T; > +//typedef __sanitizer::OFF_T OFF_T; > +//typedef __sanitizer::OFF64_T OFF64_T; > > // How to add an interceptor: > // Suppose you need to wrap/replace system function (generally, from libc): > diff --git a/lib/lsan/lsan_allocator.cc b/lib/lsan/lsan_allocator.cc &gt...
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
..."R" is up to date. gcc -I. -I../include -I../../src/include -I../../src/include/R_ext -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c Rsock.c -o Rsock.o In file included from Rsock.c:34: /usr/include/unistd.h:162: parse error before `lseek64' /usr/include/unistd.h:162: parse error before `off64_t' /usr/include/unistd.h:162: warning: data definition has no type or storage class In file included from /usr/include/sys/lockf.h:41, from /usr/include/unistd.h:382, from Rsock.c:34: /usr/include/sys/stat.h:127: parse error before `soff_t' /usr/include/sys/s...
2013 May 28
4
[LLVMdev] compiler-rt tests in cmake?
...27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; >> > typedef __sanitizer::sptr SSIZE_T; >> > typedef __sanitizer::sptr PTRDIFF_T; >> > typedef __sanitizer::s64 INTMAX_T; >> > -typedef __sanitizer::OFF_T OFF_T; >> > -typedef __sanitizer::OFF64_T OFF64_T; >> > +//typedef __sanitizer::OFF_T OFF_T; >> > +//typedef __sanitizer::OFF64_T OFF64_T; >> > >> > // How to add an interceptor: >> > // Suppose you need to wrap/replace system function (generally, from >> libc): >> > diff --gi...
2013 May 24
2
[LLVMdev] compiler-rt tests in cmake?
I blame this line in lsan/lit_tests/lit.cfg: # Setup attributes common for all compiler-rt projects. compiler_rt_lit_cfg = os.path.join(llvm_src_root, "projects", "compiler-rt", "lib", "lit.common.cfg") On Fri, May 24, 2013 at 2:53 PM, Alexey Samsonov <samsonov at google.com>wrote: > > On Fri, May 24,
2013 May 27
0
[LLVMdev] compiler-rt tests in cmake?
...ion.h > > @@ -27,8 +27,8 @@ typedef __sanitizer::uptr SIZE_T; > > typedef __sanitizer::sptr SSIZE_T; > > typedef __sanitizer::sptr PTRDIFF_T; > > typedef __sanitizer::s64 INTMAX_T; > > -typedef __sanitizer::OFF_T OFF_T; > > -typedef __sanitizer::OFF64_T OFF64_T; > > +//typedef __sanitizer::OFF_T OFF_T; > > +//typedef __sanitizer::OFF64_T OFF64_T; > > > > // How to add an interceptor: > > // Suppose you need to wrap/replace system function (generally, from > libc): > > diff --git a/lib/lsan/lsan_allocator....
2004 Jan 28
6
long long on 32-bit machines
Hi all, Does anyone happen to know if there are *any* 32-bit architectures (on which Linux runs) for which the ABI for a "long long" is different from passing two "longs" in the appropriate order, i.e. (hi,lo) for bigendian or (lo,hi) for littleendian? I'd like to switch klibc to use the 64-bit file ABI thoughout, but it's a considerable porting effort, and
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...f __sanitizer::uptr SIZE_T; >>> > typedef __sanitizer::sptr SSIZE_T; >>> > typedef __sanitizer::sptr PTRDIFF_T; >>> > typedef __sanitizer::s64 INTMAX_T; >>> > -typedef __sanitizer::OFF_T OFF_T; >>> > -typedef __sanitizer::OFF64_T OFF64_T; >>> > +//typedef __sanitizer::OFF_T OFF_T; >>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>> > >>> > // How to add an interceptor: >>> > // Suppose you need to wrap/replace system function (generally, from >>> libc):...
2002 Jan 27
1
Makefile.in (install-strip) problem & 2.5.2 build error
...... no checking for strlcpy... no checking for mtrace... yes checking for mallinfo... yes checking for working socketpair... yes checking for working fnmatch... yes checking for poptGetContext in -lpopt... yes checking whether to use included libpopt... no checking for long long... yes checking for off64_t... yes checking for short ino_t... no checking for unsigned char... no checking for broken readdir... no checking for utimbuf... yes checking if gettimeofday takes tz argument... yes checking for C99 vsnprintf... yes checking for secure mkstemp... yes checking for broken inet_ntoa... no checking fo...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...f __sanitizer::uptr SIZE_T; >>> > typedef __sanitizer::sptr SSIZE_T; >>> > typedef __sanitizer::sptr PTRDIFF_T; >>> > typedef __sanitizer::s64 INTMAX_T; >>> > -typedef __sanitizer::OFF_T OFF_T; >>> > -typedef __sanitizer::OFF64_T OFF64_T; >>> > +//typedef __sanitizer::OFF_T OFF_T; >>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>> > >>> > // How to add an interceptor: >>> > // Suppose you need to wrap/replace system function (generally, from >>> libc):...
2013 May 29
2
[LLVMdev] compiler-rt tests in cmake?
...SIZE_T; >>>> > typedef __sanitizer::sptr SSIZE_T; >>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>> > typedef __sanitizer::s64 INTMAX_T; >>>> > -typedef __sanitizer::OFF_T OFF_T; >>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>>> > +//typedef __sanitizer::OFF_T OFF_T; >>>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>>> > >>>> > // How to add an interceptor: >>>> > // Suppose you need to wrap/replace system function (generally, from...
2013 May 29
4
[LLVMdev] compiler-rt tests in cmake?
...gt;>> > typedef __sanitizer::sptr SSIZE_T; >>>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>>> > typedef __sanitizer::s64 INTMAX_T; >>>>> > -typedef __sanitizer::OFF_T OFF_T; >>>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>>>> > +//typedef __sanitizer::OFF_T OFF_T; >>>>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>>>> > >>>>> > // How to add an interceptor: >>>>> > // Suppose you need to wrap/replace system funct...
2013 May 29
0
[LLVMdev] compiler-rt tests in cmake?
...SIZE_T; >>>> > typedef __sanitizer::sptr SSIZE_T; >>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>> > typedef __sanitizer::s64 INTMAX_T; >>>> > -typedef __sanitizer::OFF_T OFF_T; >>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>>> > +//typedef __sanitizer::OFF_T OFF_T; >>>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>>> > >>>> > // How to add an interceptor: >>>> > // Suppose you need to wrap/replace system function (generally, from...
2013 May 30
0
[LLVMdev] compiler-rt tests in cmake?
...typedef __sanitizer::sptr SSIZE_T; >>>>>> > typedef __sanitizer::sptr PTRDIFF_T; >>>>>> > typedef __sanitizer::s64 INTMAX_T; >>>>>> > -typedef __sanitizer::OFF_T OFF_T; >>>>>> > -typedef __sanitizer::OFF64_T OFF64_T; >>>>>> > +//typedef __sanitizer::OFF_T OFF_T; >>>>>> > +//typedef __sanitizer::OFF64_T OFF64_T; >>>>>> > >>>>>> > // How to add an interceptor: >>>>>> > // Suppose you need to wrap/...
2005 May 19
0
problems with truncate() with files > 2Gb under Windows (PR#7880)
...seek fseeko #define f_tell ftello #else #ifdef Win32 #define f_seek fseeko64 #define f_tell ftello64 #else #define f_seek fseek #define f_tell ftell #endif #endif Windows support for > 2Gb files seemed flaky, but we did not think it was R's job to report OS deficiencies. I've now used off64_t in file_seek under Windows. On Thu, 19 May 2005 tplate@blackmesacapital.com wrote: > This message relates to handling files > 2Gb under Windows. (I use 2Gb > as shorthand for 2^31-1 -- the largest integer representable in a signed > 32 bit integer.) > > First issue: truncate()...
2005 May 19
1
problems with truncate() with files > 2Gb under Windows (possibly (PR#7879)
...#else long pos = f_tell(fp); #endif in the definition of file_seek() in main/connections.c should be more along the lines of the code defining struct fileconn in include/Rconnections.h: #if defined(HAVE_OFF_T) && defined(__USE_LARGEFILE) off_t rpos, wpos; #else #ifdef Win32 off64_t rpos, wpos; #else long rpos, wpos; #endif #endif I compiled and tested a version of R devel 2.2.0 with the appropriate simple change to file_seek() in main/connections.c, and with it, seek() correctly returned file positions beyond 2Gb. However, I don't know the purpose of the #define _...
2013 Apr 30
1
Compilation error during rsync-3.0.9
...ng size of long long... (cached) 8 checking size of short... (cached) 2 checking size of int16_t... 2 *checking size of uint16_t... (cached) 0* checking size of int32_t... 4 *checking size of uint32_t... (cached) 0* checking size of int64_t... 8 checking size of off_t... (cached) 8 checking size of off64_t... 8 checking size of time_t... 4 checking for inline... (cached) inline Compilation error In file included from /home/xjitgor/RSYNC-WRS1.1/pkgsrc/rsync-3.0.9/rsync.c:22: /home/xjitgor/RSYNC-WRS1.1/pkgsrc/rsync-3.0.9/rsync.h:575: warning: no semicolon at end of struct or union /home/xjitgor/R...
2003 Mar 12
1
patch: typo's and gcc warnings
Two patches: one to correct the spelling of permissions (in comments, but such typos disturb me as well), and one to cast inode and dev to unsigned long before comparing, to prevent gcc giving a warning "comparison between signed and unsigned". Paul Slootman -------------- next part -------------- diff -ru orig/rsync-2.5.6/generator.c rsync-2.5.6/generator.c ---