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