Searched defs:charset_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c637 static int charset_type = 0; variable
7258 if (charset_type == -1) { /* iconv_open failed in earlier try */
7263 } else if (charset_type == 0) { /* iconv_open has not yet been done */
7268 charset_type = 1;
7270 charset_type = 3;
7274 charset_type = 2;
7285 charset_type = -1;
7292 if (charset_type == 1 || charset_type == 3) {
7299 if (charset_type
[all...]

Completed in 90 milliseconds