Searched refs:archive_read_data_into_fd (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_data_into_fd.c27 __FBSDID("$FreeBSD: src/lib/libarchive/archive_read_data_into_fd.c,v 1.16 2008/05/23 05:01:29 cperciva Exp $");
49 archive_read_data_into_fd(struct archive *a, int fd) function
58 __archive_check_magic(a, ARCHIVE_READ_MAGIC, ARCHIVE_STATE_DATA, "archive_read_data_into_fd");
H A Darchive.h415 __LA_DECL int archive_read_data_into_fd(struct archive *, int fd);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_large.c84 assertA(0 == archive_read_data_into_fd(a, tmpfilefd));
H A Dtest_read_data_large.c32 * this and also exercises archive_read_data_into_fd() (which
99 /* Check archive_read_data_into_fd */
111 assertEqualIntA(a, 0, archive_read_data_into_fd(a, tmpfilefd));
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/lib/libarchive/
H A DMakefile21 archive_read_data_into_fd.c \
172 MLINKS+= archive_read.3 archive_read_data_into_fd.3
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/
H A Dread.c303 r = archive_read_data_into_fd(a, 1);

Completed in 173 milliseconds