HomeSort by: relevance | last modified time | path
    Searched defs:brand_name (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/setfacl/
util.c 65 brand_name(int brand) function
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1135 static const char *brand_name[] = { local
1170 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0])
1171 && *brand_name[brand_idx])
1172 strcpy (cpu_brand, brand_name[brand_idx]);
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 1135 static const char *brand_name[] = { local
1170 && brand_idx < sizeof(brand_name)/sizeof(brand_name[0])
1171 && *brand_name[brand_idx])
1172 strcpy (cpu_brand, brand_name[brand_idx]);

Completed in 18 milliseconds