HomeSort by: relevance | last modified time | path
    Searched defs:from_charset (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_string.c 82 char *from_charset; member in struct:archive_string_conv
86 /* Set 1 if from_charset and to_charset are the same. */
913 if (strcmp(sc->from_charset, fc) == 0 &&
1174 sc->from_charset = strdup(fc);
1175 if (sc->from_charset == NULL) {
1181 free(sc->from_charset);
1352 free(sc->from_charset);
1879 return (sc->from_charset);

Completed in 45 milliseconds