Searched refs:FTELLO_FUNC (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) macro
24 #define FTELLO_FUNC(stream) ftello64(stream) macro
157 ret = FTELLO_FUNC((FILE *)stream);
H A Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream) macro
38 #define FTELLO_FUNC(stream) ftello64(stream) macro
233 pos = FTELLO_FUNC(pFile);
H A Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) macro
24 #define FTELLO_FUNC(stream) ftello64(stream) macro
157 ret = FTELLO_FUNC((FILE *)stream);
H A Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream) macro
38 #define FTELLO_FUNC(stream) ftello64(stream) macro
233 pos = FTELLO_FUNC(pFile);
H A Dminiunz.c33 #define FTELLO_FUNC(stream) ftello(stream) macro
37 #define FTELLO_FUNC(stream) ftello64(stream) macro

Completed in 115 milliseconds