OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zcat
(Results
1 - 4
of
4
) sorted by null
/external/toybox/tests/
zcat.test
11
# Get system
zcat
12
zcatExe=`which
zcat
`
14
testing "- decompresses a single file" "
zcat
file.gz > Tempfile && echo "yes"; diff Tempfile zcatOut && echo "yes"; rm -rf file* zcatOut Tempfile" "yes\nyes\n" "" ""
23
# Get system
zcat
24
zcatExe=`which
zcat
`
26
testing "- decompresses multiple files" "
zcat
file1.gz file2.gz file3.gz > Tempfile && echo "yes" ; diff Tempfile zcatOut && echo "yes"; rm -rf file* zcatOut Tempfile " "yes\nyes\n" "" ""
/external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild
25
zcat
$CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
45
zcat
$CWD/rc.dnsmasq.gz > $PKG/etc/rc.d/rc.dnsmasq.new
52
zcat
$CWD/doinst.sh.gz > $PKG/install/doinst.sh
/external/toybox/generated/
newtoys.h
283
USE_ZCAT(NEWTOY(
zcat
, "cdfk123456789", TOYFLAG_USR|TOYFLAG_BIN))
flags.h
[
all
...]
Completed in 106 milliseconds