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

  /src/games/hack/
hack.objnam.c 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"
    [all...]
hack.end.c 74 #define Snprintf (void) snprintf
138 Snprintf(buf, sizeof(buf),
142 Snprintf(buf, sizeof(buf), "%s called %s",
146 Snprintf(buf, sizeof(buf), "invisible %s", mtmp->data->mname);
516 Snprintf(linebuf+pos, sizeof(linebuf)-pos, "%3d", rank);
518 Snprintf(linebuf+pos, sizeof(linebuf)-pos, " ");
521 Snprintf(linebuf+pos, sizeof(linebuf)-pos, " %6ld %8s",
526 Snprintf(linebuf+pos, sizeof(linebuf)-pos, " ");
528 Snprintf(linebuf+pos, sizeof(linebuf)-pos, "-%c ", t1->plchar)
    [all...]

Completed in 18 milliseconds