wput_utf8
nout = wput_utf8(outchp, result_len, ch);
static int wput_utf8(char *, size_t, u_int16_t) __unused;
n = wput_utf8(c, r, le16toh(utf16_src[j]));
n = wput_utf8(c, r, le16toh(ent->ent_name[j]));
s += wput_utf8(s, 3, c);
return wput_utf8((char *)s, n, c);
return wput_utf8(s, n, (u_int16_t) wc);
nout = wput_utf8(outchp, result_len, ch);
static int wput_utf8(char *, size_t, u_int16_t) __unused;