HomeSort by: relevance | last modified time | path
    Searched refs:zst (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/bsd/zstd/dist/tests/cli-tests/zstd-symlinks/
zstdcat.sh 5 zstdcat hello.zst
6 zstdcat hello.zst world
7 zstdcat hello world.zst
8 zstdcat hello.zst world.zst
12 ./zstdcat hello.zst
  /src/external/bsd/zstd/dist/tests/cli-tests/cltools/
zstdgrep.sh 6 zstdgrep "1234" file file.zst
8 zstdgrep "1234" bad.zst
zstdless.sh 6 zstdless file.zst
8 zstdless -N file.zst # This parameter does not produce line #s when piped, but still serves to test that the flag went to less and not zstd
10 zstdless bad.zst >&2
  /src/external/bsd/zstd/dist/tests/cli-tests/file-stat/
decompress-file-to-file.sh 5 datagen | zstd -q > file.zst
6 chmod 642 file.zst
8 zstd -dq --trace-file-stat file.zst
compress-file-to-stdout.sh 7 zstd file -cq --trace-file-stat > file.zst
8 zstd -tq file.zst
compress-stdin-to-file.sh 7 zstd < file -q --trace-file-stat -o file.zst
8 zstd -tq file.zst
compress-stdin-to-stdout.sh 7 zstd < file -cq --trace-file-stat > file.zst
8 zstd -tq file.zst
decompress-file-to-stdout.sh 5 datagen | zstd -q > file.zst
7 zstd -dcq --trace-file-stat file.zst > file
decompress-stdin-to-file.sh 5 datagen | zstd -q > file.zst
7 zstd -dcq --trace-file-stat < file.zst -o file
decompress-stdin-to-stdout.sh 5 datagen | zstd -q > file.zst
7 zstd -dcq --trace-file-stat < file.zst > file
compress-file-to-file.sh 8 zstd file -q --trace-file-stat -o file.zst
9 zstd -tq file.zst
compress-file-to-dir-without-write-perm.sh 9 zstd file -q --trace-file-stat -o out/file.zst
10 zstd -tq out/file.zst
  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
levels.sh 9 zstd --fast=10 file -o file-f10.zst -q
10 zstd --fast=1 file -o file-f1.zst -q
11 zstd -1 file -o file-1.zst -q
12 zstd -19 file -o file-19.zst -q
14 zstd -t file-f10.zst file-f1.zst file-1.zst file-19.zst
16 cmp_size -lt file-19.zst file-1.zst
    [all...]
verbose-wlog.sh 7 zstd < file -vv -19 -o file.19.zst
8 zstd -vv -l file.19.zst
10 zstd < file -vv -19 --long -o file.19.long.zst
11 zstd -vv -l file.19.long.zst
long-distance-matcher.sh 6 zstd -f file --long ; zstd -t file.zst
7 zstd -f file --long=20; zstd -t file.zst
multiple-files.sh 9 rm -f ./file*.zst
11 cat file1.zst | zstd -d
12 cat file2.zst | zstd -d
14 echo "Test zstd -d ./file1.zst - file2.zst"
16 echo "stdin" | zstd - | zstd -d ./file1.zst - file2.zst
20 echo "zstd -d ./file1.zst - file2.zst -c"
21 echo "stdin" | zstd | zstd -d ./file1.zst - file2.zst -
    [all...]
window-resize.sh 4 zstd -l -v file.zst
9 rm file file.zst
multi-threaded.sh 6 zstd --single-thread file -f -q ; zstd -t file.zst
7 zstd -T2 -f file -q ; zstd -t file.zst
8 zstd --rsyncable -f file -q ; zstd -t file.zst
9 zstd -T0 -f file -q ; zstd -t file.zst
10 zstd -T0 --auto-threads=logical -f file -q ; zstd -t file.zst
11 zstd -T0 --auto-threads=physical -f file -q ; zstd -t file.zst
14 zstd -T0 -f file -q ; zstd -t file.zst; zstd -T0 -d file.zst -o file3
15 zstd -T0 -f file -q ; zstd -t file.zst; zstd -T2 -d file.zst -o file
    [all...]
basic.sh 9 zstd file ; zstd -t file.zst
10 zstd -f file ; zstd -t file.zst
11 zstd -f -z file ; zstd -t file.zst
12 zstd -f -k file ; zstd -t file.zst
13 zstd -f -C file ; zstd -t file.zst
14 zstd -f --check file ; zstd -t file.zst
15 zstd -f --no-check file ; zstd -t file.zst
16 zstd -f -- file ; zstd -t file.zst
19 zstd -o file-out.zst ; zstd -t file-out.zst
    [all...]
  /src/sys/dev/ic/
z8530tty.c 329 struct zstty_softc *zst = device_private(self); local
341 zst->zst_dev = self;
343 callout_init(&zst->zst_diag_ch, 0);
349 cs->cs_private = zst;
352 zst->zst_cs = cs;
353 zst->zst_swflags = cf->cf_flags; /* softcar, etc. */
354 zst->zst_hwflags = args->hwflags;
357 if (zst->zst_swflags)
358 aprint_normal(" flags 0x%x", zst->zst_swflags);
366 if ((zst->zst_hwflags & ZS_HWFLAG_CONSOLE_INPUT) != 0)
475 struct zstty_softc *zst; local
542 struct zstty_softc *zst; local
699 struct zstty_softc *zst; local
730 struct zstty_softc *zst; local
742 struct zstty_softc *zst; local
754 struct zstty_softc *zst; local
766 struct zstty_softc *zst; local
898 struct zstty_softc *zst; local
946 struct zstty_softc *zst; local
969 struct zstty_softc *zst; local
1278 struct zstty_softc *zst; local
1350 struct zstty_softc *zst = cs->cs_private; local
1431 struct zstty_softc *zst = cs->cs_private; local
1467 struct zstty_softc *zst = cs->cs_private; local
1522 struct zstty_softc *zst = arg; local
1708 struct zstty_softc *zst = cs->cs_private; local
1740 struct zstty_softc *zst = cs->cs_private; local
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/dictionaries/
golden.sh 8 zstd -D "$GOLDEN_DICT_DIR/http-dict-missing-symbols" "$GOLDEN_COMP_DIR/http" -o http.zst
9 zstd -D "$GOLDEN_DICT_DIR/http-dict-missing-symbols" -t http.zst
  /src/external/bsd/zstd/dist/tests/cli-tests/basic/
memlimit.sh 19 rm file.zst
22 rm file.zst
25 rm file.zst
28 rm file.zst
31 rm file.zst
34 rm file.zst
37 rm file.zst
  /src/external/bsd/zstd/dist/tests/cli-tests/progress/
no-progress.sh 29 zstd $args < hello -fo hello.zst
36 zstd $args -d -f hello.zst
38 zstd $args -d < hello.zst > $INTOVOID
40 zstd $args -d < hello.zst -fo hello
42 zstd $args -d hello.zst -c > $INTOVOID
44 zstd $args -d -f hello.zst world.zst
progress.sh 24 zstd $args < hello -fo hello.zst
31 zstd $args -d -f hello.zst
33 zstd $args -d < hello.zst > $INTOVOID
35 zstd $args -d < hello.zst -fo hello
37 zstd $args -d hello.zst -c > $INTOVOID
39 zstd $args -d -f hello.zst world.zst
  /src/external/bsd/zstd/dist/tests/cli-tests/decompression/
pass-through.sh 26 zstdcat file file.zst
27 zstdcat file.zst file
35 zstd -dcf file file.zst
37 zstd -dcf < file file.zst -
38 zstd -dcf < file.zst file -
54 zstd --no-pass-through -dcf file file.zst && die "should fail"
56 zstd --no-pass-through -dcf < file file.zst - && die "should fail"
57 zstd --no-pass-through -dcf < file.zst file - && die "should fail" ||:

Completed in 20 milliseconds

1 2