Searched refs:my_iconv (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | nls.c | 51 static size_t(*my_iconv)(iconv_t, const char **, size_t *, char **, size_t *); variable 94 my_iconv(nls_toloc, NULL, NULL, &p, &outlen); in nls_str_toloc() 95 my_iconv(nls_toloc, &src, &inlen, &p, &outlen); in nls_str_toloc() 112 my_iconv(nls_toext, NULL, NULL, &p, &outlen); in nls_str_toext() 113 my_iconv(nls_toext, &src, &inlen, &p, &outlen); in nls_str_toext() 134 my_iconv(nls_toloc, NULL, NULL, &p, &outlen); in nls_mem_toloc() 135 my_iconv(nls_toloc, &s, &inlen, &p, &outlen); in nls_mem_toloc() 153 my_iconv(nls_toext, NULL, NULL, &p, &outlen); in nls_mem_toext() 154 my_iconv(nls_toext, &s, &inlen, &p, &outlen); in nls_mem_toext()
|