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...] |