Searched defs:local_to_utf (Results 1 - 1 of 1) sorted by relevance

/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 59 milliseconds