Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnls.c51 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()