Home
last modified time | relevance | path

Searched refs:charset_type (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/tar/
H A Dtar.c637 static int charset_type = 0; variable
7257 if (charset_type == -1) { /* iconv_open failed in earlier try */ in utf8_local()
7262 } else if (charset_type == 0) { /* iconv_open has not yet been done */ in utf8_local()
7267 charset_type = 1; in utf8_local()
7269 charset_type = 3; in utf8_local()
7273 charset_type = 2; in utf8_local()
7284 charset_type = -1; in utf8_local()
7291 if (charset_type == 1 || charset_type == 3) { in utf8_local()
7298 if (charset_type == 3) in utf8_local()
7363 if (charset_type == -1) { /* Previous failure to open. */ in gen_utf8_names()
[all …]