Home
last modified time | relevance | path

Searched defs:ftell64 (Results 1 – 25 of 66) sorted by last modified time

123

/dports/biology/freebayes/freebayes-1.3.5/vcflib/fastahack/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftello(a) macro
13 #define ftell64(a) ftello(a) macro
/dports/biology/freebayes/freebayes-1.3.5/src/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftell(a) macro
13 #define ftell64(a) ftello(a) macro
17 #define ftell64(a) ftello(a) macro
/dports/biology/vcflib/vcflib-1.0.2/fastahack/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftello(a) macro
13 #define ftell64(a) ftello(a) macro
/dports/biology/fastahack/fastahack-1.0.0/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftello(a) macro
13 #define ftell64(a) ftello(a) macro
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/idbdatafile/
H A Dlargefile64.h32 #define ftell64 _ftelli64 macro
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/idbdatafile/
H A Dlargefile64.h32 #define ftell64 _ftelli64 macro
/dports/net/tcpslice/tcpslice-f73194c/
H A Dseek-tell.c61 ftell64(FILE *p) in ftell64() function
77 ftell64(FILE *p) in ftell64() function
111 ftell64(FILE *p) in ftell64() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Di-cstrea.ads168 function ftell64 (stream : FILEs) return int64 subprogram
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
/dports/cad/opencascade/opencascade-7.6.0/src/RWObj/
H A DRWObj_Reader.cxx37 #define ftell64(a) _ftelli64(a) macro
40 #define ftell64(a) ftello(a) macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Di-cstrea.ads168 function ftell64 (stream : FILEs) return int64 subprogram
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
H A Di-cstrea.ads168 function ftell64 (stream : FILEs) return int64 subprogram
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Di-cstrea.ads168 function ftell64 (stream : FILEs) return int64 subprogram
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
H A Di-cstrea.ads168 function ftell64 (stream : FILEs) return int64 subprogram
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
H A Di-cstrea.ads168 function ftell64 (stream : FILEs) return int64 subprogram
/dports/astro/siril/siril/src/io/
H A Dser.h27 #define ftell64 ftello // Linux macro
30 #define ftell64 ftello // OS X macro
33 #define ftell64 ftello // DragonFly BSD, FreeBSD, OpenBSD, NetBSD macro
36 #define ftell64 ftello // kFreeBSD macro
39 #define ftell64 ftello // GNU/Hurd macro
42 #define ftell64 ftello // CYGWIN macro
45 #define ftell64 _ftelli64 // Windows macro
/dports/astro/siril/siril/src/io/avi_pipp/
H A Dpipp_utf8.h36 #define ftell64 ftello64 // Linux macro
39 #define ftell64 ftello // OS X macro
42 #define ftell64 ftello // DragonFly BSD, FreeBSD, OpenBSD, NetBSD macro
45 #define ftell64 ftello64 // KFreeBSD macro
48 #define ftell64 ftello64 // GNU/Hurd macro
51 #define ftell64 ftello // CYGWIN macro
54 #define ftell64 _ftelli64 // Windows macro
/dports/biology/bamtools/bamtools-2.5.2/src/shared/
H A Dbamtools_global.h34 #define ftell64(a) _ftelli64(a) macro
37 #define ftell64(a) ftello(a) macro
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
H A Di-cstrea.ads168 function ftell64 (stream : FILEs) return int64 subprogram

123