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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c156 char strbuf[16], strbuf1[20]; local
178 strcpy(strbuf1, name);
179 for(i = 0; i < strlen(strbuf1); i++) {
180 if(strbuf1[i] < '0' || strbuf1[i] > '9') strbuf1[i] = ' ';
184 if(sscanf(strbuf1, "%u %u %u %u", &xres, &yres, &depth, &rate) == 4) {
191 } else if(sscanf(strbuf1, "%u %u %u", &xres, &yres, &depth) == 3) {
196 if((sscanf(strbuf1, "%u %u", &xres, &yres) == 2) && (xres != 0)) {

Completed in 111 milliseconds