Searched refs:my_iconv (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/smbfs/lib/smb/ |
| HD | nls.c | 57 static size_t(*my_iconv)(iconv_t, char **, size_t *, char **, size_t *); variable 102 my_iconv = dlsym(iconv_lib, "iconv"); in nls_setrecode() 137 my_iconv(nls_toloc, NULL, NULL, &p, &outlen); in nls_str_toloc() 138 while (my_iconv(nls_toloc, &src, &inlen, &p, &outlen) == -1) { in nls_str_toloc() 159 my_iconv(nls_toext, NULL, NULL, &p, &outlen); in nls_str_toext() 160 while (my_iconv(nls_toext, &src, &inlen, &p, &outlen) == -1) { in nls_str_toext() 185 my_iconv(nls_toloc, NULL, NULL, &p, &outlen); in nls_mem_toloc() 186 while (my_iconv(nls_toloc, &s, &inlen, &p, &outlen) == -1) { in nls_mem_toloc() 208 my_iconv(nls_toext, NULL, NULL, &p, &outlen); in nls_mem_toext() 209 while (my_iconv(nls_toext, &s, &inlen, &p, &outlen) == -1) { in nls_mem_toext()
|
| /dragonfly/lib/libkiconv/ |
| HD | xlat16_iconv.c | 64 #define my_iconv iconv macro 326 ret = my_iconv(cd, (char **)&sp, ilen, (char **)&dp, olen); in my_iconv_char() 349 if ((my_iconv(cd, (char **)&sp, &ir, (char **)&dp, &or)) != in my_iconv_char() 404 if ((my_iconv(cd,(char **)&sp, &ir, (char **)&dp, &or)) != in my_iconv_char()
|