Home | History | Annotate | Download | only in hack

Lines Matching refs:strlcat

142 				strlcat(buf, " gem", sizeof(buf));
236 strlcat(buf, un, bufmax);
239 strlcat(buf, an, bufmax);
243 strlcat(buf, " potion", bufmax);
256 strlcat(buf, an, bufmax);
259 strlcat(buf, un, bufmax);
262 strlcat(buf, dn, bufmax);
296 strlcat(buf, " stone", bufmax);
322 strlcat(buf, "es", bufmax);
326 strlcat(buf, "ies", bufmax);
328 strlcat(buf, "s", bufmax);
333 strlcat(buf, " named ", bufmax);
334 strlcat(buf, ONAME(obj), bufmax);
360 strlcat(bp, " (being worn)", bpmax);
364 strlcat(prefix, sitoa(obj->spe), sizeof(prefix));
365 strlcat(prefix, " ", sizeof(prefix));
376 strlcat(bp, " (on right hand)", bpmax);
378 strlcat(bp, " (on left hand)", bpmax);
380 strlcat(prefix, sitoa(obj->spe), sizeof(prefix));
381 strlcat(prefix, " ", sizeof(prefix));
386 strlcat(bp, " (weapon in hand)", bpmax);
388 strlcat(bp, " (unpaid)", bpmax);
421 strlcat(bp, " ", bpmax);
423 strlcat(bp, verb, bpmax);
425 strlcat(bp, "is", bpmax);
427 strlcat(bp, verb, bpmax);
428 strlcat(bp, "s", bpmax);