Home | History | Annotate | Download | only in common

Lines Matching refs:id2

885 idCmp(const char* id1, const char* id2)
888 while (*id1 == *id2 && *id1 != 0) {
891 id2++;