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

/freebsd-10.0-release/contrib/file/
H A Dapprentice.c683 struct magic_entry **marray, uint32_t *marraycount)
727 if (*marraycount == 0) {
735 &(*marray)[*marraycount - 1],
744 if (parse(ms, marray, marraycount, line, lineno,
770 uint32_t marraycount, i, mentrycount = 0, starttest; local
785 marraycount = 0;
829 &marraycount);
834 load_1(ms, action, fn, &errs, &marray, &marraycount);
839 for (i = 0; i < marraycount; ) {
869 } while (++i < marraycount
682 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry **marray, uint32_t *marraycount) argument
[all...]

Completed in 98 milliseconds