HomeSort by: relevance | last modified time | path
    Searched refs:ldap_unicode_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
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...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/
ucstr.c 38 const ldap_unicode_t *u1,
39 const ldap_unicode_t *u2,
54 const ldap_unicode_t *u1,
55 const ldap_unicode_t *u2,
59 ldap_unicode_t uu1 = uctolower( *u1 );
60 ldap_unicode_t uu2 = uctolower( *u2 );
72 ldap_unicode_t * ucstrnchr(
73 const ldap_unicode_t *u,
75 ldap_unicode_t c )
79 return (ldap_unicode_t *) u
    [all...]

Completed in 52 milliseconds