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.c329 utf8_buf = local_to_utf(utils, *error_buf);
H A Dcommon.c1199 s_utf8 = local_to_utf(NULL, s_locale);
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c900 buf = local_to_utf(utils, s_locale);
923 * local_to_utf converts a string in the current codeset to utf-8.
926 * that is allocated by local_to_utf.
928 * If utils is NULL, local_to_utf will use the standard memory allocation
932 * local_to_utf will return NULL in the case of any error
935 local_to_utf(const sasl_utils_t *utils, const char *s) function

Completed in 127 milliseconds