Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c2446 { size_t const srcFileLength = strlen(srcFileName); in FIO_decompressZstdFrame() local
2447 if ((srcFileLength>20) && (g_display_prefs.displayLevel<3)) in FIO_decompressZstdFrame()
2448 srcFName20 += srcFileLength-20; in FIO_decompressZstdFrame()