Home
last modified time | relevance | path

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

/external/lz4/programs/
DMakefile95 lz4$(EXT) lz4c$(EXT) lz4c32$(EXT) unlz4 lz4cat
119 lz4cat: lz4 target
120 ln -s lz4 lz4cat
148 @ln -sf lz4 $(DESTDIR)$(BINDIR)/lz4cat
154 @ln -sf lz4.1 $(DESTDIR)$(MANDIR)/lz4cat.1
159 @$(RM) $(DESTDIR)$(BINDIR)/lz4cat
165 @$(RM) $(DESTDIR)$(MANDIR)/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`.
70 lz4cat foo.lz4
136 This allows `lz4cat --force` to be used like `cat (1)` for files
D.gitignore4 lz4cat
/external/lz4/tests/
DMakefile218 lz4cat: target
221 test-lz4-basic: lz4 datagen unlz4 lz4cat
239 $(PRGDIR)/lz4cat tmp.lz4 # must display hello world
245 $(PRGDIR)/lz4cat tmp # pass-through mode
249 $(PRGDIR)/lz4cat < tmp.lz4 > tmp3 # checks lz4cat works with stdin (#285)
251 $(PRGDIR)/lz4cat < tmp > tmp2 # checks lz4cat works with stdin (#285)
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt183 # install lz4cat and unlz4 symlinks on *nix
186 foreach(f lz4cat unlz4)
195 foreach(f lz4cat unlz4)
/external/lz4/
DNEWS3 lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z)
34 lz4cat : can cat multiple files in a single command line (#184)
145 Added : man pages for lz4c and lz4cat
154 Added : lz4cat utility, installed on POSX systems (issue 118)