Lines Matching refs:line
1756 attach_one_config(SANEI_Config __sane_unused__ *config, const char *line,
1761 int len = strlen(line);
1763 DBG(7, "%s: len = %d, line = %s\n", __func__, len, line);
1764 if (strncmp(line, "profile", 7) == 0 ) {
1769 splitProfileName(line, &profle_map.productID, profle_map.productName, profle_map.deviceID, &profle_map.lutID);
1774 }else if (sscanf(line, "usb %i %i", &vendor, &product) == 2) {
1781 sanei_usb_attach_matching_devices(line, attach_one_usb);
1783 } else if (strncmp(line, "usb", 3) == 0 && len == 3) {
1792 } else if (strncmp(line, "net", 3) == 0) {
1797 sanei_config_skip_whitespace(line + 3);
1812 DBG(0, "unable to parse config line: %s\n", line);
1888 DBG(1, "out of memory (line %d)\n", __LINE__);
2709 DBG(20, "s->params.line = %d s->params.bytes_per_line = %d s->params.pixels_per_line = %d \n", s->params.lines, s->params.bytes_per_line , s->params.pixels_per_line );
2776 // calc. summation of each line.
2865 /* allocate line buffer */