Home
last modified time | relevance | path

Searched refs:Strcpy (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/bionic-x86_64-string/
H A Dsse2-strcat-slm.S71 #define RETURN jmp L(Strcpy)
77 L(Strcpy):
/freebsd/contrib/tcsh/
H A Dtc.func.c1320 (void) Strcpy(cmd, pl->word); in insert()
1327 (void) Strcpy(now->word, STRecho); in insert()
1331 (void) Strcpy(now->word, STRbackqpwd); in insert()
1340 (void) Strcpy(now->word, STRgt); in insert()
1345 (void) Strcpy(now->word, STRbang); in insert()
1365 (void) Strcpy(now->word, STRsemi); in insert()
1369 Strcpy(bcmd + 1, cmd); in insert()
1381 Strcpy(now->word + 1, cmd); in insert()
H A Dtw.spell.c143 (void) Strcpy(path, tilded_dir); in spdir()
H A Dsh.h1111 #define Strcpy(a, b) strcpy(a, b) macro
1134 #define Strcpy(a, b) wcscpy(a, b) macro
1144 #define Strcpy(a, b) s_strcpy(a, b) macro
H A Dsh.dir.c375 (void) Strcpy(cwd, dcwd->di_name); in dnormalize()
555 Strcpy(p, cp); in dgoto()
920 (void) Strcpy(tmpdir, p1); in dcanon_internal()
1175 (void) Strcpy(&p[1], cp); in dcanon_internal()
H A Dtw.init.c181 (void) Strcpy(tw_str_add(&tw_cmd, len), name); in tw_cmd_add()
805 Strcpy(p, s->s); in tw_item_add()
H A Dsh.dol.c846 (void) Strcpy(np + diff, rhsub); in setDolp()
847 (void) Strcpy(np + diff + rhlen, dp + lhlen); in setDolp()
H A Dtc.str.c292 Strcpy(Strend(dst), src);
H A Dsh.file.c701 Strcpy(inputline, str2short(tinputline));/*FIXBUF*/ in tenex()
H A Ded.inputl.c266 Strcpy(InputBuf, Origin); in Inputl()
H A Dsh.sem.c111 (void) Strcpy(t->t_dcom[0], t->t_dcom[0] + 1); in execute()
H A Dsh.exp.c864 (void) Strcat(Strcat(Strcpy(strF, strdev), STRcolon), strino); in filetest()
H A Ded.screen.c1568 (void)Strcpy(backup, termcap); in UpdateVal()
H A Dsh.proc.c922 (void) Strcpy(cmdp, cp); in pads()
/freebsd/contrib/libpcap/
H A DCHANGES1295 Security fixes: Strcpy replaced with strlcpy, sprintf replaced
/freebsd/contrib/tcpdump/
H A DCHANGES1299 Security fixes: buffer overrun audit done. Strcpy replaced with