HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_EXTENSION (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
fileio.h 42 #define ZSTD_EXTENSION ".zst"
zstdcli.c 21 #include "fileio.h" /* stdinmark, stdoutmark, ZSTD_EXTENSION */
893 const char* suffix = ZSTD_EXTENSION;
998 if (!strcmp(argument, "--format=zstd")) { suffix = ZSTD_EXTENSION; cType = FIO_zstdCompression; continue; }
fileio.c 1900 ZSTD_EXTENSION,
2108 static const char* formatOptions[5] = {ZSTD_EXTENSION, GZ_EXTENSION, XZ_EXTENSION,
2954 ZSTD_EXTENSION,
2976 ZSTD_EXTENSION "/" TZSTD_EXTENSION

Completed in 31 milliseconds