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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c56 * strtots(to, from): convert a char string 'from' into a tchar buffer 'to'.
58 * When 'to' is NOSTR(=(tchar *)0), strtots() attempts to allocate a space
61 * In either case, strtots() returns the pointer to the conversion
67 strtots(tchar *to, char *from) function
130 * mbstotcs(to, from, tosize) is similar to strtots() except that
354 return (pbuf = strtots(NOSTR, val));
408 strtots(name_, chbuf);
774 return (strtots(path, chbuf));

Completed in 46 milliseconds