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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c130 * mbstotcs(to, from, tosize) is similar to strtots() except that
137 * int tosize; - Size of to, in terms of # of tchars.
140 mbstotcs(tchar *to, char *from, int tosize) argument
168 if (++chcnt >= tosize) {
173 if (chcnt < tosize) {

Completed in 45 milliseconds