Home
last modified time | relevance | path

Searched refs:brand_name (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgo32-nat.c1137 static const char *brand_name[] = { in go32_sysinfo() local
1172 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0]) in go32_sysinfo()
1173 && *brand_name[brand_idx]) in go32_sysinfo()
1174 strcpy (cpu_brand, brand_name[brand_idx]); in go32_sysinfo()