Searched refs:fromcode (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/lib/libkiconv/ |
| HD | xlat16_iconv.c | 69 kiconv_add_xlat16_cspair(const char *tocode, const char *fromcode, int flag) in kiconv_add_xlat16_cspair() argument 80 strcmp(unicode, fromcode) != 0 && in kiconv_add_xlat16_cspair() 82 error = kiconv_add_xlat16_cspair(unicode, fromcode, flag); in kiconv_add_xlat16_cspair() 89 if (kiconv_lookupcs(tocode, fromcode) == 0) in kiconv_add_xlat16_cspair() 93 xt = kiconv_xlat16_open(fromcode, fromcode, flag); in kiconv_add_xlat16_cspair() 95 xt = kiconv_xlat16_open(tocode, fromcode, flag); in kiconv_add_xlat16_cspair() 111 error = kiconv_add_xlat16_table(tocode, fromcode, data, in kiconv_add_xlat16_cspair() 144 kiconv_xlat16_open(const char *tocode, const char *fromcode, int lcase) in kiconv_xlat16_open() argument 166 cd = my_iconv_open(search_quirk(tocode, fromcode, &pre_q_list, &pre_q_size), in kiconv_xlat16_open() 167 search_quirk(fromcode, tocode, &post_q_list, &post_q_size)); in kiconv_xlat16_open() [all …]
|
| HD | kiconv_sysctl.c | 65 kiconv_lookupcs(const char *tocode, const char *fromcode) in kiconv_lookupcs() argument 82 strcmp(csip->cs_from, fromcode) == 0) { in kiconv_lookupcs()
|
| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | iconv.h | 520 (const char *tocode, const char *fromcode) 523 (const char *tocode, const char *fromcode)); 526 (const char *tocode, const char *fromcode));
|
| /dragonfly/sys/sys/ |
| HD | iconv.h | 99 int kiconv_lookupcs(const char *tocode, const char *fromcode);
|