Searched refs:utf8_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c140 char *utf8_buf; local
329 utf8_buf = local_to_utf(utils, *error_buf);
330 if (utf8_buf != NULL) {
331 outlen = strlen(utf8_buf);
336 utils->free(utf8_buf);
339 strcpy(*error_buf, utf8_buf);
340 utils->free(utf8_buf);

Completed in 57 milliseconds