Searched refs:tstostr (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.tchar.c | 90 tstostr(char *to, tchar *from) in tstostr() function 246 tstostr(buf1, s1); in strcoll_() 247 tstostr(buf2, s2); in strcoll_() 337 return (getenvs_(tstostr(name, name_))); in getenv_() 369 tstostr(chbuf, name_); in creat_() 387 tstostr(chbuf, path_); 404 tstostr(chbuf, name_); in mkstemp_() 742 tstostr(chbuf, path); in stat_() 751 tstostr(chbuf, path); in lstat_() 760 tstostr(chbuf, path); in chdir_() [all …]
|
H A D | sh.err.c | 134 tstostr(chbuf, s); in Perror() 173 tstostr(chbuf, cp); in seterr2()
|
H A D | sh.func.c | 279 v_ = tstostr(NULL, v[1]); /* No need to free */ in dologin() 303 v_ = tstostr(NOSTR, v[1]); /* No need to free */ in donewgrp() 1189 *ep = tstostr(NULL, ep_); in local_setenv() 1194 blk[0] = tstostr(NULL, ep_); in local_setenv() 1356 tstostr(chbuf, cp); in getval() 1389 tstostr(chbuf, cp + 1); in getval()
|
H A D | sh.exec.c | 303 cmd->cfname = tstostr(NULL, fname); in tconvert() 309 *rc++ = tstostr(NULL, *list++); in tconvert()
|
H A D | sh.h | 532 char *tstostr(/* char * , tchar * */);
|
H A D | sh.exp.c | 75 tstostr(name, path); in chk_access()
|
H A D | sh.file.c | 353 pw = getpwnam(tstostr(person_, person)); in tilde()
|
H A D | sh.c | 1138 pp = getpwnam(tstostr(home_str, home)); in gethdir()
|
H A D | sh.proc.c | 923 tstostr(sbuf, name); in dokill()
|