Searched refs:match2 (Results 1 – 2 of 2) sorted by relevance
59 md_diff_t match2; member258 diff_res->match2.mdep = in md_diff_init()262 bcopy(mde_match2_scr, diff_res->match2.mdep, matchsz); in md_diff_init()264 diff_res->match2.nelem = nmatch; in md_diff_init()336 *mde_match2p = mddp->match2.mdep; in md_diff_matched()364 MDD_FREE_CHECK(mddp, mddp->match2.mdep, mddp->match2.nelem * in md_diff_fini()
359 char *match2 = NULL; /* match with quotes cleaned up */ in delete_entry() local372 if ((match2 = strdup(cp)) == NULL) { in delete_entry()377 i = strlen(match2) - 1; in delete_entry()378 while (i >= 0 && (isspace(match2[i]))) { in delete_entry()379 match2[i] = 0; in delete_entry()383 if (match2 == NULL || (strlen(match2) == 0)) { in delete_entry()475 if (match2) { /* Just delete one entry */ in delete_entry()490 if (match_entry(copy, match2)) { in delete_entry()511 if (match2) in delete_entry()512 free(match2); in delete_entry()