Home
last modified time | relevance | path

Searched refs:krb5_ucs4 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c166 int krb5int_utf8_to_ucs4(const char *p, krb5_ucs4 *out) in krb5int_utf8_to_ucs4()
169 krb5_ucs4 ch; in krb5int_utf8_to_ucs4()
196 krb5_ucs4 ch; in krb5int_utf8_to_ucs2()
206 size_t krb5int_ucs4_to_utf8(krb5_ucs4 c, char *buf) in krb5int_ucs4_to_utf8()
259 return krb5int_ucs4_to_utf8((krb5_ucs4)c, buf); in krb5int_ucs2_to_utf8()
455 krb5_ucs4 chs, ch; in krb5int_utf8_strchr()
471 krb5_ucs4 chstr, chset; in krb5int_utf8_strcspn()
488 krb5_ucs4 chstr, chset; in krb5int_utf8_strspn()
507 krb5_ucs4 chstr, chset; in krb5int_utf8_strpbrk()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-utf8.h95 typedef int krb5_ucs4; typedef
97 typedef long krb5_ucs4; typedef
99 typedef short krb5_ucs4; typedef
109 int krb5int_utf8_to_ucs4(const char *p, krb5_ucs4 *out);
110 size_t krb5int_ucs4_to_utf8(krb5_ucs4 c, char *buf);