Home
last modified time | relevance | path

Searched refs:scanner_str (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dumax-scanner.c81 static char *scanner_str[] = variable
H A Dcoolscan.h146 int LS; /* index in scanner_str */
308 static char *scanner_str[] = variable
H A Dpie.c63 * 30-9-2000 added ADLIB devices to scanner_str[]
140 static char *scanner_str[] = { variable
891 while (strncmp ("END_OF_LIST", scanner_str[2 * i], 11) != 0) /* Now identify full supported scanners */ in pie_identify_scanner()
893 if (!strncmp (vendor, scanner_str[2 * i], strlen (scanner_str[2 * i]))) in pie_identify_scanner()
896 (product, scanner_str[2 * i + 1], in pie_identify_scanner()
897 strlen (scanner_str[2 * i + 1]))) in pie_identify_scanner()
H A Dumax.c3170 while (strncmp("END_OF_LIST", scanner_str[2*i], 11) != 0) /* Now identify full supported scanners */ in umax_identify_scanner()
3172 if (!strncmp(vendor, scanner_str[2*i], strlen(scanner_str[2*i])) ) in umax_identify_scanner()
3174 if (!strncmp(product, scanner_str[2*i+1], strlen(scanner_str[2*i+1])) ) in umax_identify_scanner()
H A Dcoolscan.c1333 if (!strncmp ((char *)product, scanner_str[i], strlen (scanner_str[i]))) in coolscan_identify_scanner()

Completed in 18 milliseconds