Lines Matching refs:device_id
553 const char *device_id, /* I - IEEE-1284 device ID string */
569 if (!device_id || !values)
580 while (*device_id)
582 while (_cups_isspace(*device_id))
583 device_id ++;
585 if (!*device_id)
588 for (ptr = key; *device_id && *device_id != ':'; device_id ++)
590 *ptr++ = *device_id;
592 if (!*device_id)
599 device_id ++;
601 while (_cups_isspace(*device_id))
602 device_id ++;
604 if (!*device_id)
607 for (ptr = value; *device_id && *device_id != ';'; device_id ++)
609 *ptr++ = *device_id;
611 if (!*device_id)
618 device_id ++;