Home
last modified time | relevance | path

Searched refs:mbstotcs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c73 i = mbstotcs(NOSTR, from, 0); in strtots()
81 i = mbstotcs(to, from, INT_MAX); in strtots()
139 mbstotcs(tchar *to, char *from, int tosize) in mbstotcs() function
821 if (mbstotcs(name, chbuf, namelen) < 0) { in gethostname_()
840 i = mbstotcs(buf, chbuf, bufsiz); in readlink_()