Searched refs:maxmagic (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/file/
H A Dapprentice.c122 private size_t maxmagic = 0; variable
779 maxmagic = MAXMAGIS;
780 if ((marray = CAST(struct magic_entry *, calloc(maxmagic,
782 file_oomem(ms, maxmagic * sizeof(*marray));
1204 if (*nmentryp == maxmagic) {
1207 maxmagic += ALLOC_INCR;
1209 realloc(*mentryp, sizeof(*mp) * maxmagic))) ==
1211 file_oomem(ms, sizeof(*mp) * maxmagic);

Completed in 76 milliseconds