Searched refs:archive_string_append (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_string.c | 203 archive_string_append(struct archive_string *as, const char *p, size_t s) in archive_string_append() function 229 return archive_string_append(as, p, s); in archive_array_append() 235 if (archive_string_append(dest, src->s, src->length) == NULL) in archive_string_concat() 351 if ((as = archive_string_append(as, p, s)) == NULL) in archive_strncat() 396 if ((as = archive_string_append(as, &c, 1)) == NULL) in archive_strappend_char() 1996 if (archive_string_append(as, _p, length) == NULL) in archive_strncat_l() 2144 archive_string_append(as, s, length); in strncat_in_codepage() 2152 archive_string_append(as, s, length); in strncat_in_codepage() 2242 if (archive_string_append(as, _p, length) == NULL) in best_effort_strncat_in_locale() 2260 … if (archive_string_append(as, utf8_replacement_char, sizeof(utf8_replacement_char)) == NULL) { in best_effort_strncat_in_locale() [all …]
|