Home
last modified time | relevance | path

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