Home
last modified time | relevance | path

Searched refs:archive_strcpy (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_b64encode.c96 archive_strcpy(&state->name, "-"); in archive_write_add_filter_b64encode()
134 archive_strcpy(&state->name, value); in archive_filter_b64encode_options()
H A Darchive_write_add_filter_uuencode.c85 archive_strcpy(&state->name, "-"); in archive_write_add_filter_uuencode()
123 archive_strcpy(&state->name, value); in archive_filter_uuencode_options()
H A Darchive_util.c409 archive_strcpy(temppath, tmp); in get_tempdir()
432 archive_strcpy(&temp_name, tmpdir); in __archive_mktemp()
493 archive_strcpy(&temp_name, tmpdir); in __archive_mktempx()
H A Darchive_write_set_format_mtree.c801 archive_strcpy(&me->symlink, s); in mtree_entry_new()
808 archive_strcpy(&me->uname, s); in mtree_entry_new()
810 archive_strcpy(&me->gname, s); in mtree_entry_new()
812 archive_strcpy(&me->fflags_text, s); in mtree_entry_new()
1718 archive_strcpy(&file->pathname, archive_entry_pathname(entry)); in mtree_entry_setup_filenames()
1748 archive_strcpy(&file->basename, "."); in mtree_entry_setup_filenames()
1752 archive_strcpy(&(file->parentdir), pathname); in mtree_entry_setup_filenames()
1842 archive_strcpy(&as, "./"); in mtree_entry_setup_filenames()
1872 archive_strcpy(&(file->basename), slash + 1); in mtree_entry_setup_filenames()
H A Darchive_write_add_filter_lrzip.c138 archive_strcpy(&as, "lrzip -q"); in archive_write_lrzip_open()
H A Darchive_string.h167 #define archive_strcpy(as,p) \ macro
H A Darchive_write_add_filter_bzip2.c360 archive_strcpy(&as, "bzip2"); in archive_compressor_bzip2_open()
H A Darchive_write_add_filter_program.c117 archive_strcpy(&data->description, prefix); in archive_write_add_filter_program()
H A Darchive_read_support_format_tar.c1958 archive_strcpy(&(tar->entry_pathname_override), value); in pax_attribute()
2072 archive_strcpy(&(tar->entry_gname), value); in pax_attribute()
2087 archive_strcpy(&(tar->entry_linkpath), value); in pax_attribute()
2098 archive_strcpy(&(tar->entry_pathname), value); in pax_attribute()
2130 archive_strcpy(&(tar->entry_uname), value); in pax_attribute()
H A Darchive_write_add_filter_gzip.c405 archive_strcpy(&as, "gzip"); in archive_compressor_gzip_open()
H A Darchive_write_set_format_warc.c375 archive_strcpy(tgt, _ver); in _popul_ehdr()
H A Darchive_write_add_filter_zstd.c367 archive_strcpy(&as, "zstd --no-check"); in archive_compressor_zstd_open()
H A Darchive_read_support_filter_program.c415 archive_strcpy(&state->description, prefix); in __archive_read_program()
H A Darchive_write_add_filter_lzop.c449 archive_strcpy(&as, "lzop"); in archive_write_lzop_open()
H A Darchive_write_set_format_pax.c375 archive_strcpy(&s, "LIBARCHIVE.xattr."); in archive_write_pax_header_xattr()
384 archive_strcpy(&s, "SCHILY.xattr."); in archive_write_pax_header_xattr()
1029 archive_strcpy(&entry_name, archive_entry_pathname(entry_main)); in archive_write_pax_header()
H A Darchive_write_add_filter_lz4.c648 archive_strcpy(&as, "lz4 -z -q -q"); in archive_filter_lz4_open()
H A Darchive_write_set_format_iso9660.c1096 archive_strcpy(&(iso9660->volume_identifier), "CDROM"); in archive_write_set_format_iso9660()
1100 archive_strcpy(&(iso9660->application_identifier), in archive_write_set_format_iso9660()
1112 archive_strcpy(&(iso9660->el_torito.catalog_filename), in archive_write_set_format_iso9660()
1200 archive_strcpy(s, value); in get_str_opt()
1291 archive_strcpy( in iso9660_options()
4822 archive_strcpy(&(file->parentdir), pathname); in isofile_gen_utility_names()
4935 archive_strcpy(&(file->symlink), pathname); in isofile_gen_utility_names()
4989 archive_strcpy(&(file->basename), slash + 1); in isofile_gen_utility_names()
H A Darchive_read_disk_entry_from_file.c367 archive_strcpy(&tempfile, tempdir); in setup_mac_metadata()
H A Darchive_write_disk_posix.c605 archive_strcpy(&(a->_name_data), archive_entry_pathname(a->entry)); in _archive_write_disk_header()
4262 archive_strcpy(&tmpdatafork, "tar.md.XXXXXX"); in create_tempdatafork()
4342 archive_strcpy(&tmp, pathname); in set_mac_metadata()
H A Darchive_write_set_format_xar.c1241 archive_strcpy(&linkto, "original"); in make_file_entry()
2227 archive_strcpy(&(file->basename), slash + 1); in file_gen_utility_names()
H A Darchive_read_support_format_mtree.c1628 archive_strcpy(&mtree->contents_name, val); in parse_keyword()
H A Darchive_read_disk_posix.c2123 archive_strcpy(&te->name, path); in tree_push()
H A Darchive_read_support_format_iso9660.c1378 archive_strcpy( in archive_read_format_iso9660_read_header()
H A Darchive_read_support_format_xar.c1927 archive_strcpy(&(tag->name), name); in unknowntag_start()
H A Darchive_string.c4213 archive_strcpy(&(aes->aes_utf8), utf8); in archive_mstring_update_utf8()

12