o_set            1466 lib/common/xml.c                 int o_set = 0;
o_set            1479 lib/common/xml.c                         if(o_set > 0) {
o_set            1480 lib/common/xml.c                             o_set += snprintf(buffer_set + o_set, XML_BUFFER_SIZE - o_set, ", ");
o_set            1482 lib/common/xml.c                         o_set += snprintf(buffer_set + o_set, XML_BUFFER_SIZE - o_set, "@%s=%s", name, value);
o_set            1491 lib/common/xml.c                 if(o_set) {