Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c260 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 Dsh.lex.c498 (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 Dsh.h477 extern tchar *strcpy_(tchar *, tchar *);
494 strcpy_(bname, a); \
H A Dsh.misc.c61 strcpy_(p, s); in savestr()
181 strcpy_(ep, cp); in strspl()
H A Dsh.c771 (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 Dsh.glob.c196 (void) strcpy_(gpath, gpath + 1); in expand()
198 (void) strcpy_(gpath, in expand()
341 (void) strcpy_(lm, pl); in execbrc()
H A Dsh.sem.c72 (void) strcpy_(t->t_dcom[0], t->t_dcom[0] + 1);
H A Dsh.proc.c551 (void) strcpy_(cmdp, S_SPPPP /* " ..." */); in pads()
556 (void) strcpy_(cmdp, cp); in pads()
H A Dsh.dol.c402 (void) strcpy_(name, S_argv); in Dgetdol()
H A Dsh.tchar.c255 strcpy_(tchar *s1, tchar *s2) in strcpy_() function