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

/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c899 buf = local_to_utf(utils, s_locale);
922 * local_to_utf converts a string in the current codeset to utf-8.
925 * that is allocated by local_to_utf.
927 * If utils is NULL, local_to_utf will use the standard memory allocation
931 * local_to_utf will return NULL in the case of any error
934 local_to_utf(const sasl_utils_t *utils, const char *s) function

Completed in 23 milliseconds