Searched refs:str_to_utf8 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.h43 extern utf8string *str_to_utf8(char *, utf8string *);
H A Dref_subr.c51 * str_to_utf8 - converts a null-terminated C string to a utf8 string
54 str_to_utf8(char *nm, utf8string *str) function
193 if (str_to_utf8(buf, &comp4[ncomp]) == NULL)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c536 (void) str_to_utf8("nobody", u8s);
591 (void) str_to_utf8(resp->str, u8s);
916 (void) str_to_utf8("nobody", u8s);
971 (void) str_to_utf8(resp->str, u8s);
1674 (void) str_to_utf8(ids, u8s);
H A Dnfs4_acl.c614 (void) str_to_utf8(ACE4_WHO_GROUP, &acep->who);
701 (void) str_to_utf8(ACE4_WHO_OWNER, &acep->who);
717 (void) str_to_utf8(ACE4_WHO_GROUP, &acep->who);
762 (void) str_to_utf8(ACE4_WHO_EVERYONE, &acep->who);
1697 (void) str_to_utf8(ACE4_WHO_GROUP, &nfsace4->who);
1721 (void) str_to_utf8(ACE4_WHO_OWNER, &nfsace4->who);
1723 (void) str_to_utf8(ACE4_WHO_EVERYONE, &nfsace4->who);
H A Dnfs4_srv_deleg.c855 (void) str_to_utf8("cb_recall", &cb4_args.tag);
1394 (void) str_to_utf8(ACE4_WHO_EVERYONE, &nace.who);
H A Dnfs4_subr.c629 * str_to_utf8 - converts a null-terminated C string to a utf8 string
632 str_to_utf8(char *nm, utf8string *str) function
H A Dnfs4_srv.c3851 (void) str_to_utf8(name, (utf8string *)&resp->link);
9701 (void) str_to_utf8(buf, &comp4[ncomp]);
H A Dnfs4_vnops.c751 (void) str_to_utf8(srccfp, &lost_rqstp->lr_ofile);
6306 (void) str_to_utf8(s,
/illumos-gate/usr/src/cmd/fs.d/nfs/rp_basic/
H A Dlibnfs_basic.c208 str_to_utf8(buf2,
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1322 extern utf8string *str_to_utf8(char *, utf8string *);

Completed in 151 milliseconds