buffer_print     1417 lib/common/xml.c     buffer_print(*buffer, *max, *offset, " %s=\"%s\"", p_name, p_value);
buffer_print     1446 lib/common/xml.c             buffer_print(buffer, max, offset, "<!--%s-->", data->content);
buffer_print     1449 lib/common/xml.c             buffer_print(buffer, max, offset, "<%s", name);
buffer_print     1473 lib/common/xml.c                 buffer_print(buffer, max, offset, " %s=\"%s\"", p_name, p_copy);
buffer_print     1478 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
buffer_print     1481 lib/common/xml.c                 buffer_print(buffer, max, offset, ">");
buffer_print     1484 lib/common/xml.c                 buffer_print(buffer, max, offset, "/>");
buffer_print     1514 lib/common/xml.c         buffer_print(buffer, max, offset, "</%s>", name);
buffer_print     1719 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<%s", name);
buffer_print     1733 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "/>");
buffer_print     1736 lib/common/xml.c         buffer_print(*buffer, *max, *offset, ">");
buffer_print     1740 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
buffer_print     1750 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "</%s>", name);
buffer_print     1753 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "\n");
buffer_print     1777 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
buffer_print     1780 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
buffer_print     1803 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<![CDATA[");
buffer_print     1804 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
buffer_print     1805 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "]]>");
buffer_print     1808 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
buffer_print     1831 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "<!--");
buffer_print     1832 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%s", data->content);
buffer_print     1833 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "-->");
buffer_print     1836 lib/common/xml.c         buffer_print(*buffer, *max, *offset, "\n");
buffer_print     1900 lib/common/xml.c             buffer_print(*buffer, *max, *offset, "%s",
buffer_print     1973 lib/common/xml.c     buffer_print(*buffer, *max, *offset, "%c", c);