APM_ENT_TYPE_SELF
if (!strcmp(type, APM_ENT_TYPE_SELF) ||
strcpy(table->self.ent_type, APM_ENT_TYPE_SELF);
if (strcmp(table->self.ent_type, APM_ENT_TYPE_SELF))
strncpy(ent->ent_type, APM_ENT_TYPE_SELF, sizeof(ent->ent_type));