Home | History | Annotate | Download | only in common

Lines Matching refs:id1

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