Home
last modified time | relevance | path

Searched refs:local_to_utf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h219 char *local_to_utf(const sasl_utils_t *utils, const char *s);
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c327 utf8_buf = local_to_utf(utils, *error_buf); in sasl_seterror()
H A Dcommon.c1199 s_utf8 = local_to_utf(NULL, s_locale); in sasl_errstring()
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c899 buf = local_to_utf(utils, s_locale);
934 local_to_utf(const sasl_utils_t *utils, const char *s) function