Searched refs:Strcpy (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/tcsh/
H A Dtw.spell.c147 (void) Strcpy(path, tilded_dir);
H A Dtw.init.c186 (void) Strcpy(tw_str_add(&tw_cmd, len), name);
810 Strcpy(p, s->s);
H A Dsh.dir.c383 (void) Strcpy(cwd, dcwd->di_name);
561 Strcpy(p, cp);
917 (void) Strcpy(tmpdir, p1);
1172 (void) Strcpy(&p[1], cp);
H A Dsh.h1099 #define Strcpy(a, b) strcpy(a, b) macro
1122 #define Strcpy(a, b) wcscpy(a, b) macro
1132 #define Strcpy(a, b) s_strcpy(a, b) macro
H A Ded.inputl.c270 Strcpy(InputBuf, Origin);
H A Dtc.str.c281 Strcpy(Strend(dst), src);
H A Dsh.exp.c867 (void) Strcat(Strcat(Strcpy(strF, strdev), STRcolon), strino);
H A Dsh.sem.c115 (void) Strcpy(t->t_dcom[0], t->t_dcom[0] + 1);
H A Ded.screen.c1571 (void)Strcpy(backup, termcap);
H A Dsh.proc.c898 (void) Strcpy(cmdp, cp);
/freebsd-11.0-release/lib/libedit/
H A Dchartype.h94 #define Strcpy(d,s) wcscpy(d,s) macro
150 #define Strcpy(d,s) strcpy(d,s) macro

Completed in 178 milliseconds