Home
last modified time | relevance | path

Searched refs:strcpy_ (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.file.c262 catn(strcpy_(path, dir), file, MAXPATHLEN); in filetype()
345 return (strcpy_(new, old)); in tilde()
351 (void) strcpy_(new, value(S_home /* "home" */)); in tilde()
357 (void) strcpy_(new, pw_dir); in tilde()
H A Dsh.lex.c491 (void) strcpy_(buf, lap); in addla()
497 (void) strcpy_(labuf, cp); in addla()
629 (void) strcpy_(lhsb, slhs); in getsub()
674 (void) strcpy_(orhsb, cp); in getsub()
688 (void) strcpy_(cp, orhsb); in getsub()
714 (void) strcpy_(slhs, lhsb); in getsub()
H A Dsh.h500 extern tchar *strcpy_(tchar *, tchar *);
517 strcpy_(bname, a); \
H A Dsh.misc.c63 strcpy_(p, s); in savestr()
183 strcpy_(ep, cp); in strspl()
H A Dsh.c768 (void) strcpy_(buf, value(S_home /* "home" */)); in rechist()
777 (void) strcpy_(buf, value(S_savehist /* "savehist" */)); in rechist()
1067 (void) strcpy_(buf, *t); in dosource()
1141 (void) strcpy_(home, strtots(home_ts, pp->pw_dir)); in gethdir()
H A Dsh.glob.c193 (void) strcpy_(gpath, gpath + 1); in expand()
195 (void) strcpy_(gpath, in expand()
338 (void) strcpy_(lm, pl); in execbrc()
H A Dsh.sem.c74 (void) strcpy_(t->t_dcom[0], t->t_dcom[0] + 1);
H A Dsh.dol.c393 (void) strcpy_(name, S_argv); in Dgetdol()
H A Dsh.proc.c545 (void) strcpy_(cmdp, S_SPPPP /* " ..." */); in pads()
550 (void) strcpy_(cmdp, cp); in pads()
H A Dsh.tchar.c256 strcpy_(tchar *s1, tchar *s2) in strcpy_() function