Home | History | Annotate | Download | only in cintltst

Lines Matching refs:c2

52         unsigned char c1, c2;
55 c2=(unsigned char)*str2;
57 if(c2==0) {
62 } else if(c2==0) {
66 rc=(int)(unsigned char)tolower(c1)-(int)(unsigned char)tolower(c2);