Home
last modified time | relevance | path

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

/external/lz4/programs/
DMakefile105 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4$(EXT) lz4cat$(EXT)
117 lz4cat: lz4 target
118 ln -s lz4$(EXT) lz4cat$(EXT)
152 @ln -sf lz4$(EXT) $(DESTDIR)$(bindir)/lz4cat$(EXT)
157 @ln -sf lz4.1 $(DESTDIR)$(man1dir)/lz4cat.1
162 @$(RM) $(DESTDIR)$(bindir)/lz4cat$(EXT)
168 @$(RM) $(DESTDIR)$(man1dir)/lz4cat.1
Dlz4.1.md1 lz4(1) -- lz4, unlz4, lz4cat - Compress or decompress .lz4 files
11 `lz4cat` is equivalent to `lz4 -dcfm`
15 (`lz4 -d` or `lz4 -dc`) instead of the names `unlz4` and `lz4cat`.
73 Then `lz4cat foo.lz4` is equivalent to `cat file1 file2`.
148 This allows `lz4cat --force` to be used like `cat (1)` for files
D.gitignore4 lz4cat
/external/lz4/tests/
DMakefile77 lz4c unlz4 lz4cat: lz4 target
225 test-lz4-basic: lz4 datagen unlz4 lz4cat
243 $(PRGDIR)/lz4cat tmp-tlb-hw.lz4 # must display hello world
249 $(PRGDIR)/lz4cat tmp-tlb-hw # pass-through mode
253 $(PRGDIR)/lz4cat < tmp-tlb-hw.lz4 > tmp-tlb3 # checks lz4cat works with stdin (#285)
255 $(PRGDIR)/lz4cat < tmp-tlb-hw > tmp-tlb2 # checks lz4cat works in pass-through mode
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt190 # install lz4cat and unlz4 symlinks on *nix
193 foreach(f lz4cat unlz4)
202 foreach(f lz4cat unlz4)
/external/lz4/
DNEWS51 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
82 lz4cat : can cat multiple files in a single command line (#184)
193 Added : man pages for lz4c and lz4cat
202 Added : lz4cat utility, installed on POSX systems (issue 118)