Lines Matching refs:match
133 char *match;
142 if ((match = strcasestr (makemodel, cfg->model)) != NULL)
144 /* possible match found, make sure it is not a partial match */
148 if ((match[strlen(cfg->model)] == ' ') ||
149 (match[strlen(cfg->model)] == '\0') ||
150 (match[strlen(cfg->model)] == '-'))
201 /* if debuglevel == exact match and buffer contains more than 3 lines, print 2 lines + .... */
810 int match = 0;
848 /* found match, good */
851 match = 1;
859 if (match != 1)
862 "get_scanner_name: Forward lookup for %s succeeded, IP-address does not match, using IP-address %s instead\n",