Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7266 char *nl_target; in utf8_local() local
7278 nl_target = nl_langinfo(CODESET); in utf8_local()
7279 if (strlen(nl_target) == 0) /* locale using 7-bit codeset */ in utf8_local()
7280 nl_target = "646"; in utf8_local()
7281 if (strcmp(nl_target, "646") == 0) in utf8_local()
7283 else if (strcmp(nl_target, "UTF-8") == 0) in utf8_local()
7286 if (strncmp(nl_target, "ISO", 3) == 0) in utf8_local()
7287 nl_target += 3; in utf8_local()
7290 if ((iconv_cd = iconv_open(nl_target, "UTF-8")) == in utf8_local()
7373 char *nl_target; in gen_utf8_names() local
[all …]