machdep.c | 106 char epoc32_model[256]; variable in typeref:typename:char[256] 187 strncpy(epoc32_model, model->model, 188 sizeof(epoc32_model)); 554 if (strcmp(epoc32_model, "SERIES5 R1") == 0) { 568 if (strcmp(epoc32_model, "SERIES5mx") == 0) { 602 if (strcmp(epoc32_model, "SERIES7") == 0) {
|