Lines Matching refs:strncmp

594 		if (strncmp("ODEM", th.OemTableId, 4) == 0) {
602 if (strncmp("ASUS010", rstr, 7) == 0) {
618 if (strncmp(Obj->String.Pointer, model->name, 3) == 0) {
641 else if (strncmp(model->name, "xxN", 3) == 0 &&
642 (strncmp(Obj->String.Pointer, "M3N", 3) == 0 ||
643 strncmp(Obj->String.Pointer, "S1N", 3) == 0))
645 else if (strncmp(model->name, "A1x", 3) == 0 &&
646 strncmp(Obj->String.Pointer, "A1", 2) == 0)
648 else if (strncmp(model->name, "A2x", 3) == 0 &&
649 strncmp(Obj->String.Pointer, "A2", 2) == 0)
651 else if (strncmp(model->name, "A3F", 3) == 0 &&
652 strncmp(Obj->String.Pointer, "A6F", 3) == 0)
654 else if (strncmp(model->name, "D1x", 3) == 0 &&
655 strncmp(Obj->String.Pointer, "D1", 2) == 0)
657 else if (strncmp(model->name, "L3H", 3) == 0 &&
658 strncmp(Obj->String.Pointer, "L2E", 3) == 0)
660 else if (strncmp(model->name, "L5x", 3) == 0 &&
661 strncmp(Obj->String.Pointer, "L5", 2) == 0)
663 else if (strncmp(model->name, "M2E", 3) == 0 &&
664 (strncmp(Obj->String.Pointer, "M2", 2) == 0 ||
665 strncmp(Obj->String.Pointer, "L4E", 3) == 0))
667 else if (strncmp(model->name, "S1x", 3) == 0 &&
668 (strncmp(Obj->String.Pointer, "L8", 2) == 0 ||
669 strncmp(Obj->String.Pointer, "S1", 2) == 0))
671 else if (strncmp(model->name, "S2x", 3) == 0 &&
672 (strncmp(Obj->String.Pointer, "J1", 2) == 0 ||
673 strncmp(Obj->String.Pointer, "S2", 2) == 0))
677 else if (strncmp(model->name, "L3C", 3) == 0 &&
678 strncmp(Obj->String.Pointer, "L2B", 3) == 0) {
684 else if (strncmp(model->name, "M6R", 3) == 0 &&
685 strncmp(Obj->String.Pointer, "A3G", 3) == 0) {
691 else if (strncmp(model->name, "xxN", 3) == 0 &&
692 (strncmp(Obj->String.Pointer, "M2N", 3) == 0 ||
693 strncmp(Obj->String.Pointer, "W1N", 3) == 0)) {
699 else if (strncmp(model->name, "xxN", 3) == 0 &&
700 (strncmp(Obj->String.Pointer, "M5N", 3) == 0 ||
701 strncmp(Obj->String.Pointer, "S5N", 3) == 0)) {
1058 if (strncmp(sc->model->name, "L3H", 3) != 0)
1142 if (strncmp(sc->model->name, "L3H", 3) == 0) {