Searched refs:cur_charset (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c1698 const char *cur_charset; local
1701 cur_charset = default_iconv_charset("");
1703 cur_charset = default_iconv_charset(a->current_code);
1705 a->current_code = strdup(cur_charset);
1710 return (cur_charset);
1756 const char *cur_charset = get_current_charset(a); local
1759 /* NOTE: a check of cur_charset is unneeded but we need
1762 if (cur_charset != NULL &&
1770 return (get_sconv_object(a, oemcp, cur_charset,
1777 const char *cur_charset local
[all...]

Completed in 132 milliseconds