Home
last modified time | relevance | path

Searched defs:LONG_TELL (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/zstd/programs/
H A Dfileio.c244 # define LONG_TELL _ftelli64 macro
247 # define LONG_TELL ftello macro
250 # define LONG_TELL ftello64 macro
269 static __int64 LONG_TELL(FILE* file) { in LONG_TELL() function
278 # define LONG_TELL ftell macro