devstat_match
struct devstat_match *matches, int num_matches,
buildmatch(const char *match_str, struct devstat_match **matches,
*matches = (struct devstat_match *)malloc(
sizeof(struct devstat_match));
*matches = (struct devstat_match *)realloc(*matches,
sizeof(struct devstat_match) * (*num_matches + 1));
bzero(&matches[0][*num_matches], sizeof(struct devstat_match));
int buildmatch(const char *match_str, struct devstat_match **matches,
struct devstat_match *matches, int num_matches,
struct devstat_match *matches = NULL;
struct devstat_match *matches;
struct devstat_match *matches;