utf8_to_str
s = utf8_to_str(&fs->server.server_val[j], &l, NULL);
s = utf8_to_str(&fs->rootpath.pathname4_val[j],
extern char *utf8_to_str(utf8string *, uint_t *, char *);
who = utf8_to_str(orig_who, &len, NULL);
who = utf8_to_str(orig_who, &len, NULL);
if ((rqst_c_str = utf8_to_str(u8s, &rqst_len, NULL)) == NULL) {
if ((c_str = utf8_to_str(u8s, &c_len, NULL)) == NULL)
server = utf8_to_str(&fs->server_val[0], &len, NULL);
path = utf8_to_str(&fs->rootpath.pathname4_val[i], &len, NULL);
nm = utf8_to_str(utfnm, &len, NULL);
lnm = utf8_to_str((utf8string *)&args->ftype4_u.linkdata,
nm = utf8_to_str(&args->objname, &len, NULL);
return (utf8_to_str(u8s, lenp, s));
*linktextp = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
linkdata = utf8_to_str((utf8string *)&lr_res->link, &len, NULL);
s = utf8_to_str(&op->nfs_argop4_u.oplookup.objname,
extern char *utf8_to_str(utf8string *, uint_t *, char *);