Searched refs:nls_toext (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
82 if (nls_toext)
83 iconv_close(nls_toext);
86 nls_toext = nls_toloc = (iconv_t)0;
90 nls_toext = icd;
93 iconv_close(nls_toext);
94 nls_toext = (iconv_t)0;
134 if (nls_toext == (iconv_t)0)
137 iconv(nls_toext, NULL, NULL, &p, &outlen);
138 while (iconv(nls_toext,
[all...]

Completed in 98 milliseconds