Home | History | Annotate | Download | only in switchback

Lines Matching defs:my_strcmp

249 int my_strcmp ( const char* s1, const char* s2 )
4011 if (my_strcmp(table[i].name, tmp) == 0) {
4502 // if (my_strcmp(tmp, "arith") == 0 || my_strcmp(tmp, "a") == 0) {
4504 // } else if (my_strcmp(tmp, "logical") == 0 || my_strcmp(tmp, "l") == 0) {
4506 // } else if (my_strcmp(tmp, "compare") == 0 || my_strcmp(tmp, "c") == 0) {
4514 // if (my_strcmp(tmp, "integer") == 0 || my_strcmp(tmp, "i") == 0) {
4516 // } else if (my_strcmp(tmp, "float") == 0 || my_strcmp(tmp, "f") == 0) {
4518 // } else if (my_strcmp(tmp, "ppc405") == 0 || my_strcmp(tmp, "mac") == 0) {
4520 // } else if (my_strcmp(tmp, "altivec") == 0 || my_strcmp(tmp, "a") == 0) {