Searched refs:from_charset (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c83 char *from_charset; member in struct:archive_string_conv
87 /* Set 1 if from_charset and to_charset are the same. */
875 if (strcmp(sc->from_charset, fc) == 0 &&
1136 sc->from_charset = strdup(fc);
1137 if (sc->from_charset == NULL) {
1143 free(sc->from_charset);
1314 free(sc->from_charset);
1837 return (sc->from_charset);

Completed in 148 milliseconds