Searched refs:nls_toext (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | nls.c | 56 static iconv_t nls_toext, nls_toloc; variable 109 if (nls_toext == (iconv_t)0) in nls_str_toext() 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() 149 if (!iconv_loaded || nls_toext == (iconv_t)0) in nls_mem_toext() 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()
|