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

  /src/games/hack/
hack.objnam.c 174 size_t bufmax = sizeof(bufr) - PREFIX; local in function:xname
191 strlcpy(buf, dn, bufmax);
194 strlcpy(buf, an, bufmax);
219 strlcpy(buf, an, bufmax);
222 Snprintf(buf, bufmax, "%sheavy iron ball",
236 strlcat(buf, un, bufmax);
239 strlcat(buf, an, bufmax);
242 strlcpy(buf, dn, bufmax);
243 strlcat(buf, " potion", bufmax);
256 strlcat(buf, an, bufmax);
    [all...]
hack.objnam.c 174 size_t bufmax = sizeof(bufr) - PREFIX; local in function:xname
191 strlcpy(buf, dn, bufmax);
194 strlcpy(buf, an, bufmax);
219 strlcpy(buf, an, bufmax);
222 Snprintf(buf, bufmax, "%sheavy iron ball",
236 strlcat(buf, un, bufmax);
239 strlcat(buf, an, bufmax);
242 strlcpy(buf, dn, bufmax);
243 strlcat(buf, " potion", bufmax);
256 strlcat(buf, an, bufmax);
    [all...]

Completed in 93 milliseconds