Lines Matching defs:pmatch
5583 regmatch_t *pmatch;
5587 pmatch =
5590 pmatch = NULL;
5595 if (pmatch != NULL) {
5596 free(pmatch);
5601 if (regexec(&re1, file, nelements, pmatch, 0) == 0) {
5606 int size = pmatch[subexp].rm_eo - pmatch[subexp].rm_so;
5608 (void) strncpy(*id, &file[pmatch[subexp].rm_so], size);
5612 if (pmatch != NULL) {
5613 free(pmatch);