Lines Matching refs:init_mode
245 static SANE_String init_mode = NULL;
401 strcpy (test_device->val[opt_mode].s, init_mode);
444 if (strcmp (init_mode, SANE_VALUE_SCAN_MODE_COLOR) != 0)
459 if (strcmp (init_mode, SANE_VALUE_SCAN_MODE_COLOR) != 0)
1261 free (init_mode);
1262 init_mode = NULL;
1668 free (init_mode);
1669 init_mode = strdup (SANE_VALUE_SCAN_MODE_GRAY);
1670 if (!init_mode)
1743 &init_mode) == SANE_STATUS_GOOD)