Home
last modified time | relevance | path

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

/dragonfly/games/hack/
H A Dhack.objnam.c108 Strcpy(buf, "potion"); in typename()
111 Strcpy(buf, "scroll"); in typename()
114 Strcpy(buf, "wand"); in typename()
117 Strcpy(buf, "ring"); in typename()
121 Strcpy(buf, an); in typename()
222 Strcpy(buf, "potion"); in xname()
242 Strcpy(buf, "scroll"); in xname()
282 Strcpy(buf, "gem"); in xname()
347 Strcpy(prefix, "a "); in doname()
385 Strcpy(prefix, "an "); in doname()
[all …]
H A Dhack.u_init.c70 #define Strcpy (void) strcpy macro
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1340 (void) Strcpy(cmd, pl->word); in insert()
1347 (void) Strcpy(now->word, STRecho); in insert()
1351 (void) Strcpy(now->word, STRbackqpwd); in insert()
1360 (void) Strcpy(now->word, STRgt); in insert()
1365 (void) Strcpy(now->word, STRbang); in insert()
1385 (void) Strcpy(now->word, STRsemi); in insert()
1389 Strcpy(bcmd + 1, cmd); in insert()
1401 Strcpy(now->word + 1, cmd); in insert()
H A Dtw.spell.c143 (void) Strcpy(path, tilded_dir); in spdir()
H A Dsh.h1116 #define Strcpy(a, b) strcpy(a, b) macro
1139 #define Strcpy(a, b) wcscpy(a, b) macro
1149 #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.c886 (void) Strcpy(np + diff, rhsub); in setDolp()
887 (void) Strcpy(np + diff + rhlen, dp + lhlen); in setDolp()
H A Dtc.str.c292 Strcpy(Strend(dst), src);
H A Dsh.file.c700 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.c865 (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()
/dragonfly/contrib/libpcap/
H A DCHANGES896 Security fixes: Strcpy replaced with strlcpy, sprintf replaced
/dragonfly/contrib/tcpdump/
H A DCHANGES1016 Security fixes: buffer overrun audit done. Strcpy replaced with