Searched refs:uconv_u16tou8 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Du8_textprep.h54 extern int uconv_u16tou8(const uint16_t *, size_t *, uchar_t *, size_t *, int);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.c169 if (uconv_u16tou8(src, &inlen, dst, &outlen, flags) != 0)
H A Dsmbfs_smb.c427 (void) uconv_u16tou8(tmpbuf, &tmplen,
/illumos-gate/usr/src/common/unicode/
H A Duconv.c31 * Man pages: uconv_u16tou32(9F), uconv_u16tou8(9F), uconv_u32tou16(9F),
425 uconv_u16tou8(const uint16_t *u16s, size_t *utf16len, function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1284 uconv_u16tou8.3c \
2377 uconv_u16tou8.3c := LINKSRC = uconv_u16tou32.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1797 extern int uconv_u16tou8(const uint16_t *, size_t *, uchar_t *, size_t *, int);
/illumos-gate/usr/src/man/man9f/
H A DMakefile1193 uconv_u16tou8.9f \
2051 uconv_u16tou8.9f := LINKSRC = uconv_u16tou32.9f
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c2276 error = uconv_u16tou8((const uint16_t *)lfn, &u16l,
2279 * uconv_u16tou8() will catch conversion errors including

Completed in 101 milliseconds