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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducstr.c120 krb5_ucs4 *ucs = NULL, *p, *ucsout = NULL; local
242 (krb5_ui_4 **)&ucsout, &ucsoutlen);
245 if (ucsout[j] < 0x80) {
246 out[outpos++] = ucsout[j];
251 ucsoutlen = uccanoncomp((krb5_ui_4 *)ucsout, ucsoutlen);
267 outpos += krb5int_ucs4_to_utf8(ucsout[j], &out[outpos]);
271 free(ucsout);
272 ucsout = NULL;
305 free(ucsout);

Completed in 43 milliseconds