Home
last modified time | relevance | path

Searched defs:ftell64 (Results 1 – 25 of 66) sorted by relevance

123

/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/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/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/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/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/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/biology/bedtools/bedtools2-2.30.0/src/nucBed/
H A DLargeFileSupport.h6 #define ftell64(a) _ftelli64(a) macro
10 #define ftell64(a) ftello(a) macro
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/Fasta/
H A DLargeFileSupport.h6 #define ftell64(a) _ftelli64(a) macro
10 #define ftell64(a) ftello(a) 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/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/stdio/
H A Dftell.c41 ftell64(Sfio_t* f) in ftell64() function
/dports/shells/ksh93/ast-93u/src/lib/libast/stdio/
H A Dftell.c41 ftell64(Sfio_t* f) in ftell64() function
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/stdio/
H A Dftell.c41 ftell64(Sfio_t* f) in ftell64() function
/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/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/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-crtl.ads134 function ftell64 (stream : FILEs) return ssize_t; subprogspec
H A Di-cstrea.ads166 function ftell64 (stream : FILEs) return ssize_t subprogram
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Di-cstrea.ads166 function ftell64 (stream : FILEs) return ssize_t subprogram
H A Ds-crtl.ads134 function ftell64 (stream : FILEs) return ssize_t; subprogspec
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Di-cstrea.ads166 function ftell64 (stream : FILEs) return ssize_t subprogram
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec
/dports/math/gmp-ecm/ecm-7.0.4/build.vc12/
H A Dconfig.h244 # define ftell64 _ftell64 macro
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-crtl.ads162 function ftell64 (stream : FILEs) return int64; subprogspec

123