Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/iconv_modules/common/
H A DMakefile.com26 SRCS = 646%CODESET.c
28 ALL_SOS = 646%CODESET.so
30 LINK_TARGETS = 646%CODESET.so
37 $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%5601.so
38 $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%BIG5.so
39 $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%cns11643.so
40 $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%eucJP.so
41 $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%gb2312.so
42 $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%GBK.so
43 $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%PCK.so
[all …]
/titanic_50/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c48 { CODESET, "646" },
78 { CODESET, "UTF-8" },
108 { CODESET, "ISO8859-15" },
138 { CODESET, "UTF-8" },
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library-iconv-extra.mf35 file path=usr/lib/iconv/$(ARCH64)/646%CODESET.so
101 file path=usr/lib/iconv/646%CODESET.so
173 link path=usr/lib/iconv/$(ARCH64)/646%5601.so target=./646%CODESET.so
174 link path=usr/lib/iconv/$(ARCH64)/646%BIG5.so target=./646%CODESET.so
175 link path=usr/lib/iconv/$(ARCH64)/646%GBK.so target=./646%CODESET.so
176 link path=usr/lib/iconv/$(ARCH64)/646%PCK.so target=./646%CODESET.so
177 link path=usr/lib/iconv/$(ARCH64)/646%SJIS.so target=./646%CODESET.so
178 link path=usr/lib/iconv/$(ARCH64)/646%cns11643.so target=./646%CODESET.so
179 link path=usr/lib/iconv/$(ARCH64)/646%eucJP.so target=./646%CODESET.so
180 link path=usr/lib/iconv/$(ARCH64)/646%gb2312.so target=./646%CODESET.so
[all …]
/titanic_50/usr/src/head/
H A Dlanginfo.h129 #define CODESET 49 /* codeset name */ macro
/titanic_50/usr/src/cmd/ldap/common/
H A Dconvutf8.c164 if ((to_code = nl_langinfo(CODESET)) == NULL) in ldaptool_UTF82local()
175 if ((from_code = nl_langinfo(CODESET)) == NULL) in ldaptool_local2UTF8()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c57 case CODESET: in nl_langinfo_l()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dg11n.c223 curr = nl_langinfo(CODESET); in g11n_setlocale()
701 codeset = nl_langinfo(CODESET); in g11n_convert_from_utf8()
737 codeset = nl_langinfo(CODESET); in g11n_convert_to_utf8()
/titanic_50/usr/src/cmd/locale/
H A Dlocale.c240 _locdef.charmap = strdup(nl_langinfo(CODESET)); in localeldconv()
241 _locdef.code_set_name = strdup(nl_langinfo(CODESET)); in localeldconv()
/titanic_50/usr/src/cmd/ptools/pargs/
H A Dpargs.c904 mycharset = safe_strdup(nl_langinfo(CODESET)); in setup_conversions()
940 targetcharset = safe_strdup(nl_langinfo(CODESET)); in setup_conversions()
/titanic_50/usr/src/cmd/troff/
H A Dn9.c568 codeset = nl_langinfo(CODESET); in localize()
/titanic_50/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c232 codeset = nl_langinfo(CODESET); in get_codeset()
/titanic_50/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c937 const char *code_set = nl_langinfo(CODESET);
/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c134 curlocale = nl_langinfo(CODESET); in conv_to_utf8()
188 curlocale = nl_langinfo(CODESET); in conv_from_utf8()
/titanic_50/usr/src/cmd/tar/
H A Dtar.c7263 nl_target = nl_langinfo(CODESET); in utf8_local()
7371 nl_target = nl_langinfo(CODESET); in gen_utf8_names()