Searched refs:archive_strncat (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_version_details.c85 archive_strncat(&str, p, sep - p);
H A Darchive_read_support_format_zip.c3782 archive_strncat(&(zip_entry->rsrcname),
3785 archive_strncat(&(zip_entry->rsrcname),
H A Darchive_read_support_format_tar.c1529 archive_strncat(as, header->name, sizeof(header->name));
H A Darchive_read_disk_posix.c2154 archive_strncat(&t->path, name, name_length);
H A Darchive_write_set_format_xar.c2339 archive_strncat(&as, p, fn - p + l);
H A Darchive_write_set_format_mtree.c343 archive_strncat(s, start, str - start);
349 archive_strncat(s, buf, 4);
354 archive_strncat(s, start, str - start);
386 archive_strncat(&mtree->buf, s, r - s);
388 archive_strncat(&mtree->buf, " \\\n", 3);
405 archive_strncat(&mtree->buf, s, x - s);
406 archive_strncat(&mtree->buf, " \\\n", 3);
421 archive_strncat(&mtree->buf, s, x - s);
422 archive_strncat(&mtree->buf, " \\\n", 3);
1074 archive_strncat(
[all...]
H A Darchive_write_set_format_iso9660.c5632 archive_strncat(&as, p, fn - p + l);
H A Darchive_string.h156 archive_strncat(struct archive_string *, const void *, size_t);
176 ((as)->length=0, archive_strncat((as), (p), (l)))
H A Darchive_string.c338 archive_strncat(struct archive_string *as, const void *_p, size_t n) function
384 return archive_strncat(as, p, 0x1000000);
H A Darchive_read_support_format_xar.c2650 archive_strncat(as, (const char *)buff, len);
2656 archive_strncat(as, (const char *)buff, len);
2711 archive_strncat(&(xar->file->pathname), s, len);
H A Darchive_write_set_format_warc.c210 archive_strncat(&hdr, warcinfo, sizeof(warcinfo) -1);
213 archive_strncat(&hdr, "\r\n\r\n", 4);
361 archive_strncat(as, strtime, len);
439 archive_strncat(tgt, "\r\n", 2);
H A Darchive_write_set_format_shar.c85 archive_strncat(buf, str, len);
H A Darchive_read_support_format_iso9660.c2457 archive_strncat(&file->name,
2463 archive_strncat(&file->name,
2603 archive_strncat(&file->symlink,
2609 archive_strncat(&file->symlink,
H A Darchive_match.c662 archive_strncat(&as, s, length);
668 archive_strncat(&as, s, length);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c133 assert(&s == archive_strncat(&s, "snafu", 5));
137 assert(&s == archive_strncat(&s, "barbazqux", 3));
141 assert(&s == archive_strncat(&s, "snafu", 8));

Completed in 182 milliseconds