HomeSort by relevance Sort by last modified time
    Searched full:lzcat (Results 1 - 1 of 1) sorted by null

  /external/liblzf/
lzf.c 61 static enum { compress, uncompress, lzcat } mode = compress; enumerator in enum:__anon7333
108 " lzcat [file ...]\n"
376 if (mode != lzcat)
403 if (mode == lzcat)
471 mode = lzcat;
512 if ((mode == uncompress || mode == lzcat) && isatty (0))

Completed in 144 milliseconds