Searched refs:to_charset (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c84 char *to_charset; member in struct:archive_string_conv
87 /* Set 1 if from_charset and to_charset are the same. */
876 strcmp(sc->to_charset, tc) == 0)
1141 sc->to_charset = strdup(tc);
1142 if (sc->to_charset == NULL) {
1315 free(sc->to_charset);
1835 return (sc->to_charset);

Completed in 175 milliseconds