Home | History | Annotate | Download | only in cintltst

Lines Matching refs:c1

52         unsigned char c1, c2;
54 c1=(unsigned char)*str1;
56 if(c1==0) {
66 rc=(int)(unsigned char)tolower(c1)-(int)(unsigned char)tolower(c2);