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

  /src/games/hack/
hack.u_init.c 75 #define Strcpy (void) strcpy
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...]
  /src/bin/csh/
csh.h 487 #define Strcpy(a, b) strcpy(a, b)
507 #define Strcpy(a, b) s_strcpy(a, b)

Completed in 13 milliseconds