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

/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Dnls.c57 static iconv_t nls_toext, nls_toloc; variable
84 if (nls_toloc)
85 iconv_close(nls_toloc);
86 nls_toext = nls_toloc = (iconv_t)0;
97 nls_toloc = icd;
111 if (nls_toloc == (iconv_t)0)
114 iconv(nls_toloc, NULL, NULL, &p, &outlen);
115 while (iconv(nls_toloc, &src, &inlen, &p, &outlen) == -1) {
161 if (nls_toloc == (iconv_t)0)
164 iconv(nls_toloc, NUL
[all...]

Completed in 113 milliseconds