Lines Matching refs:mp
384 if ((mp = CAST(struct magic_entry *,
385 - realloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
386 + erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
388 file_oomem(ms, sizeof(*mp) * mset[i].max);
426 if (me.mp)
448 - free(me[i].mp);
450 + efree(me[i].mp);
549 - if ((nm = CAST(struct magic *, realloc(me->mp,
550 + if ((nm = CAST(struct magic *, erealloc(me->mp,
556 if (me->mp != NULL)
612 struct magic *m = &me->mp[0];