Home
last modified time | relevance | path

Searched refs:sample2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/usr.bin/bzip2/
H A DMakefile19 REFFILES= sample1.ref sample2.ref sample3.ref
20 DREFFILES= sample1.bz2 sample2.bz2 sample3.bz2
24 sample1.rb2 sample2.rb2 sample3.rb2 \
25 sample1.tst sample2.tst sample3.tst
39 ./bzip2 -2 < sample2.ref > sample2.rb2
42 ./bzip2 -d < sample2.bz2 > sample2.tst
45 cmp sample2.bz2 sample2.rb2
48 cmp sample2.tst sample2.ref
/freebsd-13.1/contrib/bzip2/
H A DFREEBSD-upgrade17 uuencode sample2.bz2 sample2.bz2 > sample2.bz2.uu
19 gzip -9 sample1.ref sample2.ref sample3.ref
21 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
23 rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_compat_lzop.c41 const char *sample2 = "test_compat_lzop_2.tar.lzo"; in DEFINE_TEST() local
83 extract_reference_file(sample2); in DEFINE_TEST()
85 archive_read_open_filename(a, sample2, 2)); in DEFINE_TEST()
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-atlas7.txt45 sample2_cfg: sample2@0 {
46 sample2 {
/freebsd-13.1/share/examples/tests/tests/googletest/
H A DMakefile55 SRCS.sample2_unittest+= sample2.cc
/freebsd-13.1/contrib/googletest/
H A DBUILD.bazel132 "googletest/samples/sample2.cc",
138 "googletest/samples/sample2.h",
/freebsd-13.1/contrib/googletest/googletest/
H A DMakefile.am257 samples_sample2_unittest_SOURCES = samples/sample2_unittest.cc samples/sample2.cc
H A DCMakeLists.txt163 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc)