Home
last modified time | relevance | path

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

/external/zstd/programs/
Dzstdcli.c270 static int exeNameMatch(const char* exeName, const char* test) in exeNameMatch() function
766 if (exeNameMatch(programName, ZSTD_ZSTDMT)) nbWorkers=0, singleThread=0; in main()
767 if (exeNameMatch(programName, ZSTD_UNZSTD)) operation=zom_decompress; in main()
768 …if (exeNameMatch(programName, ZSTD_CAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); for… in main()
769 …if (exeNameMatch(programName, ZSTD_ZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); fo… in main()
770 …if (exeNameMatch(programName, ZSTD_GZ)) { suffix = GZ_EXTENSION; FIO_setCompressionType(prefs, FIO… in main()
771 …if (exeNameMatch(programName, ZSTD_GUNZIP)) { operation=zom_decompress; FIO_setRemoveSrcFile(prefs… in main()
772 …if (exeNameMatch(programName, ZSTD_GZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); f… in main()
773 …if (exeNameMatch(programName, ZSTD_LZMA)) { suffix = LZMA_EXTENSION; FIO_setCompressionType(prefs,… in main()
774 …if (exeNameMatch(programName, ZSTD_UNLZMA)) { operation=zom_decompress; FIO_setCompressionType(pre… in main()
[all …]
/external/lz4/programs/
Dlz4cli.c250 static int exeNameMatch(const char* exeName, const char* test) in exeNameMatch() function
345 if (exeNameMatch(exeName, LZ4CAT)) { in main()
355 if (exeNameMatch(exeName, UNLZ4)) { mode = om_decompress; } in main()
356 if (exeNameMatch(exeName, LZ4_LEGACY)) { g_lz4c_legacy_commands=1; } in main()