Lines Matching defs:temp
710 SANE_Byte temp;
713 temp = s->lineart_buffer[i];
714 if (temp <= black_level)
4429 char temp[PATH_MAX];
4441 temp[0] = 0;
4515 if (temp[0] != 0)
4517 XDBG ((3, "trying to attach: %s\n", temp));
4520 sanei_usb_attach_matching_devices (temp, attach_one_device);
4522 /*save config line in temp */
4523 strcpy (temp, str);
4532 temp[0] = 0;
4541 if (temp[0] != 0)
4543 XDBG ((3, "trying to attach: %s\n", temp));
4546 sanei_usb_attach_matching_devices (temp, attach_one_device);
4547 temp[0] = 0;