Lines Matching refs:strcmp
149 if(!strcmp(type, "_uscans._tcp") ||
150 !strcmp(type, "https"))
272 if ((strcmp(current->ip_address, ip_address) == 0) ||
273 (uuid && current->uuid && !strcmp(current->uuid, uuid)))
275 if (strcmp(current->type, type))
277 if(!strcmp(type, "_uscans._tcp") ||
278 !strcmp(type, "https"))
282 if (strcmp(current->ip_address, ip_address)) {
303 if (strcmp(type, "_uscan._tcp") != 0 && strcmp(type, "http") != 0) {
709 if (!strcmp(name_source, SANE_I18N ("ADF Duplex")))
712 !strcmp(name_source, SANE_I18N ("ADF")))
767 if (!strcmp(s->scanner->caps[s->scanner->source].default_color, "Grayscale8"))
769 else if (!strcmp(s->scanner->caps[s->scanner->source].default_color, "BlackAndWhite1"))
832 if (!strcmp(name_source, SANE_I18N ("ADF Duplex")))
835 !strcmp(name_source, SANE_I18N ("ADF")))
1719 if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "image/jpeg"))
1723 else if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "image/png"))
1727 else if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "image/tiff"))
1731 else if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "application/pdf"))