Home
last modified time | relevance | path

Searched refs:BZ2_bzReadOpen (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.bin/bsdiff/bspatch/
H A Dbspatch.c209 if ((cpfbz2 = BZ2_bzReadOpen(&cbz2err, cpf, 0, 0, NULL, 0)) == NULL) in main()
214 if ((dpfbz2 = BZ2_bzReadOpen(&dbz2err, dpf, 0, 0, NULL, 0)) == NULL) in main()
219 if ((epfbz2 = BZ2_bzReadOpen(&ebz2err, epf, 0, 0, NULL, 0)) == NULL) in main()
/freebsd-14.2/contrib/bzip2/
H A Dlibbz2.def10 BZ2_bzReadOpen
H A Dbzlib.h139 BZ_EXTERN BZFILE* BZ_API(BZ2_bzReadOpen) (
H A Dbzip2.c454 bzf = BZ2_bzReadOpen ( in uncompressStream()
572 bzf = BZ2_bzReadOpen ( in testStream()
H A Dbzlib.c1092 BZFILE* BZ_API(BZ2_bzReadOpen) in BZ_API() argument
1448 bzfp = BZ2_bzReadOpen(&bzerr,fp,verbosity,smallMode, in bzopen_or_bzdopen()