ABSTYPE
fulltype = malloc(strlen(ABSTYPE) + strlen(type) + 2);
(void) sprintf(fulltype, "%s:%s", ABSTYPE, type);