Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/zstd/programs/
H A Dfileio.c2230 { size_t const srcFileLength = strlen(srcFileName); in FIO_decompressZstdFrame() local
2231 if (srcFileLength>20) srcFileName += srcFileLength-20; in FIO_decompressZstdFrame()