Home
last modified time | relevance | path

Searched refs:strtots (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.c187 set(S_SUNW_VARLEN, strtots(NOSTR, c_max_var_len)); in main()
222 set(S_user, strtots((tchar *)0, pw->pw_name)); in main()
223 local_setenv(S_USER, strtots((tchar *)0, pw->pw_name)); in main()
499 strtots(tmp_etc, "/etc"); in main()
500 strtots(tmp_login, "/.login"); in main()
1141 (void) strcpy_(home, strtots(home_ts, pp->pw_dir)); in gethdir()
1197 *newv++ = strtots(NOSTR, *v++); in strblktotsblk()
H A Dsh.tchar.c67 strtots(tchar *to, char *from) in strtots() function
354 return (pbuf = strtots(NOSTR, val)); in getenvs_()
408 strtots(name_, chbuf); in mkstemp_()
774 return (strtots(path, chbuf)); in getwd_()
H A Dsh.file.c356 pw_dir = strtots((tchar *)NULL, pw->pw_dir); /* allocate */ in tilde()
492 return (strtots(strbuf, pw->pw_name)); in getentry()
495 return (strtots(strbuf, dirp->d_name)); in getentry()
H A Dsh.exec.c411 hashval = hash(hashname(strtots(curdir_, dp->d_name)), in dohash()
H A Dsh.h531 tchar *strtots(/* tchar * , char * */);
H A Dsh.glob.c263 strtots(curdir_, dp->d_name); in matchdir_()