Searched refs:Strcpy (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-strcat-slm.S | 71 #define RETURN jmp L(Strcpy) 77 L(Strcpy):
|
/freebsd/contrib/tcsh/ |
H A D | tc.func.c | 1320 (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 D | tw.spell.c | 143 (void) Strcpy(path, tilded_dir); in spdir()
|
H A D | sh.h | 1111 #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 D | sh.dir.c | 375 (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 D | tw.init.c | 181 (void) Strcpy(tw_str_add(&tw_cmd, len), name); in tw_cmd_add() 805 Strcpy(p, s->s); in tw_item_add()
|
H A D | sh.dol.c | 846 (void) Strcpy(np + diff, rhsub); in setDolp() 847 (void) Strcpy(np + diff + rhlen, dp + lhlen); in setDolp()
|
H A D | tc.str.c | 292 Strcpy(Strend(dst), src);
|
H A D | sh.file.c | 701 Strcpy(inputline, str2short(tinputline));/*FIXBUF*/ in tenex()
|
H A D | ed.inputl.c | 266 Strcpy(InputBuf, Origin); in Inputl()
|
H A D | sh.sem.c | 111 (void) Strcpy(t->t_dcom[0], t->t_dcom[0] + 1); in execute()
|
H A D | sh.exp.c | 864 (void) Strcat(Strcat(Strcpy(strF, strdev), STRcolon), strino); in filetest()
|
H A D | ed.screen.c | 1568 (void)Strcpy(backup, termcap); in UpdateVal()
|
H A D | sh.proc.c | 922 (void) Strcpy(cmdp, cp); in pads()
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 1295 Security fixes: Strcpy replaced with strlcpy, sprintf replaced
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1299 Security fixes: buffer overrun audit done. Strcpy replaced with
|