mutable_key       469 crmd/te_callbacks.c             char *mutable_key = strdup(xpath);
mutable_key       473 crmd/te_callbacks.c             key = strrchr(mutable_key, '\'');
mutable_key       476 crmd/te_callbacks.c                 key = strrchr(mutable_key, '\'');
mutable_key       480 crmd/te_callbacks.c                 free(mutable_key);
mutable_key       499 crmd/te_callbacks.c             free(mutable_key);
mutable_key        49 lib/common/operations.c     char *mutable_key = NULL;
mutable_key        78 lib/common/operations.c     mutable_key = strdup(key);
mutable_key        79 lib/common/operations.c     mutable_key[offset] = 0;
mutable_key        86 lib/common/operations.c     CRM_CHECK(key[offset] == '_', free(mutable_key);
mutable_key        89 lib/common/operations.c     mutable_key_ptr = mutable_key + offset + 1;
mutable_key        95 lib/common/operations.c     mutable_key[offset] = 0;
mutable_key        98 lib/common/operations.c     CRM_CHECK(mutable_key != mutable_key_ptr, free(mutable_key);
mutable_key       101 lib/common/operations.c     notify = strstr(mutable_key, "_post_notify");
mutable_key       106 lib/common/operations.c     notify = strstr(mutable_key, "_pre_notify");
mutable_key       111 lib/common/operations.c     crm_trace("  Resource: %s", mutable_key);
mutable_key       112 lib/common/operations.c     *rsc_id = mutable_key;