Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c638 static int charset_type = 0; variable
7269 charset_type = 1; in utf8_local()
7271 charset_type = 3; in utf8_local()
7275 charset_type = 2; in utf8_local()
7286 charset_type = -1; in utf8_local()
7293 if (charset_type == 1 || charset_type == 3) { in utf8_local()
7300 if (charset_type == 3) in utf8_local()
7377 charset_type = 1; in gen_utf8_names()
7379 charset_type = 3; in gen_utf8_names()
7383 charset_type = 2; in gen_utf8_names()
[all …]