Lines Matching defs:match2
359 char *match2 = NULL; /* match with quotes cleaned up */
372 if ((match2 = strdup(cp)) == NULL) {
377 i = strlen(match2) - 1;
378 while (i >= 0 && (isspace(match2[i]))) {
379 match2[i] = 0;
383 if (match2 == NULL || (strlen(match2) == 0)) {
475 if (match2) { /* Just delete one entry */
490 if (match_entry(copy, match2)) {
511 if (match2)
512 free(match2);