Lines Matching refs:strcmp

150 	  if (strcmp (dev->sane.name, devnam) == 0)
414 strcmp (filmtype_list[1], s->val[OPT_NEGATIVE].s)
673 if (!strcmp (s->val[OPT_TPU_DCM].s,
679 else if (!strcmp (s->val[OPT_TPU_DCM].s,
698 if (info && strcmp (s->val[option].s, (SANE_String) val))
703 if (!strcmp (val, SANE_VALUE_SCAN_MODE_LINEART)
704 || !strcmp (val, SANE_VALUE_SCAN_MODE_HALFTONE))
731 if (!strcmp (val, SANE_VALUE_SCAN_MODE_COLOR)
732 || !strcmp (val, SANE_I18N("Fine color")))
771 if (info && strcmp (s->val[option].s, (SANE_String) val))
776 if (!strcmp (val, SANE_I18N("Negatives")))
792 if (info && strcmp (s->val[option].s, (SANE_String) val))
797 for (i = 0; strcmp (val, negative_filmtype_list[i]); i++);
802 if (info && strcmp (s->val[option].s, (SANE_String) val))
807 for (i = 0; strcmp (val, scanning_speed_list[i]); i++);
937 if (!strcmp (mode, SANE_VALUE_SCAN_MODE_GRAY))
939 else if (!strcmp (mode, SANE_VALUE_SCAN_MODE_COLOR)
940 || !strcmp (mode, SANE_I18N("Fine color")))
1060 if (!strcmp (mode, SANE_VALUE_SCAN_MODE_LINEART)
1061 || !strcmp (mode, SANE_VALUE_SCAN_MODE_HALFTONE))
1069 else if (!strcmp (mode, SANE_VALUE_SCAN_MODE_GRAY))
1075 else if (!strcmp (mode, SANE_VALUE_SCAN_MODE_COLOR)
1076 || !strcmp (mode, SANE_I18N("Fine color")))
1247 if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_LINEART)
1248 || !strcmp (mode_str, SANE_VALUE_SCAN_MODE_HALFTONE))
1280 if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_LINEART))
1284 else if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_HALFTONE))
1288 else if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_GRAY))
1292 else if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_COLOR)
1293 || !strcmp (mode_str, SANE_I18N("Fine color")))
1297 else if (!strcmp (mode_str, SANE_I18N("Raw")))
1370 && (strcmp (s->val[OPT_MODE].s, SANE_VALUE_SCAN_MODE_LINEART) != 0))
1473 && !strcmp (mode_str, SANE_I18N("Fine color"))
1609 if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_LINEART))
1619 else if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_GRAY))
1621 else if (!strcmp (mode_str, SANE_VALUE_SCAN_MODE_COLOR)
1622 || !strcmp (mode_str, SANE_I18N("Fine color")))
1726 if (!strcmp (s->val[OPT_MODE].s, SANE_VALUE_SCAN_MODE_COLOR))
2043 if (!strcmp (s->val[OPT_MODE].s, SANE_VALUE_SCAN_MODE_COLOR))
2056 else if (!strcmp (s->val[OPT_MODE].s, SANE_VALUE_SCAN_MODE_GRAY))