Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.c137 static const char utf8_replacement_char[] = {0xef, 0xbf, 0xbd}; variable
2064 rbytes = sizeof(utf8_replacement_char); in iconv_strncat_in_locale()
2080 memcpy(outp, utf8_replacement_char, sizeof(utf8_replacement_char)); in iconv_strncat_in_locale()
2255 if (archive_string_append(as, utf8_replacement_char, sizeof(utf8_replacement_char)) == NULL) { in best_effort_strncat_in_locale()