Home | History | Annotate | Download | only in x509

Lines Matching refs:buff1

1681 	char buff1[24],buff2[24],*p;
1684 p=buff1;
1740 i=(buff1[0]-'0')*10+(buff1[1]-'0');
1748 i=strcmp(buff1,buff2);