Lines Matching refs:mp
379 if ((mp = CAST(struct magic_entry *,
380 - realloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
381 + erealloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
383 file_oomem(ms, sizeof(*mp) * mset[i].max);
421 if (me.mp)
443 - free(me[i].mp);
445 + efree(me[i].mp);
546 - if ((nm = CAST(struct magic *, realloc(me->mp,
547 + if ((nm = CAST(struct magic *, erealloc(me->mp,
553 if (me->mp != NULL)
600 struct magic *m = &me->mp[0];