Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.c121 struct archive_string utftmp; member
1147 archive_string_init(&sc->utftmp); in create_sconv_object()
1316 archive_string_free(&sc->utftmp); in free_sconv_object()
1999 sc->utftmp.length = 0; in archive_strncat_l()
2000 r2 = sc->converter[0](&(sc->utftmp), s, length, sc); in archive_strncat_l()
2005 s = sc->utftmp.s; in archive_strncat_l()
2006 length = sc->utftmp.length; in archive_strncat_l()