patt              315 lib/common/xpath.c     char *patt = NULL;
patt              323 lib/common/xpath.c     patt = crm_strdup_printf("/%s[@" XML_ATTR_ID "=", node);
patt              324 lib/common/xpath.c     start = strstr(xpath, patt);
patt              327 lib/common/xpath.c         free(patt);
patt              331 lib/common/xpath.c     start += strlen(patt);
patt              338 lib/common/xpath.c     free(patt);