Lines Matching refs:name
473 char *name;
479 name = strdup("/dev/parport0");
483 name = strdup(devicename);
487 fd = open (name, O_RDWR);
499 DBG (DBG_error, "open_pp: no %s device ...\n", name);
504 name);
508 name);
512 free(name);
1226 write_gray_data (unsigned char *image, char *name, SANE_Int width,
1231 fdbg = fopen (name, "wb");
1243 write_rgb_data (char *name, unsigned char *image, SANE_Int width,
1248 fdbg = fopen (name, "wb");
1256 /** give calibration file name
1257 * computes the calibration file name to use based on the
1258 * backend name and device
1283 DBG (DBG_trace, "calibration_file: using >%s< for calibration file name\n",
1304 fname = calibration_file (dev->model->name);
1371 fname = calibration_file (dev->model->name);