Lines Matching defs:devicename
466 * @param devicename nam of the real device or the special value 'auto'
470 open_pp (const char *devicename)
475 DBG (DBG_proc, "open_pp: start, devicename=%s\n", devicename);
477 if (strncmp (devicename, "auto", 4) == 0)
483 name = strdup(devicename);
578 open_pp (const char *devicename)
580 if(devicename)
1261 calibration_file (const char *devicename)
1269 sprintf (tmp_str, "%s/.sane/p5-%s.cal", ptr, devicename);
1276 sprintf (tmp_str, "%s/p5-%s.cal", ptr, devicename);
1280 sprintf (tmp_str, "/tmp/p5-%s.cal", devicename);