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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_string.h114 #define archive_strncat __archive_strncat macro
125 ((as)->length=0, archive_strncat((as), (p), (l)))
H A Darchive_write_set_format_mtree.c216 archive_strncat(s, start, str - start);
222 archive_strncat(s, buf, 4);
227 archive_strncat(s, start, str - start);
244 archive_strncat(&mtree->buf, s, r - s);
246 archive_strncat(&mtree->buf, " \\\n", 3);
262 archive_strncat(&mtree->buf, s, x - s);
263 archive_strncat(&mtree->buf, " \\\n", 3);
272 archive_strncat(&mtree->buf, s, x - s);
273 archive_strncat(&mtree->buf, " \\\n", 3);
H A Darchive_read_support_format_iso9660.c2270 archive_strncat(&file->name, (const char *)data + 1, data_length - 1);
2275 archive_strncat(&file->name, (const char *)data + 1, data_length - 1);
2417 archive_strncat(&file->symlink,
2423 archive_strncat(&file->symlink,
H A Darchive_write_set_format_shar.c84 archive_strncat(buf, str, len);
H A Darchive_read_support_format_xar.c2512 archive_strncat(as, (const char *)buff, len);
2518 archive_strncat(as, (const char *)buff, len);
2564 archive_strncat(&(xar->file->pathname), s, len);
H A Darchive_read_support_format_tar.c1157 archive_strncat(as, header->name, sizeof(header->name));

Completed in 159 milliseconds