Home
last modified time | relevance | path

Searched refs:archive_string_ensure (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c698 if (NULL == archive_string_ensure(as, in archive_string_append_from_wcs_in_codepage()
753 if (NULL == archive_string_ensure(as, in archive_string_append_from_wcs_in_codepage()
811 if (archive_string_ensure(as, in archive_string_append_from_wcs()
2078 archive_string_ensure(as, bs)) in iconv_strncat_in_locale()
2105 if (NULL == archive_string_ensure(as, bs)) in iconv_strncat_in_locale()
2775 if (archive_string_ensure(as, in archive_string_append_unicode()
2849 if (archive_string_ensure(as, \
3446 if (archive_string_ensure(as, in strncat_from_utf8_libarchive2()
3581 if (archive_string_ensure(as, ll +1) == NULL) in win_strncat_from_utf16()
3628 if (archive_string_ensure(as16, in win_strncat_to_utf16()
[all …]
H A Darchive_string_sprintf.c99 if (archive_string_ensure(as, 64) == NULL) in archive_string_vsprintf()
H A Darchive_string.h143 archive_string_ensure(struct archive_string *, size_t);
H A Darchive_write_set_format_shar.c350 if (archive_string_ensure(&shar->work, ensured + 3) == NULL) { in archive_write_shar_data_sed()
417 if (archive_string_ensure(&shar->work, alloc_len) == NULL) { in _uuencode_line()
H A Darchive_write_add_filter_b64encode.c162 if (archive_string_ensure(&state->encoded_buff, bs + 512) == NULL) { in archive_filter_b64encode_open()
H A Darchive_write_add_filter_uuencode.c151 if (archive_string_ensure(&state->encoded_buff, bs + 512) == NULL) { in archive_filter_uuencode_open()
H A Darchive_write_add_filter_program.c113 if (archive_string_ensure(&data->description, in archive_write_add_filter_program()
H A Darchive_read_support_filter_program.c404 archive_string_ensure(&state->description, l) == NULL) { in __archive_read_program()
H A Darchive_write_set_format_v7tar.c291 if (archive_string_ensure(&as, in archive_write_v7tar_header()
H A Darchive_write_set_format_ustar.c313 if (archive_string_ensure(&as, in archive_write_ustar_header()
H A Darchive_write_set_format_gnutar.c346 if (archive_string_ensure(&as, in archive_write_gnutar_header()
H A Darchive_read_disk_posix.c2170 archive_string_ensure(&t->path, size_needed); in tree_append()
2190 archive_string_ensure(&t->path, 31); in tree_open()
H A Darchive_read_support_format_tar.c1147 if (archive_string_ensure(as, (size_t)size+1) == NULL) { in read_body_to_string()
2799 if (archive_string_ensure(&tar->line, total_size + bytes_read) == NULL) { in readline()
H A Darchive_write_set_format_xar.c374 archive_string_ensure(&(xar->cur_dirstr), 1); in archive_write_set_format_xar()
2375 archive_string_ensure(&(xar->cur_dirstr), in file_tree()
H A Darchive_write_set_format_pax.c705 if (archive_string_ensure(&as, in archive_write_pax_header()
H A Darchive_read_support_format_mtree.c2118 if (archive_string_ensure(&mtree->line, in readline()
H A Darchive_write_set_format_iso9660.c1170 archive_string_ensure(&(iso9660->cur_dirstr), 1); in archive_write_set_format_iso9660()
4069 if (archive_string_ensure(&info, info_size) == NULL) { in write_information_block()
4804 if (archive_string_ensure(&(file->basename_utf16), in isofile_gen_utility_names()
5669 archive_string_ensure(&(iso9660->cur_dirstr), in isoent_tree()
H A Darchive_write_set_format_mtree.c2133 archive_string_ensure(&(mtree->cur_dirstr), in mtree_entry_tree_add()
H A Darchive_write_disk_posix.c2007 if (archive_string_ensure(&a->path_safe, 512) == NULL) { in archive_write_disk_new()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c57 assert(&s == archive_string_ensure(&s, 5)); in test_archive_string_ensure()
61 assert(&s == archive_string_ensure(&s, EXTENT - 1)); in test_archive_string_ensure()
64 assert(&s == archive_string_ensure(&s, EXTENT)); in test_archive_string_ensure()
67 assert(&s == archive_string_ensure(&s, EXTENT + 1)); in test_archive_string_ensure()