Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.c120 struct archive_string utftmp; member
1148 archive_string_init(&sc->utftmp); in create_sconv_object()
1317 archive_string_free(&sc->utftmp); in free_sconv_object()
2004 sc->utftmp.length = 0; in archive_strncat_l()
2005 r2 = sc->converter[0](&(sc->utftmp), s, length, sc); in archive_strncat_l()
2010 s = sc->utftmp.s; in archive_strncat_l()
2011 length = sc->utftmp.length; in archive_strncat_l()