Searched refs:strcpy_ (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.file.c | 262 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 D | sh.lex.c | 491 (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 D | sh.h | 500 extern tchar *strcpy_(tchar *, tchar *); 517 strcpy_(bname, a); \
|
H A D | sh.misc.c | 63 strcpy_(p, s); in savestr() 183 strcpy_(ep, cp); in strspl()
|
H A D | sh.c | 768 (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 D | sh.glob.c | 193 (void) strcpy_(gpath, gpath + 1); in expand() 195 (void) strcpy_(gpath, in expand() 338 (void) strcpy_(lm, pl); in execbrc()
|
H A D | sh.sem.c | 74 (void) strcpy_(t->t_dcom[0], t->t_dcom[0] + 1);
|
H A D | sh.dol.c | 393 (void) strcpy_(name, S_argv); in Dgetdol()
|
H A D | sh.proc.c | 545 (void) strcpy_(cmdp, S_SPPPP /* " ..." */); in pads() 550 (void) strcpy_(cmdp, cp); in pads()
|
H A D | sh.tchar.c | 256 strcpy_(tchar *s1, tchar *s2) in strcpy_() function
|