Searched refs:wind_ucs2read (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
H A D | libwind-exports.def | 13 wind_ucs2read
|
H A D | version-script.map | 16 wind_ucs2read;
|
H A D | wind.h | 85 int wind_ucs2read(const void *, size_t, unsigned int *, uint16_t *, size_t *);
|
H A D | test-rw.c | 164 ret = wind_ucs2read(testcases[n].in_ptr, in main()
|
H A D | utf8.c | 266 wind_ucs2read(const void *ptr, size_t len, unsigned int *flags, in wind_ucs2read() function
|
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/ |
H A D | manpages | 5 wind/man/man3/wind_ucs2read.3
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | pac.c | 745 ret = wind_ucs2read(s, len, &flags, ucs2, &ucs2len); in verify_logonname()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
H A D | ntlm.c | 348 ret = wind_ucs2read(*s, len, &flags, data, &utf16len); in ret_string()
|