Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/unicode/
H A Ducstr.c28 const krb5_unicode * u1, in krb5int_ucstrncmp()
29 const krb5_unicode * u2, in krb5int_ucstrncmp()
45 const krb5_unicode * u1, in krb5int_ucstrncasecmp()
46 const krb5_unicode * u2, in krb5int_ucstrncasecmp()
50 krb5_unicode uu1 = uctolower(*u1); in krb5int_ucstrncasecmp()
51 krb5_unicode uu2 = uctolower(*u2); in krb5int_ucstrncasecmp()
/freebsd/crypto/krb5/src/include/
H A Dk5-unicode.h88 typedef krb5_ucs4 krb5_unicode; typedef