Searched refs:uconv_u8tou16 (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_osdep.h | 60 extern int uconv_u8tou16(const uchar_t *, size_t *, uint16_t *, size_t *, int);
|
H A D | smb_subrs.c | 1049 error = uconv_u8tou16((uchar_t *)src, &inlen, cbuf, &outlen,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | u8_textprep.h | 58 extern int uconv_u8tou16(const uchar_t *, size_t *, uint16_t *, size_t *, int);
|
/illumos-gate/usr/src/common/unicode/ |
H A D | uconv.c | 32 * uconv_u32tou8(9F), uconv_u8tou16(9F), and uconv_u8tou32(9F). See also 670 uconv_u8tou16(const uchar_t *u8s, size_t *utf8len, function
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 1357 ret = uconv_u8tou16((const uchar_t *)namep, &u8l, 1403 ret = uconv_u8tou16((const uchar_t *)namep, &u8l, w2_str, &u16l,
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1287 uconv_u8tou16.3c \ 2380 uconv_u8tou16.3c := LINKSRC = uconv_u16tou32.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 1801 extern int uconv_u8tou16(const uchar_t *, size_t *, uint16_t *, size_t *, int);
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 1196 uconv_u8tou16.9f \ 2054 uconv_u8tou16.9f := LINKSRC = uconv_u16tou32.9f
|
Completed in 82 milliseconds