Home | History | Annotate | Download | only in hack

Lines Matching refs:Snprintf

72 #define Snprintf (void) snprintf
97 Snprintf(buf, sizeof(buf), (a < 0) ? "%d" : "+%d", a);
131 Snprintf(buf+bufpos, sizeof(buf)-bufpos,
136 Snprintf(buf+bufpos, sizeof(buf)-bufpos,
146 Snprintf(buf+bufpos, sizeof(buf)-bufpos,
155 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " of %s", an);
159 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " called %s", un);
163 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " (%s)", dn);
222 Snprintf(buf, bufmax, "%sheavy iron ball",
267 Snprintf(buf, bufmax, "wand");
269 Snprintf(buf, bufmax, "wand of %s", an);
271 Snprintf(buf, bufmax, "wand called %s", un);
273 Snprintf(buf, bufmax, "%s wand", dn);
277 Snprintf(buf, bufmax, "ring");
279 Snprintf(buf, bufmax, "ring of %s", an);
281 Snprintf(buf, bufmax, "ring called %s", un);
283 Snprintf(buf, bufmax, "%s ring", dn);
291 Snprintf(buf, bufmax, "%s gem", dn);
299 Snprintf(buf, bufmax, "glorkum %c (0%o) %u %d",
350 Snprintf(prefix, sizeof(prefix), "%u ", obj->quan);
371 Snprintf(bp+bppos, bpmax-bppos, " (%d)", obj->spe);
400 Snprintf(buf, bufmax, "an %s", str);
402 Snprintf(buf, bufmax, "a %s", str);
416 Snprintf(prefix, sizeof(prefix), "%u ", otmp->quan);