HomeSort by: relevance | last modified time | path
    Searched defs:FTELLO_FUNC (Results 1 - 15 of 15) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
144 ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
225 pos = (ZPOS64_T)FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
144 ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
225 pos = (ZPOS64_T)FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
163 ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
234 pos = (ZPOS64_T)FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
163 ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
234 pos = (ZPOS64_T)FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
ioapi.c 20 #define FTELLO_FUNC(stream) ftello(stream)
24 #define FTELLO_FUNC(stream) ftello64(stream)
163 ret = (ZPOS64_T)FTELLO_FUNC((FILE *)stream);
minizip.c 34 #define FTELLO_FUNC(stream) ftello(stream)
38 #define FTELLO_FUNC(stream) ftello64(stream)
234 pos = (ZPOS64_T)FTELLO_FUNC(pFile);
miniunz.c 33 #define FTELLO_FUNC(stream) ftello(stream)
37 #define FTELLO_FUNC(stream) ftello64(stream)

Completed in 29 milliseconds