Searched refs:mbsize (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | utf-8-conv.c | 419 ldap_x_mb_to_utf8 ( char *utf8char, const char *mbchar, size_t mbsize, in ldap_x_mb_to_utf8() argument 428 if (mbsize == 0) /* 0 is not valid. */ in ldap_x_mb_to_utf8() 439 n = f_mbtowc( &wchar, mbchar, mbsize); in ldap_x_mb_to_utf8()
|
| /netbsd/src/external/bsd/openldap/dist/include/ |
| D | ldap_utf8.h | 96 char *utf8char, LDAP_CONST char *mbchar, size_t mbsize,
|
| /netbsd/src/external/bsd/openldap/dist/doc/devel/ |
| D | utfconv.txt | 160 int ldap_x_mb_to_utf8 ( char *utf8char, const char *mbchar, size_t mbsize, int (*f_mbtowc)(wchar_t … 168 mbsize (IN) The maximum number of bytes of the mbchar argument to
|