added             293 fencing/admin.c              stonith_key_value_t *devices, bool added)
added             311 fencing/admin.c     if (added) {
added             532 fencing/commands.c     int last = 0, lpc = 0, max = 0, added = 0;
added             572 fencing/commands.c                     added++;
added             587 fencing/commands.c     if (added == 0) {
added            1391 lib/common/xml.c     xmlNode *added = NULL;
added            1529 lib/common/xml.c     added = find_xml_node(patchset, "diff-added", FALSE);
added            1530 lib/common/xml.c     for (child = __xml_first_child(added); child != NULL; child = __xml_next(child)) {
added            1737 lib/common/xml.c find_patch_xml_node(xmlNode *patchset, int format, bool added,
added            1745 lib/common/xml.c             label = added? "diff-added" : "diff-removed";
added            1753 lib/common/xml.c             label = added? "target" : "source";
added            1876 lib/common/xml.c     xmlNode *added = find_xml_node(patchset, "diff-added", FALSE);
added            1900 lib/common/xml.c         for (child_diff = __xml_first_child(added); child_diff != NULL;
added            2581 lib/common/xml.c     const char *added = crm_xml_add(node, name, number);
added            2584 lib/common/xml.c     return added;
added            3942 lib/common/xml.c     xmlNode *added = find_xml_node(diff, "diff-added", FALSE);
added            3975 lib/common/xml.c         for (child_diff = __xml_first_child(added); child_diff != NULL;
added            4205 lib/common/xml.c     xmlNode *added = create_xml_node(diff, "diff-added");
added            4214 lib/common/xml.c     tmp1 = subtract_xml_object(added, new, old, TRUE, NULL, "added:top");
added            4219 lib/common/xml.c     if (added->children == NULL && removed->children == NULL) {