Home | History | Annotate | Download | only in x509

Lines Matching full:buff2

1686 	char buff1[24],buff2[24],*p;
1737 atm.length=sizeof(buff2);
1738 atm.data=(unsigned char *)buff2;
1747 j=(buff2[0]-'0')*10+(buff2[1]-'0');
1753 i=strcmp(buff1,buff2);