Searched refs:ldap_unicode_t (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap_pvt_uc.h | 39 typedef ac_uint4 ldap_unicode_t; typedef 121 const ldap_unicode_t *, 122 const ldap_unicode_t *, 126 const ldap_unicode_t *, 127 const ldap_unicode_t *, 130 LDAP_LUNICODE_F(ldap_unicode_t *) ucstrnchr( 131 const ldap_unicode_t *, 133 ldap_unicode_t ); 135 LDAP_LUNICODE_F(ldap_unicode_t *) ucstrncasechr( 136 const ldap_unicode_t *, [all …]
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
H A D | ucstr.c | 38 const ldap_unicode_t *u1, in ucstrncmp() 39 const ldap_unicode_t *u2, in ucstrncmp() 54 const ldap_unicode_t *u1, in ucstrncasecmp() 55 const ldap_unicode_t *u2, in ucstrncasecmp() 59 ldap_unicode_t uu1 = uctolower( *u1 ); in ucstrncasecmp() 60 ldap_unicode_t uu2 = uctolower( *u2 ); in ucstrncasecmp() 72 ldap_unicode_t * ucstrnchr( in ucstrnchr() 73 const ldap_unicode_t *u, in ucstrnchr() 75 ldap_unicode_t c ) in ucstrnchr() 79 return (ldap_unicode_t *) u; in ucstrnchr() [all …]
|