Searched refs:__archive_errx (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry.c | 406 __archive_errx(1, "No memory"); in archive_entry_fflags_text() 421 __archive_errx(1, "No memory"); in archive_entry_fflags_text() 444 __archive_errx(1, "No memory"); in archive_entry_gname() 455 __archive_errx(1, "No memory"); in archive_entry_gname_utf8() 467 __archive_errx(1, "No memory"); in archive_entry_gname_w() 497 __archive_errx(1, "No memory"); in archive_entry_hardlink() 511 __archive_errx(1, "No memory"); in archive_entry_hardlink_utf8() 525 __archive_errx(1, "No memory"); in archive_entry_hardlink_w() 617 __archive_errx(1, "No memory"); in archive_entry_pathname() 629 __archive_errx(1, "No memory"); in archive_entry_pathname_utf8() [all …]
|
H A D | archive_string_sprintf.c | 100 __archive_errx(1, "Out of memory"); in archive_string_vsprintf() 152 __archive_errx(1, "Out of memory"); in archive_string_vsprintf() 168 __archive_errx(1, "Out of memory"); in archive_string_vsprintf()
|
H A D | archive_entry_xattr.c | 94 __archive_errx(1, "Out of memory"); in archive_entry_xattr_add_entry() 97 __archive_errx(1, "Out of memory"); in archive_entry_xattr_add_entry()
|
H A D | archive_private.h | 158 __LA_NORETURN void __archive_errx(int retvalue, const char *msg);
|
H A D | archive_string.c | 236 __archive_errx(1, "Out of memory"); in archive_string_concat() 244 __archive_errx(1, "Out of memory"); in archive_wstring_concat() 352 __archive_errx(1, "Out of memory"); in archive_strncat() 370 __archive_errx(1, "Out of memory"); in archive_wstrncat() 397 __archive_errx(1, "Out of memory"); in archive_strappend_char() 405 __archive_errx(1, "Out of memory"); in archive_wstrappend_wchar() 904 __archive_errx(1, "Programming error"); in add_converter() 2261 __archive_errx(1, "Out of memory"); in best_effort_strncat_in_locale()
|
H A D | archive_acl.c | 699 __archive_errx(1, "No memory"); in archive_acl_to_text_w() 759 __archive_errx(1, "Buffer overrun"); in archive_acl_to_text_w() 932 __archive_errx(1, "No memory"); in archive_acl_to_text_l() 994 __archive_errx(1, "Buffer overrun"); in archive_acl_to_text_l()
|
H A D | archive_util.c | 204 __archive_errx(int retvalue, const char *msg) in __archive_errx() function
|
H A D | archive_read.c | 174 __archive_errx(1, "Negative skip requested."); in client_skip_proxy()
|
H A D | archive_read_disk_posix.c | 2129 __archive_errx(1, "Out of memory"); in tree_push()
|