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

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c186 char strbuf[16], strbuf1[20]; local
208 strcpy(strbuf1, name);
209 for(i = 0; i < strlen(strbuf1); i++) {
210 if(strbuf1[i] < '0' || strbuf1[i] > '9') strbuf1[i] = ' ';
214 if(sscanf(strbuf1, "%u %u %u %u", &xres, &yres, &depth, &rate) == 4) {
221 } else if(sscanf(strbuf1, "%u %u %u", &xres, &yres, &depth) == 3) {
226 if((sscanf(strbuf1, "%u %u", &xres, &yres) == 2) && (xres != 0)) {

Completed in 129 milliseconds