HomeSort by: relevance | last modified time | path
    Searched refs:Strcpy (Results 1 - 10 of 10) sorted by relevancy

  /src/games/hack/
hack.objnam.c 74 #define Strcpy (void) strcpy
113 Strcpy(buf, "potion");
116 Strcpy(buf, "scroll");
119 Strcpy(buf, "wand");
122 Strcpy(buf, "ring");
126 Strcpy(buf, an);
185 Strcpy(buf, (obj->spe < 0 && obj->known)
199 Strcpy(buf, "dead homunculi");
207 Strcpy(buf, "worm teeth")
    [all...]
hack.u_init.c 75 #define Strcpy (void) strcpy
  /src/bin/csh/
dir.c 284 (void)Strcpy(cwd, dcwd->di_name);
467 (void)strcpy(ebuf, short2str(cp));
635 (void)Strcpy(tmpdir, p1);
684 (void)Strcpy(slink, str2short(tlink));
767 (void)Strcpy(slink, str2short(tlink));
868 p2 = Strcpy(slink, cp);
file.c 278 catn(Strcpy(path, dir), file, sizeof(path) / sizeof(Char));
354 return (Strcpy(new, old));
360 (void)Strcpy(new, value(STRhome));
365 (void)Strcpy(new, str2short(pw->pw_dir));
csh.h 487 #define Strcpy(a, b) strcpy(a, b)
507 #define Strcpy(a, b) s_strcpy(a, b)
csh.c 889 (void)Strcpy(hbuf, shist->vec[0]);
891 (void)Strcpy(hbuf, shist->vec[0]);
899 hfile = Strcpy(buf, value(STRhome));
1237 (void)Strcpy(buf, *v);
1239 (void)strcpy((char *)buf, short2str(f));
1309 (void)Strcpy(home, h);
1317 (void)Strcpy(home, str2short(pw->pw_dir));
lex.c 649 (void)Strcpy(buf, lap);
650 (void)Strcpy(labuf, cp);
775 (void) Strcpy(lhsb, slhs);
819 (void)Strcpy(orhsb, cp);
833 (void)Strcpy(cp, orhsb);
857 (void)Strcpy(slhs, lhsb);
sem.c 87 (void)Strcpy(t->t_dcom[0], t->t_dcom[0] + 1);
glob.c 192 (void)Strcpy(lm, pl);
931 (void)strcpy(buf, short2str(*a));
proc.c 589 (void)Strcpy(cmdp, STRsp3dots);
594 (void)Strcpy(cmdp, cp);

Completed in 45 milliseconds