Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c243 # define LONG_SEEK _fseeki64 macro
246 # define LONG_SEEK fseeko macro
249 # define LONG_SEEK fseeko64 macro
253 static int LONG_SEEK(FILE* file, __int64 offset, int origin) { in LONG_SEEK() function
277 # define LONG_SEEK fseek macro