Searched defs:mbstotcs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c74 i = mbstotcs(NOSTR, from, 0);
82 i = mbstotcs(to, from, INT_MAX);
130 * mbstotcs(to, from, tosize) is similar to strtots() except that
140 mbstotcs(tchar *to, char *from, int tosize) function
822 if (mbstotcs(name, chbuf, namelen) < 0) {
841 i = mbstotcs(buf, chbuf, bufsiz);

Completed in 46 milliseconds