Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c256 # define LONG_SEEK _fseeki64 macro
259 # define LONG_SEEK fseeko macro
262 # define LONG_SEEK fseeko64 macro
266 static int LONG_SEEK(FILE* file, __int64 offset, int origin) { in LONG_SEEK() function
290 # define LONG_SEEK fseek macro
2080 if (LONG_SEEK(file, 1 GB, SEEK_CUR) != 0) in FIO_fwriteSparse()
2100 if (LONG_SEEK(file, storedSkips, SEEK_CUR) != 0) in FIO_fwriteSparse()
2123 if (LONG_SEEK(file, storedSkips, SEEK_CUR) != 0) in FIO_fwriteSparse()
2141 if (LONG_SEEK(file, storedSkips-1, SEEK_CUR) != 0) in FIO_fwriteSparseEnd()
3030 ERROR_IF(LONG_SEEK(srcFile, seek, SEEK_CUR) != 0, in FIO_analyzeFrames()