Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c191 set(S_SUNW_VARLEN, strtots(NOSTR, c_max_var_len)); in main()
226 set(S_user, strtots((tchar *)0, pw->pw_name)); in main()
227 local_setenv(S_USER, strtots((tchar *)0, pw->pw_name)); in main()
503 strtots(tmp_etc, "/etc"); in main()
504 strtots(tmp_login, "/.login"); in main()
1144 (void) strcpy_(home, strtots(home_ts, pp->pw_dir)); in gethdir()
1200 *newv++ = strtots(NOSTR, *v++); in strblktotsblk()
H A Dsh.tchar.c66 strtots(tchar *to, char *from) in strtots() function
353 return (pbuf = strtots(NOSTR, val)); in getenvs_()
407 strtots(name_, chbuf); in mkstemp_()
773 return (strtots(path, chbuf)); in getwd_()
H A Dsh.file.c354 pw_dir = strtots((tchar *)NULL, pw->pw_dir); /* allocate */ in tilde()
490 return (strtots(strbuf, pw->pw_name)); in getentry()
493 return (strtots(strbuf, dirp->d_name)); in getentry()
H A Dsh.h508 tchar *strtots(tchar *, char *);
H A Dsh.exec.c426 hashval = hash(hashname(strtots(curdir_, dp->d_name)), in dohash()
H A Dsh.glob.c266 strtots(curdir_, dp->d_name); in matchdir_()