Searched refs:in_entry (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/doc/
H A DChangeLog.awk12 in_entry = 0
19 if (in_entry == 1) print " </entry>"
26 if (in_entry == 1) print " </entry>"
29 in_entry = 0
33 in_entry = 1
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dwrite.c597 struct archive_entry *in_entry; local
600 while (0 == archive_read_next_header(ina, &in_entry)) {
601 if (!new_enough(bsdtar, archive_entry_pathname(in_entry),
602 archive_entry_stat(in_entry)))
604 if (lafe_excluded(bsdtar->matching, archive_entry_pathname(in_entry)))
607 !yes("copy '%s'", archive_entry_pathname(in_entry)))
611 archive_entry_pathname(in_entry));
613 report_write(bsdtar, a, in_entry, 0);
615 e = archive_write_header(a, in_entry);
619 archive_entry_pathname(in_entry),
[all...]

Completed in 152 milliseconds