limit_type_str
snprintf(buf + n, sizeof(buf) - n, "[size_var=%s %s]", limit_type_str(limit_type), name);
const char *limit_type_str(unsigned int limit_type);
snprintf(buf, sizeof(buf), "%s %s", limit_type_str(limit_type), name);