Symbol: CODESET
usr/src/cmd/dfs.cmds/sharemgr/commands.c
139
curlocale = nl_langinfo(CODESET);
usr/src/cmd/dfs.cmds/sharemgr/commands.c
193
curlocale = nl_langinfo(CODESET);
usr/src/cmd/iconv/iconv_main.c
115
from_cs = nl_langinfo(CODESET);
usr/src/cmd/iconv/iconv_main.c
117
to_cs = nl_langinfo(CODESET);
usr/src/cmd/ldap/common/convutf8.c
164
if ((to_code = nl_langinfo(CODESET)) == NULL)
usr/src/cmd/ldap/common/convutf8.c
175
if ((from_code = nl_langinfo(CODESET)) == NULL)
usr/src/cmd/locale/locale.c
238
_locdef.charmap = strdup(nl_langinfo(CODESET));
usr/src/cmd/locale/locale.c
239
_locdef.code_set_name = strdup(nl_langinfo(CODESET));
usr/src/cmd/mandoc/term_ascii.c
112
strcmp(nl_langinfo(CODESET), "UTF-8") != 0)
usr/src/cmd/ptools/pargs/pargs.c
927
mycharset = safe_strdup(nl_langinfo(CODESET));
usr/src/cmd/ptools/pargs/pargs.c
963
targetcharset = safe_strdup(nl_langinfo(CODESET));
usr/src/cmd/ptools/ptree/ptree.c
736
codeset = nl_langinfo(CODESET);
usr/src/cmd/tar/tar.c
7278
nl_target = nl_langinfo(CODESET);
usr/src/cmd/tar/tar.c
7386
nl_target = nl_langinfo(CODESET);
usr/src/cmd/troff/n9.c
567
codeset = nl_langinfo(CODESET);
usr/src/lib/libc/port/i18n/gettext_util.c
232
codeset = nl_langinfo(CODESET);
usr/src/lib/libc/port/locale/nl_langinfo.c
57
case CODESET:
usr/src/lib/libdemangle/common/rust.c
370
codeset = nl_langinfo(CODESET);
usr/src/lib/libsasl/plugin/plugin_common.c
936
const char *code_set = nl_langinfo(CODESET);
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
108
{ CODESET, "ISO8859-15" },
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
138
{ CODESET, "UTF-8" },
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
48
{ CODESET, "646" },
usr/src/test/libc-tests/tests/nl_langinfo/nl_langinfo_test.c
78
{ CODESET, "UTF-8" },