Home | History | Annotate | Download | only in common

Lines Matching refs:id2

782 idCmp(const char* id1, const char* id2)
785 while (*id1 == *id2 && *id1 != 0) {
788 id2++;