Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/libarchive/
HDarchive_string.c114 struct archive_string utftmp; member
1127 archive_string_init(&sc->utftmp); in create_sconv_object()
1296 archive_string_free(&sc->utftmp); in free_sconv_object()
1975 sc->utftmp.length = 0; in archive_strncat_l()
1976 r2 = sc->converter[0](&(sc->utftmp), s, length, sc); in archive_strncat_l()
1981 s = sc->utftmp.s; in archive_strncat_l()
1982 length = sc->utftmp.length; in archive_strncat_l()