Lines Matching refs:tchar

65 tchar	*
66 strtots(tchar *to, char *from) in strtots()
79 to = (tchar *)xalloc(i * sizeof (tchar)); in strtots()
89 tstostr(char *to, tchar *from) in tstostr()
91 tchar *ptc; in tstostr()
139 mbstotcs(tchar *to, char *from, int tosize) in mbstotcs()
141 tchar *ptc = to; in mbstotcs()
149 if (to == (tchar *)NULL) { in mbstotcs()
166 *(ptc++) = (tchar)wc; in mbstotcs()
173 *ptc = (tchar)0; in mbstotcs()
188 strlen_(tchar *s) in strlen_()
203 tchar *
204 strcat_(tchar *s1, tchar *s2) in strcat_()
206 tchar *os1; in strcat_()
226 strcmp_(tchar *s1, tchar *s2) in strcmp_()
229 if (*s1++ == (tchar)0) { in strcmp_()
240 strcoll_(tchar *s1, tchar *s2) in strcoll_()
254 tchar *
255 strcpy_(tchar *s1, tchar *s2) in strcpy_()
257 tchar *os1; in strcpy_()
269 tchar *
270 index_(tchar *sp, tchar c) in index_()
286 tchar *
287 rindex_(tchar *sp, tchar c) in rindex_()
289 tchar *r; in rindex_()
304 tswidth(tchar *ts) in tswidth()
330 tchar *
331 getenv_(tchar *name_) in getenv_()
339 tchar *
342 static tchar *pbuf = (tchar *)NULL; in getenvs_()
363 creat_(tchar *name_, int mode) in creat_()
379 tchar *path_; in open_()
398 mkstemp_(tchar *name_) in mkstemp_()
419 read_(int d, tchar *buf, int nchreq) in read_()
431 tchar *t; in read_()
628 tchar *t; in read_()
660 *t++ = ((tchar)*s++); in read_()
676 write_(int d, tchar *buf, int nch) in write_()
680 tchar *pt; in write_()
714 tchar *t; in write_()
737 stat_(tchar *path, struct stat *buf) in stat_()
746 lstat_(tchar *path, struct stat *buf) in lstat_()
755 chdir_(tchar *path) in chdir_()
763 tchar *
764 getwd_(tchar *path) in getwd_()
778 unlink_(tchar *path) in unlink_()
787 opendir_(tchar *dirname) in opendir_()
813 gethostname_(tchar *name, int namelen) in gethostname_()
828 readlink_(tchar *path, tchar *buf, int bufsiz) in readlink_()
850 chkalldigit_(tchar *str) in chkalldigit_()
865 atoi_(tchar *str) in atoi_()
873 tchar *
874 simple(tchar *s) in simple()
876 tchar *sname = s; in simple()