Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4cli.c92 #define LZ4_EXTENSION ".lz4" macro
155 DISPLAY( " -d : decompression (default for %s extension)\n", LZ4_EXTENSION); in usage()
203 DISPLAY( " + if compression selected, output to filename%s \n", LZ4_EXTENSION); in usage_longhelp()
204 …Y( " + if decompression selected, output to filename without '%s'\n", LZ4_EXTENSION); in usage_longhelp()
205 …DISPLAY( " > if input filename has no '%s' extension : error\n", LZ4_EXTENSION); in usage_longhelp()
273 char extension[] = LZ4_EXTENSION; in main()
447 if (!strcmp(input_filename+(l-4), LZ4_EXTENSION)) decode=1; in main()
455 strcpy(output_filename+l, LZ4_EXTENSION); in main()