Home
last modified time | relevance | path

Searched refs:wind_ucs2read (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dlibwind-exports.def13 wind_ucs2read
H A Dversion-script.map16 wind_ucs2read;
H A Dwind.h85 int wind_ucs2read(const void *, size_t, unsigned int *, uint16_t *, size_t *);
H A Dtest-rw.c164 ret = wind_ucs2read(testcases[n].in_ptr, in main()
H A Dutf8.c266 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 Dmanpages5 wind/man/man3/wind_ucs2read.3
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpac.c745 ret = wind_ucs2read(s, len, &flags, ucs2, &ucs2len); in verify_logonname()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dntlm.c348 ret = wind_ucs2read(*s, len, &flags, data, &utf16len); in ret_string()