Home
last modified time | relevance | path

Searched refs:tar_open (Results 1 – 19 of 19) sorted by relevance

/dports/devel/ticcutils/ticcutils-0.28/src/
H A DTar.cxx64 int res = tar_open( &tar_file, (char*)name.c_str(), 0, O_RDONLY, 0, TAR_GNU ); in open()
89 int stat = tar_open( &local_tar, (char*)tarname.c_str(), 0, O_RDONLY, 0, TAR_GNU ); in extract_file_names()
147 int stat = tar_open( &local_tar, (char*)tarname.c_str(), 0, O_RDONLY, 0, TAR_GNU ); in extract_file_names_match()
192 int stat = tar_open( &local_tar, (char*)tarname.c_str(), 0, O_RDONLY, 0, TAR_GNU ); in extract_ifstream()
244 stat = tar_open( &tar_file, (char*)tarname.c_str(), 0, O_RDONLY, 0, TAR_GNU ); in next_ifstream()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dateutil/zoneinfo/
H A Drebuild.py8 from dateutil.zoneinfo import tar_open, METADATA_FN, ZONEFILENAME
21 with tar_open(filename) as tf:
34 with tar_open(target, "w:%s" % format) as tf:
H A D__init__.py23 tar_open = TarFile.open
25 def tar_open(*args, **kwargs):
45 with tar_open(fileobj=zonefile_stream, mode='r') as tf:
/dports/devel/py-oslo.vmware/oslo.vmware-3.10.0/oslo_vmware/tests/
H A Dtest_image_transfer.py173 def test_get_vmdk_handle(self, get_vmdk_name_from_ovf, tar_open): argument
183 tar_open.return_value = tar
194 tar_open.assert_called_once_with(mode="r|", fileobj=ova_handle)
200 def test_get_vmdk_handle_with_invalid_ova(self, tar_open): argument
206 tar_open.return_value = tar
212 tar_open.assert_called_once_with(mode="r|", fileobj=ova_handle)
/dports/devel/libtar/libtar-1.2.11/
H A DChangeLog68 - if O_BINARY is defined (as on win32), set that bit in oflags in tar_open()
105 - added new tar_open() options to replace compile-time settings:
216 - added TAR **t argument to tar_open() instead of returning dynamic memory
218 tar_open() automatically sets O_EXCL as well
227 tar_open() by the caller
238 - fixed a bug in tar_open() where the result of open() was being
H A DChangeLog-1.0.x123 - use calloc() instead of malloc() in tar_open() to fix a bounds-checking
/dports/devel/libtar/libtar-1.2.11/libtar/
H A Dlibtar.c112 if (tar_open(&t, tarfile, in create()
167 if (tar_open(&t, tarfile, in list()
228 if (tar_open(&t, tarfile, in extract()
/dports/devel/libtar/libtar-1.2.11/lib/
H A Dhandle.c69 tar_open(TAR **t, char *pathname, tartype_t *type, in tar_open() function
H A Dlibtar.h107 int tar_open(TAR **t, char *pathname, tartype_t *type,
/dports/deskutils/pinot/pinot-1.20/Tokenize/filters/
H A DTarFilter.cc111 …(tar_open(&m_pHandle, const_cast<char*>(file_path.c_str()), NULL, O_RDONLY, 0, TAR_GNU|TAR_NOOVERW… in set_document_file()
/dports/devel/libtar/libtar-1.2.11/doc/
H A DMakefile.in108 ${INSTALL_DATA} ${srcdir}/tar_open.3 ${DESTDIR}${mandir}/man3
/dports/devel/epm/epm-4.5.1/
H A Depm.h302 extern tarf_t *tar_open(const char *filename, int compress);
H A Dtar.c461 tar_open(const char *filename, /* I - File to create */ in tar_open() function
H A Dportable.c284 if ((tarfile = tar_open(tarfilename, 1)) == NULL) in write_combined()
1343 if ((tarfile = tar_open(filename, CompressFiles)) == NULL) in write_distfiles()
1445 if ((tarfile = tar_open(filename, CompressFiles)) == NULL) in write_distfiles()
1549 if ((tarfile = tar_open(filename, CompressFiles)) == NULL) in write_distfiles()
1630 if ((tarfile = tar_open(filename, CompressFiles)) == NULL) in write_distfiles()
H A Ddeb.c92 if ((tarfile = tar_open(filename, 1)) == NULL) in make_deb()
H A Drpm.c286 if ((tarfile = tar_open(filename, 1)) == NULL) in make_rpm()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/basics/
H A Ddrumkit.cpp564 if ( tar_open( &tar_file, tar_path.data(), NULL, O_RDONLY, 0, TAR_GNU ) == -1 ) { in install()
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/epm/
H A Depm-3.7.patch421 - if ((tarfile = tar_open(filename, 1)) == NULL)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/epm/
H A Depm-3.7.patch421 - if ((tarfile = tar_open(filename, 1)) == NULL)