Searched refs:nls_toext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnls.c56 static iconv_t nls_toext, nls_toloc; variable
109 if (nls_toext == (iconv_t)0)
112 my_iconv(nls_toext, NULL, NULL, &p, &outlen);
113 my_iconv(nls_toext, &src, &inlen, &p, &outlen);
149 if (!iconv_loaded || nls_toext == (iconv_t)0)
153 my_iconv(nls_toext, NULL, NULL, &p, &outlen);
154 my_iconv(nls_toext, &s, &inlen, &p, &outlen);

Completed in 59 milliseconds