Searched refs:strcpy_ (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/cmd/csh/ |
| H A D | sh.file.c | 260 catn(strcpy_(path, dir), file, MAXPATHLEN); in filetype() 343 return (strcpy_(new, old)); in tilde() 349 (void) strcpy_(new, value(S_home /* "home" */)); in tilde() 355 (void) strcpy_(new, pw_dir); in tilde()
|
| H A D | sh.lex.c | 498 (void) strcpy_(buf, lap); in addla() 504 (void) strcpy_(labuf, cp); in addla() 636 (void) strcpy_(lhsb, slhs); in getsub() 681 (void) strcpy_(orhsb, cp); in getsub() 695 (void) strcpy_(cp, orhsb); in getsub() 721 (void) strcpy_(slhs, lhsb); in getsub()
|
| H A D | sh.h | 477 extern tchar *strcpy_(tchar *, tchar *); 494 strcpy_(bname, a); \
|
| H A D | sh.misc.c | 61 strcpy_(p, s); in savestr() 181 strcpy_(ep, cp); in strspl()
|
| H A D | sh.c | 771 (void) strcpy_(buf, value(S_home /* "home" */)); in rechist() 780 (void) strcpy_(buf, value(S_savehist /* "savehist" */)); in rechist() 1069 (void) strcpy_(buf, *t); in dosource() 1143 (void) strcpy_(home, strtots(home_ts, pp->pw_dir)); in gethdir()
|
| H A D | sh.glob.c | 196 (void) strcpy_(gpath, gpath + 1); in expand() 198 (void) strcpy_(gpath, in expand() 341 (void) strcpy_(lm, pl); in execbrc()
|
| H A D | sh.sem.c | 72 (void) strcpy_(t->t_dcom[0], t->t_dcom[0] + 1);
|
| H A D | sh.proc.c | 551 (void) strcpy_(cmdp, S_SPPPP /* " ..." */); in pads() 556 (void) strcpy_(cmdp, cp); in pads()
|
| H A D | sh.dol.c | 402 (void) strcpy_(name, S_argv); in Dgetdol()
|
| H A D | sh.tchar.c | 255 strcpy_(tchar *s1, tchar *s2) in strcpy_() function
|