Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4cli.c247 static int exeNameMatch(const char* exeName, const char* test) in exeNameMatch() function
328 if (exeNameMatch(exeName, LZ4CAT)) { in main()
337 if (exeNameMatch(exeName, UNLZ4)) { mode = om_decompress; } in main()
338 if (exeNameMatch(exeName, LZ4_LEGACY)) { g_lz4c_legacy_commands=1; } in main()