Searched refs:match2 (Results 1 – 2 of 2) sorted by relevance
57 md_diff_t match2; member256 diff_res->match2.mdep = in md_diff_init()260 bcopy(mde_match2_scr, diff_res->match2.mdep, matchsz); in md_diff_init()262 diff_res->match2.nelem = nmatch; in md_diff_init()334 *mde_match2p = mddp->match2.mdep; in md_diff_matched()362 MDD_FREE_CHECK(mddp, mddp->match2.mdep, mddp->match2.nelem * in md_diff_fini()
371 char *match2 = NULL; /* match with quotes cleaned up */ in delete_entry() local384 if ((match2 = strdup(cp)) == NULL) { in delete_entry()389 i = strlen(match2) - 1; in delete_entry()390 while (i >= 0 && (isspace(match2[i]))) { in delete_entry()391 match2[i] = 0; in delete_entry()395 if (match2 == NULL || (strlen(match2) == 0)) { in delete_entry()487 if (match2) { /* Just delete one entry */ in delete_entry()502 if (match_entry(copy, match2)) { in delete_entry()523 if (match2) in delete_entry()524 free(match2); in delete_entry()