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

/macosx-10.10/file-46/file/src/
H A Dapprentice.c627 struct magic_entry **marray, uint32_t *marraycount)
669 if (*marraycount == 0) {
677 &(*marray)[*marraycount - 1],
684 if (parse(ms, marray, marraycount, line, lineno,
709 uint32_t marraycount, i, mentrycount = 0, starttest; local
724 marraycount = 0;
764 &marraycount);
769 load_1(ms, action, fn, &errs, &marray, &marraycount);
774 for (i = 0; i < marraycount; ) {
804 } while (++i < marraycount
626 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry **marray, uint32_t *marraycount) argument
[all...]

Completed in 76 milliseconds