Lines Matching defs:line
1752 SANE_Char line[PATH_MAX];
1772 while (sanei_config_read (line, sizeof (line), conf_fp))
1778 proper_str = sanei_config_get_string (line, &str);
1781 if ((str != NULL) && (proper_str != line) && (str[0] != '#'))
1783 /* If line's not blank or a comment, then it's the device
1785 sanei_usb_attach_matching_devices (line, attach_one_device);
2430 /* Allocate buffer to read one line */
2507 /* get bytes per line */
2539 /* read from scanner up to one line */