Searched refs:wind_ucs2utf8 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | libwind-exports.def | 9 wind_ucs2utf8
|
| H A D | version-script.map | 12 wind_ucs2utf8;
|
| H A D | wind.h | 79 int wind_ucs2utf8(const uint16_t *, size_t, char *, size_t *);
|
| H A D | utf8.c | 458 wind_ucs2utf8(const uint16_t *in, size_t in_len, char *out, size_t *out_len) in wind_ucs2utf8() function 515 return wind_ucs2utf8(in, in_len, NULL, out_len); in wind_ucs2utf8_length()
|
| /freebsd/crypto/heimdal/doc/doxyout/wind/ |
| H A D | manpages | 6 wind/man/man3/wind_ucs2utf8.3
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | name.c | 247 ret = wind_ucs2utf8(bmp, bmplen, ss, NULL); in _hx509_Name_to_string()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | pac.c | 753 ret = wind_ucs2utf8(ucs2, ucs2len, s, &u8len); in verify_logonname()
|