Lines Matching refs:strstr
62 if (strstr (buf, "Godson2 V0.2") != NULL in host_detect_local_cpu()
63 || strstr (buf, "Loongson-2 V0.2") != NULL in host_detect_local_cpu()
64 || strstr (buf, "Loongson-2E") != NULL) in host_detect_local_cpu()
66 else if (strstr (buf, "Godson2 V0.3") != NULL in host_detect_local_cpu()
67 || strstr (buf, "Loongson-2 V0.3") != NULL in host_detect_local_cpu()
68 || strstr (buf, "Loongson-2F") != NULL) in host_detect_local_cpu()
70 else if (strstr (buf, "Godson3 V0.5") != NULL in host_detect_local_cpu()
71 || strstr (buf, "Loongson-3 V0.5") != NULL in host_detect_local_cpu()
72 || strstr (buf, "Loongson-3A") != NULL) in host_detect_local_cpu()
74 else if (strstr (buf, "SiByte SB1") != NULL) in host_detect_local_cpu()
76 else if (strstr (buf, "R5000") != NULL) in host_detect_local_cpu()
78 else if (strstr (buf, "Octeon II") != NULL) in host_detect_local_cpu()
80 else if (strstr (buf, "Octeon") != NULL) in host_detect_local_cpu()