Searched refs:mbsub (Results 1 – 1 of 1) sorted by relevance
1575 regmatch_t *mbsub = NULL; in int_regwexec() local1583 if ((mbsub = malloc(nsub * sizeof (regmatch_t))) == NULL) in int_regwexec()1589 i = regexec(&rcp->re, mbs, nsub, mbsub, flags); in int_regwexec()1592 if (i == REG_OK && nsub > 0 && mbsub) { in int_regwexec()1596 regmatch_t *ms = &mbsub[j]; in int_regwexec()1611 if (mbsub) in int_regwexec()1612 free(mbsub); in int_regwexec()