Searched refs:LONG_SEEK (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 243 # 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 1948 if (LONG_SEEK(file, 1 GB, SEEK_CUR) != 0) in FIO_fwriteSparse() 1968 if (LONG_SEEK(file, storedSkips, SEEK_CUR) != 0) in FIO_fwriteSparse() 1991 if (LONG_SEEK(file, storedSkips, SEEK_CUR) != 0) in FIO_fwriteSparse() 2009 if (LONG_SEEK(file, storedSkips-1, SEEK_CUR) != 0) in FIO_fwriteSparseEnd() 2890 ERROR_IF(LONG_SEEK(srcFile, seek, SEEK_CUR) != 0, in FIO_analyzeFrames()
|