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

  /src/games/hack/
hack.objnam.c 73 #define Strcat (void) strcat
128 Strcat(buf, " stone");
187 Strcat(buf, "Amulet of Yendor");
230 Strcat(buf, "s");
235 Strcat(buf, " called ");
238 Strcat(buf, " of ");
250 Strcat(buf, "s");
255 Strcat(buf, " of ");
258 Strcat(buf, " called ")
    [all...]
hack.u_init.c 76 #define Strcat (void) strcat
  /src/bin/csh/
csh.h 485 #define Strcat(a, b) strcat(a, b)
505 #define Strcat(a, b) s_strcat(a, b)
dir.c 636 (void)Strcat(tmpdir, STRslash);
637 (void)Strcat(tmpdir, cp);
lex.c 652 (void)Strcat(labuf, buf);
966 (void) Strcat(wp, lhsb);
977 (void) Strcat(wp, mp);
set.c 704 (void)Strcat(exppath, *val++);
707 (void)Strcat(exppath, STRcolon);
file.c 367 (void)Strcat(new, o);
glob.c 193 (void)Strcat(gbuf, pe + 1);
csh.c 900 (void) Strcat(buf, STRsldthist);

Completed in 22 milliseconds