enter            1422 lib/common/schemas.c             char *enter = crm_strdup_printf("%s.xsl", schema->transform_enter);
enter            1424 lib/common/schemas.c             lst = g_list_prepend(lst, enter);
enter            1427 lib/common/schemas.c                 int last_dash = strrchr(enter, '-') - enter;
enter            1428 lib/common/schemas.c                 char *leave = crm_strdup_printf("%.*s-leave.xsl", last_dash, enter);