OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bzip2
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/usr.bin/bzip2/
Makefile
8
PROG=
bzip2
20
DIST= ${NETBSDSRCDIR}/external/bsd/
bzip2
/dist
23
MLINKS+=
bzip2
.1 bunzip2.1\
24
bzip2
.1 bzcat.1\
25
bzip2
.1 bzip2recover.1
27
LINKS+= ${BINDIR}/
bzip2
${BINDIR}/bunzip2
28
LINKS+= ${BINDIR}/
bzip2
${BINDIR}/bzcat
/src/tests/usr.bin/bzip2/
t_bzip2.sh
36
bzip2
-1c $(atf_get_srcdir)/d_sample1.ref
38
bzip2
-2c $(atf_get_srcdir)/d_sample2.ref
40
bzip2
-3c $(atf_get_srcdir)/d_sample3.ref
42
bzip2
-dc $(atf_get_srcdir)/d_sample1.bz2
44
bzip2
-dc $(atf_get_srcdir)/d_sample2.bz2
46
bzip2
-dsc $(atf_get_srcdir)/d_sample3.bz2
Makefile
7
TESTSDIR= ${TESTSBASE}/usr.bin/
bzip2
11
DIST= ${NETBSDSRCDIR}/external/bsd/
bzip2
/dist
/src/external/bsd/bzip2/dist/
bzdiff
4
# Bzcmp/diff wrapped for
bzip2
,
43
bzip2
-cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
56
bzip2
-cdfq "$2" > "$tmp"
57
bzip2
-cdfq "$1" | $comp $OPTIONS - "$tmp"
61
*)
bzip2
-cdfq "$1" | $comp $OPTIONS - "$2"
66
bzip2
-cdfq "$2" | $comp $OPTIONS "$1" -
bzgrep
3
# Bzgrep wrapped for
bzip2
,
36
echo "grep through
bzip2
files"
52
bzip2
-cdfq | $grep $opt "$pat"
60
bzip2
-cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i
63
bzip2
-cdfq "$i" | $grep $opt "$pat"
71
#
bzip2
-cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
77
bzip2
-cdfq "$i" 4>&-
Makefile
2
# This file is part of
bzip2
/libbzip2, a program and library for
5
#
bzip2
/libbzip2 version 1.0.8 of 13 July 2019
38
all: libbz2.a
bzip2
bzip2recover test
40
bzip2
: libbz2.a
bzip2
.o
41
$(CC) $(CFLAGS) $(LDFLAGS) -o
bzip2
bzip2
.o -L. -lbz2
56
test:
bzip2
58
./
bzip2
-1 < sample1.ref > sample1.rb2
59
./
bzip2
-2 < sample2.ref > sample2.rb
[
all
...]
bzmore
3
# Bzmore wrapped for
bzip2
,
37
bzip2
-cdfq | eval $more
55
bzip2
-cdfq "$FILE" | eval $more
/src/usr.bin/bzip2recover/
Makefile
14
DIST= ${NETBSDSRCDIR}/external/bsd/
bzip2
/dist
/src/lib/libbz2/
Makefile
10
DIST= ${NETBSDSRCDIR}/external/bsd/
bzip2
/dist
27
FILESDIR= /usr/share/doc/reference/ref1/
bzip2
/src/external/bsd/bzip2/
bzip2netbsd
29
# bzip2netbsd: convert a
bzip2
source tree into a
30
# netbsd
bzip2
source tree, under src/external/bsd/dist,
33
# Rough instructions for importing new
bzip2
release:
36
# $ tar xpfz /new/
bzip2
/release/tar/file
37
# $ sh /usr/src/external/bsd/
bzip2
/bzip2netbsd
bzip2
-1.x.y `pwd`
38
# $ cd src/external/bsd/
bzip2
/dist
39
# $ cvs import -m "Import
bzip2
1.x.y" src/external/bsd/
bzip2
/dist JSEWARD
bzip2
-1-x-
[
all
...]
/src/external/bsd/tre/dist/utils/
build-rpm.sh
22
bzip2
tre-*.tar
build-sources.sh
36
gunzip -c tre-*.tar.gz |
bzip2
-9 -c > $base.tar.bz2
/src/tests/usr.bin/
Makefile
8
TESTS_SUBDIRS= awk basename
bzip2
cc cmp compress config cpio col cut \
/src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_lrzip.c
45
enum { lzma = 0,
bzip2
, gzip, lzo, none, zpaq } compression;
enumerator in enum:write_lrzip::__anon7092
102
else if (strcmp(value, "
bzip2
") == 0)
103
data->compression =
bzip2
;
142
case
bzip2
:
archive_write_set_format_zip.c
208
bz_stream
bzip2
;
member in union:zip::__anon7124
365
} else if (strcmp(val, "
bzip2
") == 0) {
371
"
bzip2
compression not supported");
607
"
bzip2
compression not supported");
1349
memset(&zip->stream.
bzip2
, 0, sizeof(bz_stream));
1350
zip->stream.
bzip2
.next_out = (char*)zip->buf;
1351
zip->stream.
bzip2
.avail_out = (unsigned int)zip->len_buf;
1352
if (BZ2_bzCompressInit(&zip->stream.
bzip2
, zip->compression_level, 0, 0) != BZ_OK) {
1354
"Can't init
bzip2
compressor");
1641
zip->stream.
bzip2
.next_in = (char*)(uintptr_t)buff
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/
Makefile
114
@dir=$$PWD; cd /tmp; tar -c --
bzip2
-f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
126
@dir=$$PWD; cd /tmp; tar -c --
bzip2
-f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
/src/usr.bin/
Makefile
8
bzip2
bzip2recover c11 c17 c89 c99 cal calendar cap_mkdb cdplay \
/src/usr.bin/sys_info/
sys_info.sh
123
bzip2
)
124
run "
bzip2
--help 2>&1 | awk '{ sub(\",\", \"\", \$7); print \"
bzip2
-\" \$7; exit }'"
/src/external/mit/xorg/lib/freetype/
Makefile
50
.PATH: ${FREETYPE}/src/
bzip2
/src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf
36
progs apply apropos asa at banner basename biff
bzip2
bzip2recover cal
/src/etc/
man.conf
32
_crunch .bz2 /usr/bin/
bzip2
-c > %s
/src/crypto/dist/ipsec-tools/rpm/suse/
ipsec-tools.spec.in
14
BuildRequires: aaa_base acl attr bash bind-utils bison
bzip2
coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv less libacl libattr libgcc libselinux libstdc++ libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt procinfo procps psmisc pwdutils rcs readline sed strace syslogd sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel autoconf automake binutils gcc gdbm gettext kernel-source libtool openssl-devel perl readline-devel rpm
/src/external/mit/expat/dist/
Makefile.am
37
dist-
bzip2
\
/src/external/gpl3/binutils/dist/
src-release.sh
25
BZIPPROG=
bzip2
249
# Compress the output with
bzip2
428
echo " -b: Compress with
bzip2
"
/src/external/gpl3/binutils.old/dist/
src-release.sh
25
BZIPPROG=
bzip2
249
# Compress the output with
bzip2
428
echo " -b: Compress with
bzip2
"
Completed in 43 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026