Searched refs:Snprintf (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/games/hack/ |
H A D | hack.objnam.c | 67 #define Snprintf (void) snprintf macro 92 Snprintf(buf, sizeof(buf), (a < 0) ? "%d" : "+%d", a); in sitoa() 126 Snprintf(buf+bufpos, sizeof(buf)-bufpos, in typename() 131 Snprintf(buf+bufpos, sizeof(buf)-bufpos, in typename() 141 Snprintf(buf+bufpos, sizeof(buf)-bufpos, in typename() 150 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " of %s", an); in typename() 154 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " called %s", un); in typename() 158 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " (%s)", dn); in typename() 217 Snprintf(buf, bufmax, "%sheavy iron ball", in xname() 262 Snprintf(buf, bufmax, "wand"); in xname() [all …]
|
H A D | hack.end.c | 69 #define Snprintf (void) snprintf macro 133 Snprintf(buf, sizeof(buf), in done_in_by() 137 Snprintf(buf, sizeof(buf), "%s called %s", in done_in_by() 141 Snprintf(buf, sizeof(buf), "invisible %s", mtmp->data->mname); in done_in_by() 511 Snprintf(linebuf+pos, sizeof(linebuf)-pos, "%3d", rank); in outentry() 513 Snprintf(linebuf+pos, sizeof(linebuf)-pos, " "); in outentry() 516 Snprintf(linebuf+pos, sizeof(linebuf)-pos, " %6ld %8s", in outentry() 521 Snprintf(linebuf+pos, sizeof(linebuf)-pos, " "); in outentry() 523 Snprintf(linebuf+pos, sizeof(linebuf)-pos, "-%c ", t1->plchar); in outentry() 528 Snprintf(linebuf+pos, sizeof(linebuf)-pos, in outentry() [all …]
|