Searched refs:nls_toloc (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
91 if (nls_toloc == (iconv_t)0)
94 my_iconv(nls_toloc, NULL, NULL, &p, &outlen);
95 my_iconv(nls_toloc, &src, &inlen, &p, &outlen);
131 if (nls_toloc == (iconv_t)0)
134 my_iconv(nls_toloc, NULL, NULL, &p, &outlen);
135 my_iconv(nls_toloc, &s, &inlen, &p, &outlen);

Completed in 55 milliseconds