Searched refs:tocode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/lib/libkiconv/ |
| H A D | xlat16_iconv.c | 79 kiconv_add_xlat16_cspair(const char *tocode, const char *fromcode, int flag) in kiconv_add_xlat16_cspair() argument 89 strcmp(unicode, tocode) != 0 && in kiconv_add_xlat16_cspair() 95 error = kiconv_add_xlat16_cspair(tocode, unicode, flag); in kiconv_add_xlat16_cspair() 99 if (kiconv_lookupcs(tocode, fromcode) == 0) in kiconv_add_xlat16_cspair() 105 xt = kiconv_xlat16_open(tocode, fromcode, flag); in kiconv_add_xlat16_cspair() 121 error = kiconv_add_xlat16_table(tocode, fromcode, data, in kiconv_add_xlat16_cspair() 154 kiconv_xlat16_open(const char *tocode, const char *fromcode, int lcase) in kiconv_xlat16_open() argument 176 cd = my_iconv_open(search_quirk(tocode, fromcode, &pre_q_list, &pre_q_size), in kiconv_xlat16_open() 177 search_quirk(fromcode, tocode, &post_q_list, &post_q_size)); in kiconv_xlat16_open() 451 kiconv_add_xlat16_cspair(const char *tocode __unused, const char *fromcode __unused, in kiconv_add_xlat16_cspair() [all …]
|
| H A D | kiconv_sysctl.c | 67 kiconv_lookupcs(const char *tocode, const char *fromcode) in kiconv_lookupcs() argument 83 if (strcmp(csip->cs_to, tocode) == 0 && in kiconv_lookupcs()
|
| /freebsd-12.1/tools/test/iconv/tablegen/ |
| H A D | tablegen.c | 202 char *tocode; in main() local 240 asprintf(&tocode, "%s%s%s", argv[1], tflag ? "//TRASNLIT" : "", in main() 243 if ((cd = iconv_open(tocode, argv[0])) == (iconv_t)-1) in main() 251 asprintf(&tocode, "%s%s%s", argv[0], tflag ? "//TRANSLIT" : "", in main() 254 if ((cd = iconv_open(tocode, "UTF-32LE")) == (iconv_t)-1) in main()
|
| /freebsd-12.1/bin/csh/ |
| H A D | iconv_stub.c | 53 dl_iconv_open(const char *tocode, const char *fromcode) in dl_iconv_open() argument 74 return iconv_open(tocode, fromcode); in dl_iconv_open()
|
| /freebsd-12.1/sys/sys/ |
| H A D | iconv.h | 98 int kiconv_lookupcs(const char *tocode, const char *fromcode);
|